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
21 import static com.android.server.LocalManagerRegistry.ManagerNotFoundException;946 } catch (ManagerNotFoundException e) { in getDexUseManagerLocal()1071 } catch (ManagerNotFoundException e) { in getArtManagerLocal()
28 import static com.android.server.LocalManagerRegistry.ManagerNotFoundException;215 } catch (ManagerNotFoundException e) { in getPackageManagerLocal()
27 import static com.android.server.LocalManagerRegistry.ManagerNotFoundException;3650 } catch (ManagerNotFoundException e) { in runArtServiceCommand()4501 } catch (ManagerNotFoundException e) { in printArtServiceHelp()
12257 Lcom/android/server/LocalManagerRegistry$ManagerNotFoundException;