Searched refs: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
559 ServiceConnectionLeaked leak = new ServiceConnectionLeaked(
927 private final ServiceConnectionLeaked mLocation;
964 mLocation = new ServiceConnectionLeaked(null);
996 ServiceConnectionLeaked getLocation() {

Completed in 772 milliseconds