Searched refs:TestJournal (Results 1 – 7 of 7) sorted by relevance
129 extras.setClassLoader(TestJournal.class.getClassLoader()); in ensureExtras()273 public static class TestJournal { class in TestJournalProvider288 private final ArrayMap<String, TestJournal> mContainer = new ArrayMap<>();296 public static TestJournal get(ComponentName owner) { in get()301 public static TestJournal get(String owner) { in get()326 private synchronized TestJournal getTestJournal(String owner) { in getTestJournal()327 TestJournal info = mContainer.get(owner); in getTestJournal()329 info = new TestJournal(); in getTestJournal()
50 import android.server.wm.TestJournalProvider.TestJournal;99 private static FingerprintCallbackHelper.State getCallbackState(@NonNull TestJournal journal) { in getCallbackState()231 final TestJournal journal = TestJournalContainer.get(AUTH_ON_CREATE_ACTIVITY); in testAuthenticateFromForegroundActivity()272 final TestJournal journal = TestJournalContainer.get(AUTH_ON_CREATE_ACTIVITY); in testRejectThenErrorFromForegroundActivity()363 final TestJournal journal = TestJournalContainer.get(AUTH_ON_CREATE_ACTIVITY); in testAuthCancelsWhenAppSwitched()
90 final TestJournalProvider.TestJournal journal = TestJournalProvider.TestJournalContainer in testBiometricOnly_authenticateFromForegroundActivity_forSensor()144 final TestJournalProvider.TestJournal journal = in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor()217 final TestJournalProvider.TestJournal journal = in testBiometricOnly_rejectThenAuthenticate_forSensor()285 final TestJournalProvider.TestJournal journal = TestJournalProvider.TestJournalContainer in testBiometricOnly_negativeButtonInvoked_forSensor()401 final TestJournalProvider.TestJournal journal = TestJournalProvider.TestJournalContainer in testBiometricOrCredential_credentialButtonInvoked_forConfiguration()
37 import android.server.wm.TestJournalProvider.TestJournal;217 final TestJournal journal = in testBiometricStrength_forSensor_authAllowed()257 final TestJournal journal = in testBiometricStrength_forSensor_authDisallowed()391 final TestJournal journal = in testBiometricStrengthDowngraded_forSensor()550 final TestJournal journal = in testBiometricStrengthUpgraded_forSensor()
64 import android.server.wm.TestJournalProvider.TestJournal;277 TestJournal journal) throws Exception { in successfullyAuthenticate()554 protected static BiometricCallbackHelper.State getCallbackState(@NonNull TestJournal journal) { in getCallbackState()
426 final TestJournalProvider.TestJournal journal = in testSetApplicationNightMode()498 final TestJournalProvider.TestJournal journal = in testCancelHandleExitIconAnimatingActivity()628 final TestJournalProvider.TestJournal journal = TestJournalProvider.TestJournalContainer in assertHandleExit()
98 final TestJournalProvider.TestJournal journal = TestJournalContainer.get(COMPONENT); in testWallpaperGetDisplayContext()