Searched refs:mJobServiceForPostBoot (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/ |
H A D | BackgroundDexOptServiceUnitTest.java | 109 private BackgroundDexOptJobService mJobServiceForPostBoot; field in BackgroundDexOptServiceUnitTest 194 assertThat(mService.onStartJob(mJobServiceForPostBoot, in testNoExecutionForLowStorage() 204 assertThat(mService.onStartJob(mJobServiceForPostBoot, in testNoExecutionForNoOptimizablePackages() 213 runFullJob(mJobServiceForPostBoot, mJobParametersForPostBoot, in testPostBootUpdateFullRun() 224 runFullJob(mJobServiceForPostBoot, mJobParametersForPostBoot, in testPostBootUpdateFullRunWithPackageFailure() 235 runFullJob(mJobServiceForPostBoot, mJobParametersForPostBoot, in testIdleJobFullRun() 249 runFullJob(mJobServiceForPostBoot, mJobParametersForPostBoot, in testIdleJobFullRunWithFailureOnceAndSuccessAfterUpdate() 282 runFullJob(mJobServiceForPostBoot, mJobParametersForPostBoot, in testIdleJobFullRunWithFatalError() 339 verify(mJobServiceForPostBoot).jobFinished(mJobParametersForPostBoot, true); in testStopByCancelFlag() 367 verify(mJobServiceForPostBoot).jobFinished(mJobParametersForPostBoot, true); in testPostUpdateCancelFirst() [all …]
|