Searched refs:journal (Results 1 – 7 of 7) sorted by relevance
90 final TestJournalProvider.TestJournal journal = TestJournalProvider.TestJournalContainer in testBiometricOnly_authenticateFromForegroundActivity_forSensor() local101 BiometricCallbackHelper.State callbackState = getCallbackState(journal); in testBiometricOnly_authenticateFromForegroundActivity_forSensor()108 successfullyAuthenticate(session, userId, journal); in testBiometricOnly_authenticateFromForegroundActivity_forSensor()144 final TestJournalProvider.TestJournal journal = in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor() local149 BiometricCallbackHelper.State callbackState = getCallbackState(journal); in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor()158 callbackState = getCallbackState(journal); in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor()175 callbackState = getCallbackState(journal); in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor()217 final TestJournalProvider.TestJournal journal = in testBiometricOnly_rejectThenAuthenticate_forSensor() local225 BiometricCallbackHelper.State callbackState = getCallbackState(journal); in testBiometricOnly_rejectThenAuthenticate_forSensor()233 callbackState = getCallbackState(journal); in testBiometricOnly_rejectThenAuthenticate_forSensor()[all …]
217 final TestJournal journal = in testBiometricStrength_forSensor_authAllowed() local228 BiometricCallbackHelper.State callbackState = getCallbackState(journal); in testBiometricStrength_forSensor_authAllowed()235 successfullyAuthenticate(session, userId, journal); in testBiometricStrength_forSensor_authAllowed()257 final TestJournal journal = in testBiometricStrength_forSensor_authDisallowed() local272 BiometricCallbackHelper.State callbackState = getCallbackState(journal); in testBiometricStrength_forSensor_authDisallowed()391 final TestJournal journal = in testBiometricStrengthDowngraded_forSensor() local419 successfullyAuthenticate(session, userId, journal); in testBiometricStrengthDowngraded_forSensor()434 BiometricCallbackHelper.State callbackState = getCallbackState(journal); in testBiometricStrengthDowngraded_forSensor()550 final TestJournal journal = in testBiometricStrengthUpgraded_forSensor() local571 BiometricCallbackHelper.State callbackState = getCallbackState(journal); in testBiometricStrengthUpgraded_forSensor()
277 TestJournal journal) throws Exception { in successfullyAuthenticate() argument280 BiometricCallbackHelper.State callbackState = getCallbackState(journal); in successfullyAuthenticate()554 protected static BiometricCallbackHelper.State getCallbackState(@NonNull TestJournal journal) { in getCallbackState() argument556 () -> journal.extras.containsKey(BiometricCallbackHelper.KEY), in getCallbackState()559 final Bundle bundle = journal.extras.getBundle(BiometricCallbackHelper.KEY); in getCallbackState()565 journal.extras.clear(); in getCallbackState()
99 private static FingerprintCallbackHelper.State getCallbackState(@NonNull TestJournal journal) { in getCallbackState() argument101 () -> journal.extras.containsKey(FingerprintCallbackHelper.KEY)); in getCallbackState()103 final Bundle bundle = journal.extras.getBundle(FingerprintCallbackHelper.KEY); in getCallbackState()113 journal.extras.clear(); in getCallbackState()231 final TestJournal journal = TestJournalContainer.get(AUTH_ON_CREATE_ACTIVITY); in testAuthenticateFromForegroundActivity() local242 FingerprintCallbackHelper.State callbackState = getCallbackState(journal); in testAuthenticateFromForegroundActivity()252 callbackState = getCallbackState(journal); in testAuthenticateFromForegroundActivity()272 final TestJournal journal = TestJournalContainer.get(AUTH_ON_CREATE_ACTIVITY); in testRejectThenErrorFromForegroundActivity() local279 FingerprintCallbackHelper.State callbackState = getCallbackState(journal); in testRejectThenErrorFromForegroundActivity()285 callbackState = getCallbackState(journal); in testRejectThenErrorFromForegroundActivity()[all …]
426 final TestJournalProvider.TestJournal journal = in testSetApplicationNightMode() local429 testConfigNightMode == journal.extras.getInt(GET_NIGHT_MODE_ACTIVITY_CHANGED)); in testSetApplicationNightMode()431 journal.extras.getInt(GET_NIGHT_MODE_ACTIVITY_CHANGED)); in testSetApplicationNightMode()498 final TestJournalProvider.TestJournal journal = in testCancelHandleExitIconAnimatingActivity() local500 assertFalse(journal.extras.getBoolean(RECEIVE_SPLASH_SCREEN_EXIT)); in testCancelHandleExitIconAnimatingActivity()628 final TestJournalProvider.TestJournal journal = TestJournalProvider.TestJournalContainer in assertHandleExit() local631 () -> journal.extras.getBoolean(RECEIVE_SPLASH_SCREEN_EXIT)); in assertHandleExit()633 journal.extras.containsKey(CONTAINS_CENTER_VIEW)); in assertHandleExit()635 journal.extras.containsKey(CONTAINS_BRANDING_VIEW)); in assertHandleExit()637 final long iconAnimationStart = journal.extras.getLong(ICON_ANIMATION_START); in assertHandleExit()[all …]
147 val journal = in getMotionEventFromTestJournal() constant150 if (journal.extras.containsKey( in getMotionEventFromTestJournal()155 journal.extras.getParcelable( in getMotionEventFromTestJournal()
98 final TestJournalProvider.TestJournal journal = TestJournalContainer.get(COMPONENT); in testWallpaperGetDisplayContext() local100 () -> journal.extras.getBoolean(TARGET_ENGINE_DISPLAY_ID)); in testWallpaperGetDisplayContext()