Home
last modified time | relevance | path

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

/cts/tests/tests/nfc/src/android/nfc/cts/
DNfcPreferredPaymentTest.java193 WalletRoleTestUtils.runWithRole(mContext, WalletRoleTestUtils.WALLET_HOLDER_PACKAGE_NAME, in testAidsForPreferredPaymentService_walletRoleEnabled()
214 WalletRoleTestUtils.runWithRole(mContext, WalletRoleTestUtils.CTS_PACKAGE_NAME, in testRouteDestinationForPreferredPaymentService_walletRoleEnabled()
234 WalletRoleTestUtils.runWithRole(mContext, WalletRoleTestUtils.CTS_PACKAGE_NAME, in testDescriptionForPreferredPaymentService_walletRoleEnabled()
255 WalletRoleTestUtils.runWithRole(mContext, WalletRoleTestUtils.CTS_PACKAGE_NAME, in testGetSelectionModeForCategoryPayment_walletRoleEnabled()
275 WalletRoleTestUtils.runWithRole(mContext, WalletRoleTestUtils.CTS_PACKAGE_NAME, in testGetSelectionModeForCategoryOther_walletRoleEnabled()
DCardEmulationTest.java7 import static android.nfc.cts.WalletRoleTestUtils.runWithRole;
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()
1115 runWithRole(mContext, CTS_PACKAGE_NAME, () -> { in testAutoDisableObserveMode()
1274 runWithRole(mContext, CTS_PACKAGE_NAME, () -> { in testAutoTransact_walletRoleEnabled()
1392 runWithRole(mContext, WalletRoleTestUtils.WALLET_HOLDER_PACKAGE_NAME, () -> { in testDisallowNonDefaultSetObserveMode()
1410 runWithRole(mContext, CTS_PACKAGE_NAME, () -> { in testAutoTransactDynamic_walletRoleEnabled()
[all …]
DNfcAdapterTest.java418 WalletRoleTestUtils.runWithRole(mContext, WalletRoleTestUtils.CTS_PACKAGE_NAME, () -> { in testDefaultObserveModeOnlyWithServiceChange()
483 WalletRoleTestUtils.runWithRole(mContext, WalletRoleTestUtils.CTS_PACKAGE_NAME, () -> { in testAllowTransaction_walletRoleEnabled()
495 WalletRoleTestUtils.runWithRole(mContext, WalletRoleTestUtils.CTS_PACKAGE_NAME, () -> { in testDisallowTransaction_walletRoleEnabled()
DWalletRoleTestUtils.java141 static void runWithRole(Context context, String roleHolder, Runnable runnable) { in runWithRole() method in WalletRoleTestUtils