Searched defs:ServiceNotFoundException (Results 1 - 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/os/
H A DServiceManager.java36 public static IBinder getServiceOrThrow(String name) throws ServiceNotFoundException {
37 throw new ServiceNotFoundException(name);
89 public static class ServiceNotFoundException extends Exception { class in class:ServiceManager
91 public ServiceNotFoundException(String name) { method in class:ServiceManager.ServiceNotFoundException
/frameworks/base/core/java/android/os/
H A DServiceManager.java138 public static IBinder getServiceOrThrow(String name) throws ServiceNotFoundException {
143 throw new ServiceNotFoundException(name);
244 public static class ServiceNotFoundException extends Exception { class in class:ServiceManager
245 public ServiceNotFoundException(String name) { method in class:ServiceManager.ServiceNotFoundException

Completed in 98 milliseconds