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.java232 FakeStagedSession apexSession = new FakeStagedSession(1543); in restoreSessions_unknownApexSession_failsAllSessions() local
329 FakeStagedSession apexSession = new FakeStagedSession(1543); in restoreSessions_stagedApexSession_failsAllSessions() local
424 FakeStagedSession apexSession = new FakeStagedSession(1543); in restoreSessions_apexSessionInImpossibleState_failsAllSessions() local
/frameworks/base/services/core/java/com/android/server/pm/
DStagingManager.java567 final ApexSessionInfo apexSession = mApexManager.getStagedSessionInfo(session.sessionId()); in ensureActiveApexSessionIsAborted() local
684 final ApexSessionInfo apexSession = apexSessions.get(session.sessionId()); in restoreSessions() local
DPackageSessionVerifier.java446 final ApexSessionInfo apexSession = mApexManager.getStagedSessionInfo(sessionId); in ensureActiveApexSessionIsAborted() local