Home
last modified time | relevance | path

Searched defs:apexSession (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DStagingManagerTest.java233 FakeStagedSession apexSession = new FakeStagedSession(1543); in restoreSessions_unknownApexSession_failsAllSessions() local
330 FakeStagedSession apexSession = new FakeStagedSession(1543); in restoreSessions_stagedApexSession_failsAllSessions() local
425 FakeStagedSession apexSession = new FakeStagedSession(1543); in restoreSessions_apexSessionInImpossibleState_failsAllSessions() local
/frameworks/base/services/core/java/com/android/server/pm/
DStagingManager.java569 final ApexSessionInfo apexSession = mApexManager.getStagedSessionInfo(session.sessionId()); in ensureActiveApexSessionIsAborted() local
686 final ApexSessionInfo apexSession = apexSessions.get(session.sessionId()); in restoreSessions() local
DPackageSessionVerifier.java446 final ApexSessionInfo apexSession = mApexManager.getStagedSessionInfo(sessionId); in ensureActiveApexSessionIsAborted() local