Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSessionManager.java291 Session parentSession = subsession.getParentSession(); in continueSession() local
329 Session parentSession = completedSession.getParentSession(); in endSession() local
347 Session parentSession = subsession.getParentSession(); in endParentSessions() local
H A DSession.java191 public void setParentSession(Session parentSession) { in setParentSession()
284 Session parentSession = mParentSession; in getFullSessionId() local
375 Session parentSession = getParentSession(); in getFullMethodPath() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DStagingManagerTest.java540 FakeStagedSession parentSession = new FakeStagedSession(239, in getStagedApexInfos_parentSession() local
571 FakeStagedSession parentSession = new FakeStagedSession(240, in getStagedApexModuleNames_returnsStagedApexModules() local
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/
H A DRollback.java528 PackageInstaller.Session parentSession = packageInstaller.openSession( in commit() local