Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheTest.java338 RegisteredServicesCache.OtherServiceStatus otherServiceStatus in testInitialize_filesExist() local
340 Assert.assertTrue(otherServiceStatus.checked); in testInitialize_filesExist()
341 Assert.assertEquals(1, otherServiceStatus.uid); in testInitialize_filesExist()
400 RegisteredServicesCache.OtherServiceStatus otherServiceStatus in testInitialize_filesDontExist() local
402 Assert.assertTrue(otherServiceStatus.checked); in testInitialize_filesDontExist()
403 Assert.assertEquals(USER_ID, otherServiceStatus.uid); in testInitialize_filesDontExist()