Home
last modified time | relevance | path

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

/aosp12/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
H A DQuickAccessWalletClientTest.java173 public void isWalletFeatureAvailableWhenDeviceLocked() { in isWalletFeatureAvailableWhenDeviceLocked() method in QuickAccessWalletClientTest
179 assertThat(mWalletClient.isWalletFeatureAvailableWhenDeviceLocked()).isTrue(); in isWalletFeatureAvailableWhenDeviceLocked()
183 assertThat(mWalletClient.isWalletFeatureAvailableWhenDeviceLocked()).isFalse(); in isWalletFeatureAvailableWhenDeviceLocked()
H A DWalletPanelViewControllerTest.java201 when(mWalletClient.isWalletFeatureAvailableWhenDeviceLocked()).thenReturn(false); in onDeviceLockStateChanged_unlocked_queriesCards()
215 when(mWalletClient.isWalletFeatureAvailableWhenDeviceLocked()).thenReturn(false); in onDeviceLockStateChanged_calledTwice_onlyQueriesCardsOnce()
236 when(mWalletClient.isWalletFeatureAvailableWhenDeviceLocked()).thenReturn(false); in onDeviceLockStateChanged_unlocked_locked_queriesCardsAndDoesNotHide()
278 when(mWalletClient.isWalletFeatureAvailableWhenDeviceLocked()).thenReturn(true); in queryWalletCards_deviceLocked_cardsAllowedOnLockScreen_queriesCards()
291 when(mWalletClient.isWalletFeatureAvailableWhenDeviceLocked()).thenReturn(false); in queryWalletCards_deviceLocked_cardsNotAllowedOnLockScreen_doesNotQueryCards()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/controller/
H A DQuickAccessWalletControllerTest.java74 when(mQuickAccessWalletClient.isWalletFeatureAvailableWhenDeviceLocked()).thenReturn(true); in setUp()
112 when(mQuickAccessWalletClient.isWalletFeatureAvailableWhenDeviceLocked()).thenReturn(false); in walletFeatureWhenLockedUnavailable_walletNotEnabled()
/aosp12/frameworks/base/core/java/android/service/quickaccesswallet/
H A DQuickAccessWalletClient.java90 boolean isWalletFeatureAvailableWhenDeviceLocked(); in isWalletFeatureAvailableWhenDeviceLocked() method
H A DQuickAccessWalletClientImpl.java104 public boolean isWalletFeatureAvailableWhenDeviceLocked() { in isWalletFeatureAvailableWhenDeviceLocked() method in QuickAccessWalletClientImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
H A DQuickAccessWalletController.java144 && mQuickAccessWalletClient.isWalletFeatureAvailableWhenDeviceLocked(); in updateWalletPreference()
/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewController.java160 if (mIsDeviceLocked && !mWalletClient.isWalletFeatureAvailableWhenDeviceLocked()) { in queryWalletCards()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DQuickAccessWalletTileTest.java145 when(mQuickAccessWalletClient.isWalletFeatureAvailableWhenDeviceLocked()).thenReturn(true); in setUp()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt2368 method public boolean isWalletFeatureAvailableWhenDeviceLocked();