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

/frameworks/base/core/java/android/app/
H A DLoadedApk.java60 final class ServiceConnectionLeaked extends AndroidRuntimeException { class in inherits:AndroidRuntimeException
61 public ServiceConnectionLeaked(String msg) { method in class:ServiceConnectionLeaked
572 ServiceConnectionLeaked leak = new ServiceConnectionLeaked(
941 private final ServiceConnectionLeaked mLocation;
978 mLocation = new ServiceConnectionLeaked(null);
1009 ServiceConnectionLeaked getLocation() {

Completed in 42 milliseconds