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

/frameworks/base/core/java/android/app/
H A DLoadedApk.java61 final class ServiceConnectionLeaked extends AndroidRuntimeException { class in inherits:AndroidRuntimeException
62 public ServiceConnectionLeaked(String msg) { method in class:ServiceConnectionLeaked
567 ServiceConnectionLeaked leak = new ServiceConnectionLeaked(
936 private final ServiceConnectionLeaked mLocation;
973 mLocation = new ServiceConnectionLeaked(null);
1005 ServiceConnectionLeaked getLocation() {

Completed in 59 milliseconds