Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DNewOutgoingCallIntentBroadcasterTest.java201 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/
DTelecomBroadcastIntentProcessor.java287 Intent callIntent = new Intent(Intent.ACTION_SENDTO, intent.getData()); in sendSmsIntent() local
301 Intent callIntent = new Intent(Intent.ACTION_CALL, intent.getData()); in sendCallBackIntent() local
/packages/apps/Dialer/java/com/android/dialer/callintent/
DCallIntent.java162 CallIntent callIntent = autoBuild(); in build() local