Searched refs:isAllowedOnLockScreen (Results 1 – 4 of 4) sorted by relevance
141 whenever(controller.isAllowedOnLockScreen).thenReturn(true)150 whenever(controller.isAllowedOnLockScreen).thenReturn(true)
162 return mQRCodeScannerEnabled && isAbleToLaunchScannerActivity() && isAllowedOnLockScreen(); in isEnabledForLockScreenButton()166 public boolean isAllowedOnLockScreen() { in isAllowedOnLockScreen() method in QRCodeScannerController
115 return controller.isAbleToLaunchScannerActivity && controller.isAllowedOnLockScreen
304 assertThat(mController.isAllowedOnLockScreen()).isTrue(); in verifyPreferenceChangeToSameValue()329 assertThat(mController.isAllowedOnLockScreen()).isTrue(); in verifyUnregisterRegisterChangeObservers()