Searched defs:callIntent (Results 1 – 3 of 3) sorted by relevance
56 Intent callIntent = new Intent(Intent.ACTION_SENDTO, intent.getData()); in onReceive() local66 Intent callIntent = new Intent(Intent.ACTION_CALL_PRIVILEGED, intent.getData()); in onReceive() local
131 Intent callIntent = createCallActivityIntent(context, urlSpans); in onReceive() local296 PendingIntent mapIntent = null, callIntent = null, snoozeIntent = null, emailIntent = null; in buildBasicNotification() local864 Intent callIntent = new Intent(Intent.ACTION_DIAL, Uri.parse(urlString)); in createCallActivityIntent() local
385 Intent callIntent = intentProvider.getIntent(mActivity); in checkCallStatus() local