Home
last modified time | relevance | path

Searched refs:dialIntentWithTelScheme (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DDefaultDialerManager.java171 final Intent dialIntentWithTelScheme = new Intent(Intent.ACTION_DIAL); in getInstalledDialerApplications() local
172 dialIntentWithTelScheme.setData(Uri.fromParts(PhoneAccount.SCHEME_TEL, "", null)); in getInstalledDialerApplications()
173 return filterByIntent(context, packageNames, dialIntentWithTelScheme, userId); in getInstalledDialerApplications()