Home
last modified time | relevance | path

Searched defs:callIntent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertReceiver.java138 Intent callIntent = createCallActivityIntent(context, urlSpans); in onReceive() local
305 PendingIntent mapIntent = null, callIntent = null, snoozeIntent = null, emailIntent = null; in buildBasicNotification() local
877 Intent callIntent = new Intent(Intent.ACTION_DIAL, Uri.parse(urlString)); in createCallActivityIntent() local
/packages/apps/Phone/src/com/android/phone/
DPhoneGlobals.java1589 Intent callIntent = new Intent(Intent.ACTION_CALL_PRIVILEGED, intent.getData()); in onReceive() local