Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/BackgroundDexOptServiceIntegrationTests/src/com/android/server/pm/
H A DBackgroundDexOptServiceIntegrationTests.java205 private static void runBackgroundDexOpt() throws IOException { in runBackgroundDexOpt() method in BackgroundDexOptServiceIntegrationTests
206 runBackgroundDexOpt("Success"); in runBackgroundDexOpt()
210 private static void runBackgroundDexOpt(String expectedStatus) throws IOException { in runBackgroundDexOpt() method in BackgroundDexOptServiceIntegrationTests
268 runBackgroundDexOpt(); in testBackgroundDexOpt()
290 runBackgroundDexOpt(); in testBackgroundDexOptDowngradeSkipRecentlyUsedPackage()
316 runBackgroundDexOpt(); in testBackgroundDexOptDowngradeSuccessful()
333 runBackgroundDexOpt("Failure"); in testBackgroundDexOptThermalThrottling()