Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DStagingManagerTest.java223 assertThat(nonReadyApkSession.hasVerificationStarted()).isTrue(); in restoreSessions_handlesDestroyedAndNotReadySessions()
224 assertThat(nonReadyApexSession.hasVerificationStarted()).isTrue(); in restoreSessions_handlesDestroyedAndNotReadySessions()
820 private boolean hasVerificationStarted() { in hasVerificationStarted() method in StagingManagerTest.FakeStagedSession