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.java54 import android.server.wm.TestJournalProvider.TestJournal;
108 private static FingerprintCallbackHelper.State getCallbackState(@NonNull TestJournal journal) { in getCallbackState()
240 final TestJournal journal = TestJournalContainer.get(AUTH_ON_CREATE_ACTIVITY); in testAuthenticateFromForegroundActivity()
281 final TestJournal journal = TestJournalContainer.get(AUTH_ON_CREATE_ACTIVITY); in testRejectThenErrorFromForegroundActivity()
372 final TestJournal journal = TestJournalContainer.get(AUTH_ON_CREATE_ACTIVITY); in testAuthCancelsWhenAppSwitched()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
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()
DBiometricActivityTests.java96 final TestJournalProvider.TestJournal journal = TestJournalProvider.TestJournalContainer in testBiometricOnly_authenticateFromForegroundActivity_forSensor()
150 final TestJournalProvider.TestJournal journal = in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor()
222 final TestJournalProvider.TestJournal journal = in testBiometricOnly_rejectThenAuthenticate_forSensor()
290 final TestJournalProvider.TestJournal journal = TestJournalProvider.TestJournalContainer in testBiometricOnly_negativeButtonInvoked_forSensor()
406 final TestJournalProvider.TestJournal journal = TestJournalProvider.TestJournalContainer in testBiometricOrCredential_credentialButtonInvoked_forConfiguration()
DBiometricTestBase.java69 import android.server.wm.TestJournalProvider.TestJournal;
332 TestJournal journal) throws Exception { in successfullyAuthenticate()
608 protected static BiometricCallbackHelper.State getCallbackState(@NonNull TestJournal journal) { in getCallbackState()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DSplashscreenTests.java423 final TestJournalProvider.TestJournal journal = in testSetApplicationNightMode()
495 final TestJournalProvider.TestJournal journal = in testCancelHandleExitIconAnimatingActivity()
625 final TestJournalProvider.TestJournal journal = TestJournalProvider.TestJournalContainer in assertHandleExit()
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplaySystemDecorationTests.java99 final TestJournalProvider.TestJournal journal = TestJournalContainer.get(COMPONENT); in testWallpaperGetDisplayContext()