Searched refs:assertSessionId (Results 1 – 4 of 4) sorted by relevance
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | LoginActivity.java | 20 import static android.contentcaptureservice.cts.Assertions.assertSessionId; 174 assertSessionId(sessionId, activity.mUsernameLabel); in assertBaseInformation() 175 assertSessionId(sessionId, activity.mUsername); in assertBaseInformation() 176 assertSessionId(sessionId, activity.mPassword); in assertBaseInformation() 177 assertSessionId(sessionId, activity.mPasswordLabel); in assertBaseInformation()
|
D | EventsAssertor.java | 19 import static android.contentcaptureservice.cts.Assertions.assertSessionId; 160 assertSessionId(expectedSessionId, expectedView); in assertViewAppeared() 172 assertSessionId(expectedSessionId, expectedView); in assertViewAppeared()
|
D | LoginActivityTest.java | 25 import static android.contentcaptureservice.cts.Assertions.assertSessionId; 170 assertSessionId(childSessionId, activity.getRootView()); in testContentCaptureSessionCache() 206 assertSessionId(childSessionId, activity.getRootView()); in testSimpleLifecycle_rootViewSession() 207 assertSessionId(childSessionId, activity.mUsernameLabel); in testSimpleLifecycle_rootViewSession() 208 assertSessionId(childSessionId, activity.mUsername); in testSimpleLifecycle_rootViewSession() 209 assertSessionId(childSessionId, activity.mPassword); in testSimpleLifecycle_rootViewSession() 210 assertSessionId(childSessionId, activity.mPasswordLabel); in testSimpleLifecycle_rootViewSession()
|
D | Assertions.java | 247 assertSessionId(expectedSessionId, expectedView); in assertViewAppeared() 398 assertSessionId(expectedSessionId, expectedView); in assertViewWithUnknownParentAppeared() 485 public static void assertSessionId(@NonNull ContentCaptureSessionId expectedSessionId, in assertSessionId() method in Assertions
|