Searched refs:WALLET_HOLDER_PACKAGE_NAME (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/nfc/src/android/nfc/cts/ |
D | WalletRoleTestUtils.java | 49 static final String WALLET_HOLDER_PACKAGE_NAME = "com.android.test.walletroleholder"; field in WalletRoleTestUtils 66 return new ComponentName(WALLET_HOLDER_PACKAGE_NAME, in getWalletRoleHolderService() 71 return new ComponentName(WALLET_HOLDER_PACKAGE_NAME, in getWalletRoleHolderXService() 86 return new ComponentName(WALLET_HOLDER_PACKAGE_NAME, in getWalletRoleHolderActivity()
|
D | CardEmulationTest.java | 4 import static android.nfc.cts.WalletRoleTestUtils.WALLET_HOLDER_PACKAGE_NAME; 400 WalletRoleTestUtils.runWithRole(mContext, WalletRoleTestUtils.WALLET_HOLDER_PACKAGE_NAME, in testTypeAPollingLoopToWalletHolder() 423 WalletRoleTestUtils.runWithRole(mContext, WalletRoleTestUtils.WALLET_HOLDER_PACKAGE_NAME, in testCustomFrameToCustomInTwoFullLoops() 591 WalletRoleTestUtils.runWithRole(mContext, WalletRoleTestUtils.WALLET_HOLDER_PACKAGE_NAME, in testTypeAPollingLoopToForegroundWithWalletHolder() 1019 WalletRoleTestUtils.runWithRole(mContext, WalletRoleTestUtils.WALLET_HOLDER_PACKAGE_NAME, in testThreeWayConflictPollingLoopToForegroundWithWalletHolder() 1093 runWithRole(mContext, WALLET_HOLDER_PACKAGE_NAME, () -> { in testBackgroundWalletConflictPollingLoopToWallet_walletRoleEnabled() 1392 runWithRole(mContext, WalletRoleTestUtils.WALLET_HOLDER_PACKAGE_NAME, () -> { in testDisallowNonDefaultSetObserveMode() 1614 runWithRole(mContext, WalletRoleTestUtils.WALLET_HOLDER_PACKAGE_NAME, ()-> { in testAidResolutionWithRoleHolder_anotherAppHoldsForeground() 1656 runWithRole(mContext, WalletRoleTestUtils.WALLET_HOLDER_PACKAGE_NAME, ()-> { in testAidResolutionWithRoleHolder()
|
D | NfcPreferredPaymentTest.java | 193 WalletRoleTestUtils.runWithRole(mContext, WalletRoleTestUtils.WALLET_HOLDER_PACKAGE_NAME, in testAidsForPreferredPaymentService_walletRoleEnabled()
|