Home
last modified time | relevance | path

Searched defs:parentSession (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/Logging/
DSession.java184 public void setParentSession(Session parentSession) { in setParentSession()
271 Session parentSession = currSession.getParentSession(); in getFullSessionId() local
305 Session parentSession = mParentSession; in getFullSessionIdRecursive() local
416 Session parentSession = getParentSession(); in getFullMethodPath() local
483 Session parentSession = getParentSession(); in getFullMethodPathRecursive() local
DSessionManager.java311 Session parentSession = subsession.getParentSession(); in continueSession() local
349 Session parentSession = completedSession.getParentSession(); in endSession() local
380 Session parentSession = currSession.getParentSession(); in cleanupSessionTreeAndNotify() local
408 Session parentSession = subsession.getParentSession(); in endParentSessionsRecursive() local
/frameworks/base/services/tests/PackageManagerServiceTests/host/test-apps/DeviceSide/src/com/android/server/pm/
DPackageInstallerSessionTest.kt57 parentSession -> return parentSession.childSessionIds in <lambda>() method
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DStagingManagerTest.java539 FakeStagedSession parentSession = new FakeStagedSession(239, in getStagedApexInfos_parentSession() local
569 FakeStagedSession parentSession = new FakeStagedSession(240, in getStagedApexInfos_returnsStagedApexModules() local
/frameworks/base/services/core/java/com/android/server/rollback/
DRollback.java559 PackageInstaller.Session parentSession = packageInstaller.openSession( in commit() local