Home
last modified time | relevance | path

Searched defs:expectedSessionId (Results 1 – 5 of 5) sorted by relevance

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAssertions.java65 @NonNull ContentCaptureSessionId expectedSessionId, in assertRightActivity()
74 @NonNull ContentCaptureSessionId expectedSessionId, in assertRightActivity()
244 @NonNull ContentCaptureSessionId expectedSessionId, in assertViewAppeared()
396 @NonNull ContentCaptureSessionId expectedSessionId, @NonNull View expectedView) { in assertViewWithUnknownParentAppeared()
485 public static void assertSessionId(@NonNull ContentCaptureSessionId expectedSessionId, in assertSessionId()
DEventsAssertor.java157 public EventsAssertor assertViewAppeared(@NonNull ContentCaptureSessionId expectedSessionId, in assertViewAppeared()
169 public EventsAssertor assertViewAppeared(@NonNull ContentCaptureSessionId expectedSessionId, in assertViewAppeared()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DLauncherAppsEnumerationTests.java316 final int expectedSessionId = Install.single(TestApp.A1).setPackageName(TestApp.A) in sessionCallback_sessionOwner_canSeeSession() local
530 int expectedSessionId) throws Exception { in sendCommandAndWaitForLauncherAppsSessionCallback()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DTestActivity.java1087 int expectedSessionId, long timeoutMs) { in awaitLauncherAppsSessionCallback()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTrackTest.java371 final int expectedSessionId = new AudioManager(getContext()).generateAudioSessionId(); in testBuilderSession() local