Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredAidCacheTest.java79 private static final ComponentName FOREGROUND_SERVICE field in RegisteredAidCacheTest
187 FOREGROUND_SERVICE, in testAidConflictResolution_walletRoleEnabledNfcDisabled_foregroundWins()
207 mRegisteredAidCache.onPreferredForegroundServiceChanged(USER_ID, FOREGROUND_SERVICE); in testAidConflictResolution_walletRoleEnabledNfcDisabled_foregroundWins()
213 Assert.assertEquals(resolveInfo.defaultService.getComponent(), FOREGROUND_SERVICE); in testAidConflictResolution_walletRoleEnabledNfcDisabled_foregroundWins() local
215 new Pair<>(USER_ID, FOREGROUND_SERVICE)); in testAidConflictResolution_walletRoleEnabledNfcDisabled_foregroundWins()
526 FOREGROUND_SERVICE, in testPollingLoopFilterToForeground_walletRoleEnabled_walletSet()
545 mRegisteredAidCache.onPreferredForegroundServiceChanged(USER_ID, FOREGROUND_SERVICE); in testPollingLoopFilterToForeground_walletRoleEnabled_walletSet()
572 FOREGROUND_SERVICE, in testPollingLoopFilterToWallet_walletRoleEnabled_walletSet()