Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NfcService: some trivial cleanups. | mike wakerly | 2011-12-12 | 1 | -2/+1 |
| | | | | | | | | | | | | I noticed these while looking at something else. - Removes unused imports; unthrown exceptions on some non-visible methods; dead code. - Tags a few stray interface implementations that lacked @Override. - Removes unnecessary semicolons in a few place. - Fixes one instance of ArrayList being used as a raw type. Change-Id: I860921a3a4d003fd6d6fc1381c0813599f3caf26 | ||||
* | Stop using URIs for ACTION_TECHNOLOGY_DISCOVERED | Jeff Hamilton | 2011-01-25 | 1 | -0/+210 |
The pattern matching wasn't sufficient with the move to identifying technologies with their class names so now we use a custom dispatching mechanism. Change-Id: I3e6379d454458bbb65730ade32cdaa1680c5e339 |