Searched refs:TYPE_SERVICE (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/firewall/ |
D | IntentFirewall.java | 67 private static final int TYPE_SERVICE = 2; field in IntentFirewall 135 return checkIntent(mServiceResolver, resolvedService, TYPE_SERVICE, intent, callerUid, in checkService() 286 " S:" + resolvers[TYPE_SERVICE].filterSet().size() + ")"); in readRulesDir() 291 mServiceResolver = resolvers[TYPE_SERVICE]; in readRulesDir() 332 ruleType = TYPE_SERVICE; in readRules()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 471 private static final int TYPE_SERVICE = 3; field in PackageManagerService 477 TYPE_SERVICE, 4045 if (isComponentVisibleToInstantApp(component, TYPE_SERVICE)) { in isComponentVisibleToInstantApp() 4066 } else if (type == TYPE_SERVICE) { in isComponentVisibleToInstantApp() 5134 if (filterAppAccessLPr(ps, callingUid, component, TYPE_SERVICE, userId)) { in getServiceInfo()
|