Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
DWalletScreenControllerTest.java83 private final Intent mWalletIntent = new Intent(QuickAccessWalletService.ACTION_VIEW_WALLET) field in WalletScreenControllerTest
122 when(mWalletClient.createWalletIntent()).thenReturn(mWalletIntent); in setUp()
388 assertEquals(mWalletIntent.getAction(), actualIntent.getAction()); in onCardClicked_startIntent()
389 assertEquals(mWalletIntent.getComponent(), actualIntent.getComponent()); in onCardClicked_startIntent()
476 PendingIntent.getActivity(context, 0, mWalletIntent, PendingIntent.FLAG_IMMUTABLE); in createNonActiveWalletCard()
485 PendingIntent.getActivity(context, 0, mWalletIntent, PendingIntent.FLAG_IMMUTABLE); in createLockedWalletCard()
494 PendingIntent.getActivity(context, 0, mWalletIntent, PendingIntent.FLAG_IMMUTABLE); in createWalletCard()
503 PendingIntent.getActivity(context, 0, mWalletIntent, PendingIntent.FLAG_IMMUTABLE); in createWalletCardWithType()
512 PendingIntent.getActivity(context, 0, mWalletIntent, PendingIntent.FLAG_IMMUTABLE); in createCrazyWalletCard()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DQuickAccessWalletTileTest.java100 private final Intent mWalletIntent = new Intent(QuickAccessWalletService.ACTION_VIEW_WALLET) field in QuickAccessWalletTileTest
406 PendingIntent.getActivity(mContext, 0, mWalletIntent, PendingIntent.FLAG_IMMUTABLE); in testQueryCards_notCurrentUser_hasCards_noSideViewDrawable()
470 PendingIntent.getActivity(context, 0, mWalletIntent, PendingIntent.FLAG_IMMUTABLE); in createWalletCardWithType()
508 PendingIntent.getActivity(context, 0, mWalletIntent, PendingIntent.FLAG_IMMUTABLE); in createWalletCard()