Home
last modified time | relevance | path

Searched defs:BoundServiceInfo (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/servicewatcher/
H A DServiceWatcher.java142 class BoundServiceInfo { class
148 protected BoundServiceInfo(String action, ResolveInfo resolveInfo) { in BoundServiceInfo() method in ServiceWatcher.BoundServiceInfo
153 protected BoundServiceInfo(String action, int uid, ComponentName componentName) { in BoundServiceInfo() method in ServiceWatcher.BoundServiceInfo
H A DCurrentUserServiceSupplier.java97 public static class BoundServiceInfo extends ServiceWatcher.BoundServiceInfo { class in CurrentUserServiceSupplier
120 protected BoundServiceInfo(String action, ResolveInfo resolveInfo) { in BoundServiceInfo() method in CurrentUserServiceSupplier.BoundServiceInfo
125 protected BoundServiceInfo(String action, int uid, ComponentName componentName, int version, in BoundServiceInfo() method in CurrentUserServiceSupplier.BoundServiceInfo