Home
last modified time | relevance | path

Searched refs:TestJournal (Results 1 – 7 of 7) sorted by relevance

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTestJournalProvider.java129 extras.setClassLoader(TestJournal.class.getClassLoader()); in ensureExtras()
273 public static class TestJournal { class in TestJournalProvider
288 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()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/
DFingerprintManagerTest.java50 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()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricActivityTests.java90 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()
DBiometricSecurityTests.java37 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()
DBiometricTestBase.java64 import android.server.wm.TestJournalProvider.TestJournal;
277 TestJournal journal) throws Exception { in successfullyAuthenticate()
554 protected static BiometricCallbackHelper.State getCallbackState(@NonNull TestJournal journal) { in getCallbackState()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DSplashscreenTests.java426 final TestJournalProvider.TestJournal journal = in testSetApplicationNightMode()
498 final TestJournalProvider.TestJournal journal = in testCancelHandleExitIconAnimatingActivity()
628 final TestJournalProvider.TestJournal journal = TestJournalProvider.TestJournalContainer in assertHandleExit()
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplaySystemDecorationTests.java98 final TestJournalProvider.TestJournal journal = TestJournalContainer.get(COMPONENT); in testWallpaperGetDisplayContext()