Searched refs:WalletRoleTestUtils (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/nfc/src/android/nfc/cts/ |
D | NfcPreferredPaymentTest.java | 193 WalletRoleTestUtils.runWithRole(mContext, WalletRoleTestUtils.WALLET_HOLDER_PACKAGE_NAME, in testAidsForPreferredPaymentService_walletRoleEnabled() 202 WalletRoleTestUtils.WALLET_HOLDER_AIDS.equals(aids)); 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()
|
D | WalletRoleTest.java | 21 import static android.nfc.cts.WalletRoleTestUtils.CTS_PACKAGE_NAME; 22 import static android.nfc.cts.WalletRoleTestUtils.canAssignRoleToPackage; 23 import static android.nfc.cts.WalletRoleTestUtils.clearRoleHolders; 24 import static android.nfc.cts.WalletRoleTestUtils.getDefaultWalletRoleHolder; 25 import static android.nfc.cts.WalletRoleTestUtils.getOverLayDefaultHolder;
|
D | CardEmulationTest.java | 3 import static android.nfc.cts.WalletRoleTestUtils.CTS_PACKAGE_NAME; 4 import static android.nfc.cts.WalletRoleTestUtils.WALLET_HOLDER_PACKAGE_NAME; 5 import static android.nfc.cts.WalletRoleTestUtils.WALLET_HOLDER_SERVICE_DESC; 6 import static android.nfc.cts.WalletRoleTestUtils.getWalletRoleHolderService; 7 import static android.nfc.cts.WalletRoleTestUtils.runWithRole; 8 import static android.nfc.cts.WalletRoleTestUtils.runWithRoleNone; 400 WalletRoleTestUtils.runWithRole(mContext, WalletRoleTestUtils.WALLET_HOLDER_PACKAGE_NAME, in testTypeAPollingLoopToWalletHolder() 411 ensurePreferredService(WalletRoleTestUtils.WALLET_HOLDER_SERVICE_DESC); in testTypeAPollingLoopToWalletHolder() 413 WalletRoleTestUtils.getWalletRoleHolderService().getClassName()); in testTypeAPollingLoopToWalletHolder() 423 WalletRoleTestUtils.runWithRole(mContext, WalletRoleTestUtils.WALLET_HOLDER_PACKAGE_NAME, in testCustomFrameToCustomInTwoFullLoops() [all …]
|
D | NfcAdapterTest.java | 418 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()
|
D | WalletRoleTestUtils.java | 44 public final class WalletRoleTestUtils { class 46 private WalletRoleTestUtils() {} in WalletRoleTestUtils() method in WalletRoleTestUtils
|
D | ApduServiceInfoTest.java | 135 if (componentName.equals(WalletRoleTestUtils.getForegroundService())) { in findForegroundServiceResolveInfo() 149 assertEquals(apduServiceInfo.getComponent(), WalletRoleTestUtils.getForegroundService()); in test_Constructor_ParseManifest_ForegroundService()
|