Searched defs:callIntent (Results 1 – 4 of 4) sorted by relevance
| /packages/services/Telecomm/src/com/android/server/telecom/ |
| D | TelecomBroadcastIntentProcessor.java | 64 Intent callIntent = new Intent(Intent.ACTION_SENDTO, intent.getData()); in processIntent() local 74 Intent callIntent = new Intent(Intent.ACTION_CALL, intent.getData()); in processIntent() local
|
| /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
| D | NewOutgoingCallIntentBroadcasterTest.java | 135 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testAlreadyDisconnectedCall() local 258 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testUnmodifiedRegularCall() local 273 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testUnmodifiedSipCall() local 290 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testCallWithGatewayInfo() local 309 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testCallNumberModifiedToNull() local 322 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testCallModifiedToEmergency() local
|
| /packages/apps/EmergencyInfo/src/com/android/emergency/preferences/ |
| D | ContactPreference.java | 177 Intent callIntent = in callContact() local
|
| /packages/apps/Calendar/src/com/android/calendar/alerts/ |
| D | AlertReceiver.java | 131 Intent callIntent = createCallActivityIntent(context, urlSpans); in onReceive() local 296 PendingIntent mapIntent = null, callIntent = null, snoozeIntent = null, emailIntent = null; in buildBasicNotification() local 864 Intent callIntent = new Intent(Intent.ACTION_DIAL, Uri.parse(urlString)); in createCallActivityIntent() local
|