Home
last modified time | relevance | path

Searched refs:destroyedApexSession (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DStagingManagerTest.java187 FakeStagedSession destroyedApexSession = new FakeStagedSession(37); in restoreSessions_handlesDestroyedAndNotReadySessions() local
188 destroyedApexSession.setCommitted(true); in restoreSessions_handlesDestroyedAndNotReadySessions()
189 destroyedApexSession.setDestroyed(true); in restoreSessions_handlesDestroyedAndNotReadySessions()
190 destroyedApexSession.setIsApex(true); in restoreSessions_handlesDestroyedAndNotReadySessions()
209 sessions.add(destroyedApexSession); in restoreSessions_handlesDestroyedAndNotReadySessions()
219 assertThat(destroyedApexSession.isDestroyed()).isTrue(); in restoreSessions_handlesDestroyedAndNotReadySessions()