Searched refs:queryIntent (Results 1 – 4 of 4) sorted by relevance
166 Intent queryIntent = new Intent(); in getSuggestionServiceInfo() local167 queryIntent.setAction(PhoneAccountSuggestionService.SERVICE_INTERFACE); in getSuggestionServiceInfo()171 services = packageManager.queryIntentServices(queryIntent, in getSuggestionServiceInfo()175 queryIntent.setComponent(sOverrideComponent); in getSuggestionServiceInfo()176 services = packageManager.queryIntentServices(queryIntent, in getSuggestionServiceInfo()
62 Intent queryIntent = new Intent(getIntentAction()); in resolveAssistPackageAndQueryActivities() local63 infos = packageManager.queryIntentActivities(queryIntent, 0); in resolveAssistPackageAndQueryActivities()106 Intent queryIntent = new Intent(getIntentAction()) in queryAssistActivities() local108 infos = context.getPackageManager().queryIntentActivities(queryIntent, 0); in queryAssistActivities()
61 Intent queryIntent = new Intent(WallpaperService.SERVICE_INTERFACE); in init() local62 queryIntent.setPackage(comp.getPackageName()); in init()64 queryIntent, PackageManager.GET_META_DATA); in init()
258 Intent queryIntent = new Intent(InCallService.SERVICE_INTERFACE); in testBindToService_NoServicesFound_OutgoingCall() local