Searched refs:apexdSessions (Results 1 – 1 of 1) sorted by relevance
289 apexdSessions.put(1543, activationFailed); in restoreSessions_failedApexSessions_failsAllSessions()290 apexdSessions.put(101, staged); in restoreSessions_failedApexSessions_failsAllSessions()291 when(mApexManager.getSessions()).thenReturn(apexdSessions); in restoreSessions_failedApexSessions_failsAllSessions()340 apexdSessions.put(1543, staged); in restoreSessions_stagedApexSession_failsAllSessions()341 when(mApexManager.getSessions()).thenReturn(apexdSessions); in restoreSessions_stagedApexSession_failsAllSessions()401 apexdSessions.put(1543, activationFailed); in restoreSessions_failedAndActivatedApexSessions_abortsCheckpoint()402 apexdSessions.put(101, activated); in restoreSessions_failedAndActivatedApexSessions_abortsCheckpoint()403 apexdSessions.put(57, staged); in restoreSessions_failedAndActivatedApexSessions_abortsCheckpoint()404 when(mApexManager.getSessions()).thenReturn(apexdSessions); in restoreSessions_failedAndActivatedApexSessions_abortsCheckpoint()434 apexdSessions.put(1543, impossible); in restoreSessions_apexSessionInImpossibleState_failsAllSessions()[all …]