Searched refs:isEnabledForLockScreenButton (Results 1 – 4 of 4) sorted by relevance
134 assertThat(mController.isEnabledForLockScreenButton()).isFalse(); in qrCodeScannerInit_withoutDefaultValue()144 assertThat(mController.isEnabledForLockScreenButton()).isFalse(); in qrCodeScannerInit_withIncorrectDefaultValue()153 assertThat(mController.isEnabledForLockScreenButton()).isTrue(); in qrCodeScannerInit_withCorrectDefaultValue()163 assertThat(mController.isEnabledForLockScreenButton()).isTrue(); in qrCodeScannerInit_withCorrectDeviceConfig()173 assertThat(mController.isEnabledForLockScreenButton()).isTrue(); in qrCodeScannerInit_withCorrectDeviceConfig_withCorrectDefaultValue()183 assertThat(mController.isEnabledForLockScreenButton()).isTrue(); in qrCodeScannerInit_withCorrectDeviceConfig_fullActivity()193 assertThat(mController.isEnabledForLockScreenButton()).isFalse(); in qrCodeScannerInit_withIncorrectDeviceConfig()203 assertThat(mController.isEnabledForLockScreenButton()).isTrue(); in verifyDeviceConfigChange_withDefaultActivity()210 assertThat(mController.isEnabledForLockScreenButton()).isTrue(); in verifyDeviceConfigChange_withDefaultActivity()217 assertThat(mController.isEnabledForLockScreenButton()).isTrue(); in verifyDeviceConfigChange_withDefaultActivity()[all …]
60 whenever(controller.isEnabledForLockScreenButton).thenReturn(true) in <lambda>()80 whenever(controller.isEnabledForLockScreenButton).thenReturn(true) in <lambda>()102 whenever(controller.isEnabledForLockScreenButton).thenReturn(true) in <lambda>()118 whenever(controller.isEnabledForLockScreenButton).thenReturn(false) in <lambda>()
97 return if (controller.isEnabledForLockScreenButton) { in state()
161 public boolean isEnabledForLockScreenButton() { in isEnabledForLockScreenButton() method in QRCodeScannerController