Home
last modified time | relevance | path

Searched refs:setParentSessionId (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureEventTest.java170 .setParentSessionId(108); in newEventForSessionStarted()
192 .setParentSessionId(108); in testSessionFinished_directly()
201 .setParentSessionId(108); in testSessionFinished_throughParcel()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DStagingManagerTest.java134 session.setParentSessionId(1543); in restoreSessions_nonParentSession_throwsIAE()
591 private void setParentSessionId(int parentSessionId) { in setParentSessionId() method in StagingManagerTest.FakeStagedSession
621 session.setParentSessionId(sessionId()); in addChildSession()
/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureEvent.java220 public ContentCaptureEvent setParentSessionId(int parentSessionId) { in setParentSessionId() method in ContentCaptureEvent
638 event.setParentSessionId(parcel.readInt());
H A DContentCaptureContext.java222 public void setParentSessionId(int parentSessionId) { in setParentSessionId() method in ContentCaptureContext
H A DMainContentCaptureSession.java699 .setParentSessionId(parentSessionId).setClientContext(clientContext), in notifyChildSessionStarted()
705 .setParentSessionId(parentSessionId), FORCE_FLUSH)); in notifyChildSessionFinished()
/aosp12/frameworks/base/core/java/android/service/contentcapture/
H A DContentCaptureService.java498 clientContext.setParentSessionId(event.getParentSessionId()); in handleSendEvents()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java4129 childSession.setParentSessionId(this.sessionId); in addChildSessionId()
4153 session.setParentSessionId(SessionInfo.INVALID_ID); in removeChildSessionId()
4166 void setParentSessionId(int parentSessionId) { in setParentSessionId() method in PackageInstallerSession
/aosp12/frameworks/base/services/
H A Dart-profile30309 PLcom/android/server/pm/PackageInstallerSession;->setParentSessionId(I)V