summaryrefslogtreecommitdiffstats
path: root/src/com/android/nfc/RegisteredComponentCache.java
Commit message (Collapse)AuthorAgeFilesLines
* NfcService: some trivial cleanups.mike wakerly2011-12-121-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_DISCOVEREDJeff Hamilton2011-01-251-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