Searched refs:policyIntent (Results 1 – 1 of 1) sorted by relevance
1219 Intent policyIntent = new Intent(); in startAppBlockingPolicies() local1220 policyIntent.setAction(CarAppBlockingPolicyService.SERVICE_INTERFACE); in startAppBlockingPolicies()1221 List<ResolveInfo> policyInfos = mPackageManager.queryIntentServices(policyIntent, 0); in startAppBlockingPolicies()