Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredAidCacheTest.java170 setWalletRoleFlag(true); in testAidConflictResolution_walletRoleEnabledNfcDisabled_foregroundWins()
223 setWalletRoleFlag(true); in testAidConflictResolution_walletRoleEnabledNfcEnabled_walletWins()
289 setWalletRoleFlag(true); in testAidConflictResolution_walletRoleEnabledNfcEnabledPreFixAid_walletWins()
344 setWalletRoleFlag(true); in testAidConflictResolution_walletRoleEnabled_twoServicesOnWallet_firstServiceWins()
390 setWalletRoleFlag(true); in testOnServicesUpdated_walletRoleEnabled()
449 setWalletRoleFlag(true); in testOnNfcEnabled()
496 setWalletRoleFlag(true); in testOnNfcDisabled()
509 setWalletRoleFlag(true); in testPollingLoopFilterToForeground_walletRoleEnabled_walletSet()
555 setWalletRoleFlag(true); in testPollingLoopFilterToWallet_walletRoleEnabled_walletSet()
598 private void setWalletRoleFlag(boolean flag) { in setWalletRoleFlag() method in RegisteredAidCacheTest