Searched refs:TYPE_SERVICE (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/firewall/ |
D | IntentFirewall.java | 74 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/ |
D | PackageProperty.java | 23 import static android.content.pm.PackageManager.TYPE_SERVICE; 88 } else if (componentType == TYPE_SERVICE) { in queryProperty()
|
D | ComputerEngine.java | 46 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/ |
D | PackageManager.java | 779 public static final int TYPE_SERVICE = 3; field in PackageManager 789 TYPE_SERVICE, 800 TYPE_SERVICE,
|
/frameworks/base/core/java/android/app/ |
D | ApplicationPackageManager.java | 3945 mPM.queryProperty(propertyName, TYPE_SERVICE); in queryServiceProperty()
|