Home
last modified time | relevance | path

Searched refs:childSessionId (Results 1 – 6 of 6) 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.java399 final ContentCaptureSessionId childSessionId = childSession.getContentCaptureSessionId(); in testAddAndRemoveImportantChildOnDifferentSession() local
400 Log.v(TAG, "child session id: " + childSessionId); in testAddAndRemoveImportantChildOnDifferentSession()
412 assertThat(sessionIds).containsExactly(mainSessionId, childSessionId).inOrder(); in testAddAndRemoveImportantChildOnDifferentSession()
431 final Session childTestSession = service.getFinishedSession(childSessionId); in testAddAndRemoveImportantChildOnDifferentSession()
439 .assertViewAppeared(childSessionId, child, rootView.getAutofillId()) in testAddAndRemoveImportantChildOnDifferentSession()
586 final ContentCaptureSessionId childSessionId = childSession.getContentCaptureSessionId(); in dinamicallyAddOneChildOnAnotherSessionTest() local
587 Log.v(TAG, "child session: " + childSessionId); in dinamicallyAddOneChildOnAnotherSessionTest()
598 assertThat(receivedIds).containsExactly(mainSessionId, childSessionId).inOrder(); in dinamicallyAddOneChildOnAnotherSessionTest()
607 final Session childTestSession = service.getFinishedSession(childSessionId); in dinamicallyAddOneChildOnAnotherSessionTest()
814 final ContentCaptureSessionId childSessionId = childSession.getContentCaptureSessionId(); in testNestedSessions_simplestScenario() local
[all …]
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DPreapprovalInstallTest.kt463 val (childSessionId, childSession) = createSession( in requestUserPreapproval_childSession_statusSuccess() constant
465 session.addChildSessionId(childSessionId) in requestUserPreapproval_childSession_statusSuccess()
484 val (childSessionId, childSession) = createSession( in commitPreapprovalSession_multiPackage_successWithoutUserAction() constant
495 session.addChildSessionId(childSessionId) in commitPreapprovalSession_multiPackage_successWithoutUserAction()
DPackageInstallerTestBase.kt340 val (childSessionId, childSession) = createSession(installFlags, false, null) in <lambda>() constant
342 session.addChildSessionId(childSessionId) in <lambda>()
/cts/tests/tests/util/src/android/util/cts/
DInstallUtilTest.java219 for (int childSessionId : childSessionIds) { in testOpenSessionForMultiPackageSession()
221 = 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()