Home
last modified time | relevance | path

Searched refs:OTHER_STATUS_PATH (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredServicesCache.java87 static final String OTHER_STATUS_PATH = "other_status.xml"; field in RegisteredServicesCache
228 new SettingsFile(context, OTHER_STATUS_PATH), new RealServiceParser(), in RegisteredServicesCache()
236 new SettingsFile(context, OTHER_STATUS_PATH), new RealServiceParser(), in RegisteredServicesCache()
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheTest.java272 .getAbsolutePath(), DIR + RegisteredServicesCache.OTHER_STATUS_PATH); in testConstructor()
283 .open(RegisteredServicesCache.OTHER_STATUS_PATH); in testInitialize_filesExist()