Home
last modified time | relevance | path

Searched refs:childSessionId (Results 1 – 4 of 4) sorted by relevance

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivityTest.java167 final ContentCaptureSessionId childSessionId = childSessionRef.get() in testContentCaptureSessionCache() local
170 assertSessionId(childSessionId, activity.getRootView()); in testContentCaptureSessionCache()
201 final ContentCaptureSessionId childSessionId = childSessionRef.get() in testSimpleLifecycle_rootViewSession() local
203 Log.v(TAG, "session ids: main=" + mainSessionId + ", child=" + childSessionId); in testSimpleLifecycle_rootViewSession()
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()
214 final Session childSession = service.getFinishedSession(childSessionId); in testSimpleLifecycle_rootViewSession()
[all …]
DChildlessActivityTest.java388 final ContentCaptureSessionId childSessionId = childSession.getContentCaptureSessionId(); in testAddAndRemoveImportantChildOnDifferentSession() local
389 Log.v(TAG, "child session id: " + childSessionId); in testAddAndRemoveImportantChildOnDifferentSession()
401 assertThat(sessionIds).containsExactly(mainSessionId, childSessionId).inOrder(); in testAddAndRemoveImportantChildOnDifferentSession()
417 final Session childTestSession = service.getFinishedSession(childSessionId); in testAddAndRemoveImportantChildOnDifferentSession()
425 .assertViewAppeared(childSessionId, child, rootView.getAutofillId()) in testAddAndRemoveImportantChildOnDifferentSession()
572 final ContentCaptureSessionId childSessionId = childSession.getContentCaptureSessionId(); in dinamicallyAddOneChildOnAnotherSessionTest() local
573 Log.v(TAG, "child session: " + childSessionId); in dinamicallyAddOneChildOnAnotherSessionTest()
584 assertThat(receivedIds).containsExactly(mainSessionId, childSessionId).inOrder(); in dinamicallyAddOneChildOnAnotherSessionTest()
593 final Session childTestSession = service.getFinishedSession(childSessionId); in dinamicallyAddOneChildOnAnotherSessionTest()
799 final ContentCaptureSessionId childSessionId = childSession.getContentCaptureSessionId(); in testNestedSessions_simplestScenario() local
[all …]
/cts/tests/tests/util/src/android/util/cts/
DInstallUtilTest.java212 for (int childSessionId : childSessionIds) { in testOpenSessionForMultiPackageSession()
214 = InstallUtils.openPackageInstallerSession(childSessionId)) { in testOpenSessionForMultiPackageSession()
/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/
DAtomicInstallTest.java348 for (int childSessionId : parentSession.getChildSessionIds()) { in testInvalidStateScenarios()
350 openPackageInstallerSession(childSessionId)) { in testInvalidStateScenarios()