Searched refs:cancelBackgroundDexoptJob (Results 1 – 3 of 3) sorted by relevance
483 assertThrows(SecurityException.class, () -> mService.cancelBackgroundDexoptJob()); in testCancelShellCommandWithInvalidUid()
308 public void cancelBackgroundDexoptJob() throws LegacyDexoptDisabledException { in cancelBackgroundDexoptJob() method in BackgroundDexOptService
2101 BackgroundDexOptService.getService().cancelBackgroundDexoptJob(); in cancelBgDexOptJob()