HomeSort by relevance Sort by last modified time
    Searched defs:ServiceNotFoundException (Results 1 - 3 of 3) sorted by null

  /frameworks/layoutlib/bridge/src/android/os/
ServiceManager.java 36 public static IBinder getServiceOrThrow(String name) throws ServiceNotFoundException {
37 throw new ServiceNotFoundException(name);
89 public static class ServiceNotFoundException extends Exception {
91 public ServiceNotFoundException(String name) {
  /frameworks/base/core/java/android/os/
ServiceManager.java 70 public static IBinder getServiceOrThrow(String name) throws ServiceNotFoundException {
75 throw new ServiceNotFoundException(name);
165 public static class ServiceNotFoundException extends Exception {
166 public ServiceNotFoundException(String name) {
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/
aws-java-sdk-ecs-1.11.18.jar 

Completed in 215 milliseconds