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.java117 extras.setClassLoader(TestJournal.class.getClassLoader()); in ensureExtras()
243 public static class TestJournal { class in TestJournalProvider
258 private final ArrayMap<String, TestJournal> mContainer = new ArrayMap<>();
264 public static TestJournal get(ComponentName owner) { in get()
269 public static TestJournal get(String owner) { in get()
283 private synchronized TestJournal getTestJournal(String owner) { in getTestJournal()
284 TestJournal info = mContainer.get(owner); in getTestJournal()
286 info = new TestJournal(); in getTestJournal()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/
DFingerprintServiceTest.java41 import android.server.wm.TestJournalProvider.TestJournal;
75 private static FingerprintCallbackHelper.State getCallbackState(@NonNull TestJournal journal) { in getCallbackState()
198 final TestJournal journal = TestJournalContainer.get(AUTH_ON_CREATE_ACTIVITY); in testAuthenticateFromForegroundActivity()
257 final TestJournal journal = TestJournalContainer.get(AUTH_ON_CREATE_ACTIVITY); in testRejectThenErrorFromForegroundActivity()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricActivityTests.java72 final TestJournalProvider.TestJournal journal = TestJournalProvider.TestJournalContainer in testBiometricOnly_authenticateFromForegroundActivity_forSensor()
122 final TestJournalProvider.TestJournal journal = in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor()
184 final TestJournalProvider.TestJournal journal = in testBiometricOnly_rejectThenAuthenticate_forSensor()
244 final TestJournalProvider.TestJournal journal = TestJournalProvider.TestJournalContainer in testBiometricOnly_negativeButtonInvoked_forSensor()
333 final TestJournalProvider.TestJournal journal = TestJournalProvider.TestJournalContainer in testBiometricOrCredential_credentialButtonInvoked_forConfiguration()
DBiometricSecurityTests.java34 import android.server.wm.TestJournalProvider.TestJournal;
188 final TestJournal journal = in testBiometricStrength_forSensor_authAllowed()
234 final TestJournal journal = in testBiometricStrength_forSensor_authDisallowed()
366 final TestJournal journal = in testBiometricStrengthDowngraded_forSensor()
531 final TestJournal journal = in testBiometricStrengthUpgraded_forSensor()
DBiometricTestBase.java51 import android.server.wm.TestJournalProvider.TestJournal;
466 protected static BiometricCallbackHelper.State getCallbackState(@NonNull TestJournal journal) { in getCallbackState()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java341 final TestJournalProvider.TestJournal journal = in launchRuntimeHandleExitAnimationActivity()
374 final TestJournalProvider.TestJournal journal = in testSetApplicationNightMode()
403 final TestJournalProvider.TestJournal journal = in testHandleExitIconAnimatingActivity()
428 final TestJournalProvider.TestJournal journal = in testCancelHandleExitIconAnimatingActivity()
DMultiDisplaySystemDecorationTests.java132 final TestJournalProvider.TestJournal journal = TestJournalContainer.get(COMPONENT); in testWallpaperGetDisplayContext()