Searched defs:callIntent (Results 1 – 3 of 3) sorted by relevance
| /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
| D | NewOutgoingCallIntentBroadcasterTest.java | 201 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testAlreadyDisconnectedCall() local 404 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testUnmodifiedRegularCall() local 420 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testUnmodifiedSipCall() local 438 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testCallWithGatewayInfo() local 458 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testCallNumberModifiedToNull() local 474 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testCallNumberModifiedToNullWithLongCustomTimeout() local
|
| /packages/services/Telecomm/src/com/android/server/telecom/ |
| D | TelecomBroadcastIntentProcessor.java | 288 Intent callIntent = new Intent(Intent.ACTION_SENDTO, intent.getData()); in sendSmsIntent() local 302 Intent callIntent = new Intent(Intent.ACTION_CALL, intent.getData()); in sendCallBackIntent() local
|
| /packages/apps/Dialer/java/com/android/dialer/callintent/ |
| D | CallIntent.java | 162 CallIntent callIntent = autoBuild(); in build() local
|