Searched refs:ManagerNotFoundException (Results 1 – 5 of 5) sorted by relevance
63 throws ManagerNotFoundException { in getManagerOrThrow()66 throw new ManagerNotFoundException(managerClass); in getManagerOrThrow()94 public static class ManagerNotFoundException extends Exception { class in LocalManagerRegistry95 public <T> ManagerNotFoundException(@NonNull Class<T> managerClass) { in ManagerNotFoundException() method in LocalManagerRegistry.ManagerNotFoundException
24 import static com.android.server.LocalManagerRegistry.ManagerNotFoundException;561 } catch (ManagerNotFoundException e) { in getDexUseManagerLocal()684 } catch (ManagerNotFoundException e) { in getArtManagerLocal()
29 import static com.android.server.LocalManagerRegistry.ManagerNotFoundException;198 } catch (ManagerNotFoundException e) { in getPackageManagerLocal()
30 import static com.android.server.LocalManagerRegistry.ManagerNotFoundException;3919 } catch (ManagerNotFoundException e) { in runArtServiceCommand()5086 } catch (ManagerNotFoundException e) { in printArtServiceHelp()
48 Lcom/android/server/LocalManagerRegistry$ManagerNotFoundException;