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

/frameworks/base/core/java/android/app/
H A DLoadedApk.java81 final class ServiceConnectionLeaked extends AndroidRuntimeException { class in inherits:AndroidRuntimeException
82 public ServiceConnectionLeaked(String msg) { method in class:ServiceConnectionLeaked
1175 ServiceConnectionLeaked leak = new ServiceConnectionLeaked(
1572 private final ServiceConnectionLeaked mLocation;
1609 mLocation = new ServiceConnectionLeaked(null);
1640 ServiceConnectionLeaked getLocation() {

Completed in 33 milliseconds