Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredAidCacheTest.java284 Assert.assertTrue(mRegisteredAidCache.isRequiresScreenOnServiceExist()); in testAidConflictResolution_walletRoleEnabledNfcEnabled_walletWins()
444 Assert.assertTrue(mRegisteredAidCache.isRequiresScreenOnServiceExist()); in testOnServicesUpdated_walletRoleEnabled()
491 Assert.assertFalse(mRegisteredAidCache.isRequiresScreenOnServiceExist()); in testOnNfcEnabled()
DCardEmulationManagerTest.java1999 when(mRegisteredAidCache.isRequiresScreenOnServiceExist()).thenReturn(true); in testIsRequiresScreenOnServiceExist()
2001 assertTrue(mCardEmulationManager.isRequiresScreenOnServiceExist()); in testIsRequiresScreenOnServiceExist()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java1125 public boolean isRequiresScreenOnServiceExist() { in isRequiresScreenOnServiceExist() method in CardEmulationManager
1126 return mAidCache.isRequiresScreenOnServiceExist(); in isRequiresScreenOnServiceExist()
DRegisteredAidCache.java277 public boolean isRequiresScreenOnServiceExist() { in isRequiresScreenOnServiceExist() method in RegisteredAidCache
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java4447 mIsWatchType && !mCardEmulationManager.isRequiresScreenOnServiceExist()) { in applyScreenState()