Searched refs:dialIntentWithTelScheme (Results 1 – 1 of 1) sorted by relevance
171 final Intent dialIntentWithTelScheme = new Intent(Intent.ACTION_DIAL); in getInstalledDialerApplications() local172 dialIntentWithTelScheme.setData(Uri.fromParts(PhoneAccount.SCHEME_TEL, "", null)); in getInstalledDialerApplications()173 return filterByIntent(context, packageNames, dialIntentWithTelScheme, userId); in getInstalledDialerApplications()