Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DStagingManagerTest.java240 FakeStagedSession apexSession = new FakeStagedSession(1543); in restoreSessions_unknownApexSession_failsAllSessions() local
337 FakeStagedSession apexSession = new FakeStagedSession(1543); in restoreSessions_stagedApexSession_failsAllSessions() local
432 FakeStagedSession apexSession = new FakeStagedSession(1543); in restoreSessions_apexSessionInImpossibleState_failsAllSessions() local
/frameworks/base/services/core/java/com/android/server/pm/
DStagingManager.java855 final ApexSessionInfo apexSession = mApexManager.getStagedSessionInfo(session.sessionId()); in ensureActiveApexSessionIsAborted() local
971 final ApexSessionInfo apexSession = apexSessions.get(session.sessionId()); in restoreSessions() local