Searched refs:isWalletFeatureAvailableWhenDeviceLocked (Results 1 – 9 of 9) sorted by relevance
173 public void isWalletFeatureAvailableWhenDeviceLocked() { in isWalletFeatureAvailableWhenDeviceLocked() method in QuickAccessWalletClientTest179 assertThat(mWalletClient.isWalletFeatureAvailableWhenDeviceLocked()).isTrue(); in isWalletFeatureAvailableWhenDeviceLocked()183 assertThat(mWalletClient.isWalletFeatureAvailableWhenDeviceLocked()).isFalse(); in isWalletFeatureAvailableWhenDeviceLocked()
201 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()
74 when(mQuickAccessWalletClient.isWalletFeatureAvailableWhenDeviceLocked()).thenReturn(true); in setUp()112 when(mQuickAccessWalletClient.isWalletFeatureAvailableWhenDeviceLocked()).thenReturn(false); in walletFeatureWhenLockedUnavailable_walletNotEnabled()
90 boolean isWalletFeatureAvailableWhenDeviceLocked(); in isWalletFeatureAvailableWhenDeviceLocked() method
104 public boolean isWalletFeatureAvailableWhenDeviceLocked() { in isWalletFeatureAvailableWhenDeviceLocked() method in QuickAccessWalletClientImpl
144 && mQuickAccessWalletClient.isWalletFeatureAvailableWhenDeviceLocked(); in updateWalletPreference()
160 if (mIsDeviceLocked && !mWalletClient.isWalletFeatureAvailableWhenDeviceLocked()) { in queryWalletCards()
145 when(mQuickAccessWalletClient.isWalletFeatureAvailableWhenDeviceLocked()).thenReturn(true); in setUp()
2368 method public boolean isWalletFeatureAvailableWhenDeviceLocked();