Home
last modified time | relevance | path

Searched refs:TYPE_SERVICE (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/firewall/
DIntentFirewall.java74 private static final int TYPE_SERVICE = 2; field in IntentFirewall
152 return checkIntent(mServiceResolver, resolvedService, TYPE_SERVICE, intent, callerUid, in checkService()
304 " S:" + resolvers[TYPE_SERVICE].filterSet().size() + ")"); in readRulesDir()
309 mServiceResolver = resolvers[TYPE_SERVICE]; in readRulesDir()
350 ruleType = TYPE_SERVICE; in readRules()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageProperty.java23 import static android.content.pm.PackageManager.TYPE_SERVICE;
88 } else if (componentType == TYPE_SERVICE) { in queryProperty()
DComputerEngine.java46 import static android.content.pm.PackageManager.TYPE_SERVICE;
1844 ps, callingUid, component, TYPE_SERVICE, userId)) { in getServiceInfoBody()
2281 if (isComponentVisibleToInstantApp(component, TYPE_SERVICE)) { in isComponentVisibleToInstantApp()
2311 } else if (type == TYPE_SERVICE) { in isComponentVisibleToInstantApp()
/frameworks/base/core/java/android/content/pm/
DPackageManager.java779 public static final int TYPE_SERVICE = 3; field in PackageManager
789 TYPE_SERVICE,
800 TYPE_SERVICE,
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java3945 mPM.queryProperty(propertyName, TYPE_SERVICE); in queryServiceProperty()