Searched refs:isRequiresScreenOnServiceExist (Results 1 – 5 of 5) sorted by relevance
284 Assert.assertTrue(mRegisteredAidCache.isRequiresScreenOnServiceExist()); in testAidConflictResolution_walletRoleEnabledNfcEnabled_walletWins()444 Assert.assertTrue(mRegisteredAidCache.isRequiresScreenOnServiceExist()); in testOnServicesUpdated_walletRoleEnabled()491 Assert.assertFalse(mRegisteredAidCache.isRequiresScreenOnServiceExist()); in testOnNfcEnabled()
1999 when(mRegisteredAidCache.isRequiresScreenOnServiceExist()).thenReturn(true); in testIsRequiresScreenOnServiceExist()2001 assertTrue(mCardEmulationManager.isRequiresScreenOnServiceExist()); in testIsRequiresScreenOnServiceExist()
1125 public boolean isRequiresScreenOnServiceExist() { in isRequiresScreenOnServiceExist() method in CardEmulationManager1126 return mAidCache.isRequiresScreenOnServiceExist(); in isRequiresScreenOnServiceExist()
277 public boolean isRequiresScreenOnServiceExist() { in isRequiresScreenOnServiceExist() method in RegisteredAidCache
4447 mIsWatchType && !mCardEmulationManager.isRequiresScreenOnServiceExist()) { in applyScreenState()