Searched defs:ServiceNotFoundException (Results 1 - 2 of 2) sorted by relevance
/frameworks/layoutlib/bridge/src/android/os/ | ||
H A D | ServiceManager.java | 36 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 D | ServiceManager.java | 138 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 14 milliseconds