Searched refs:childSessionId (Results 1 – 4 of 4) sorted by relevance
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | LoginActivityTest.java | 152 final ContentCaptureSessionId childSessionId = childSessionRef.get() in testSimpleLifecycle_rootViewSession() local 154 Log.v(TAG, "session ids: main=" + mainSessionId + ", child=" + childSessionId); in testSimpleLifecycle_rootViewSession() 157 assertSessionId(childSessionId, activity.getRootView()); in testSimpleLifecycle_rootViewSession() 158 assertSessionId(childSessionId, activity.mUsernameLabel); in testSimpleLifecycle_rootViewSession() 159 assertSessionId(childSessionId, activity.mUsername); in testSimpleLifecycle_rootViewSession() 160 assertSessionId(childSessionId, activity.mPassword); in testSimpleLifecycle_rootViewSession() 161 assertSessionId(childSessionId, activity.mPasswordLabel); in testSimpleLifecycle_rootViewSession() 165 final Session childSession = service.getFinishedSession(childSessionId); in testSimpleLifecycle_rootViewSession() 172 assertThat(allSessionIds).containsExactly(mainSessionId, childSessionId); in testSimpleLifecycle_rootViewSession() 225 assertViewAppeared(childEvents, 0, childSessionId, activity.getRootView(), in testSimpleLifecycle_rootViewSession() [all …]
|
D | ChildlessActivityTest.java | 392 final ContentCaptureSessionId childSessionId = childSession.getContentCaptureSessionId(); in testAddAndRemoveImportantChildOnDifferentSession() local 393 Log.v(TAG, "child session id: " + childSessionId); in testAddAndRemoveImportantChildOnDifferentSession() 405 assertThat(sessionIds).containsExactly(mainSessionId, childSessionId).inOrder(); in testAddAndRemoveImportantChildOnDifferentSession() 420 final Session childTestSession = service.getFinishedSession(childSessionId); in testAddAndRemoveImportantChildOnDifferentSession() 427 assertViewAppeared(childEvents, 1, childSessionId, child, rootView.getAutofillId()); in testAddAndRemoveImportantChildOnDifferentSession() 573 final ContentCaptureSessionId childSessionId = childSession.getContentCaptureSessionId(); in dinamicallyAddOneChildOnAnotherSessionTest() local 574 Log.v(TAG, "child session: " + childSessionId); in dinamicallyAddOneChildOnAnotherSessionTest() 585 assertThat(receivedIds).containsExactly(mainSessionId, childSessionId).inOrder(); in dinamicallyAddOneChildOnAnotherSessionTest() 594 final Session childTestSession = service.getFinishedSession(childSessionId); in dinamicallyAddOneChildOnAnotherSessionTest() 797 final ContentCaptureSessionId childSessionId = childSession.getContentCaptureSessionId(); in testNestedSessions_simplestScenario() local [all …]
|
/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/ |
D | AtomicInstallTest.java | 146 for (int childSessionId : parentSession.getChildSessionIds()) { in testInvalidStateScenarios() 148 openPackageInstallerSession(childSessionId)) { in testInvalidStateScenarios()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | InstallUtilTest.java | 211 for (int childSessionId : childSessionIds) { in testOpenSessionForMultiPackageSession() 213 = InstallUtils.openPackageInstallerSession(childSessionId)) { in testOpenSessionForMultiPackageSession()
|