HomeSort by relevance Sort by last modified time
    Searched refs:callVoicemail (Results 1 - 2 of 2) sorted by null

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
CrossProfileIntentFiltersHelper.java 70 IntentFilter callVoicemail = new IntentFilter();
71 callVoicemail.addAction(Intent.ACTION_DIAL);
72 callVoicemail.addAction(Intent.ACTION_CALL);
73 callVoicemail.addAction(Intent.ACTION_VIEW);
74 callVoicemail.addCategory(Intent.CATEGORY_DEFAULT);
75 callVoicemail.addCategory(Intent.CATEGORY_BROWSABLE);
76 callVoicemail.addDataScheme("voicemail");
77 pm.addCrossProfileIntentFilter(callVoicemail, managedProfileUserId, parentUserId,
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java     [all...]

Completed in 929 milliseconds