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.java194 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testAlreadyDisconnectedCall() local
332 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testUnmodifiedRegularCall() local
348 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testUnmodifiedSipCall() local
366 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testCallWithGatewayInfo() local
386 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testCallNumberModifiedToNull() local
402 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testCallNumberModifiedToNullWithLongCustomTimeout() local
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomBroadcastIntentProcessor.java255 Intent callIntent = new Intent(Intent.ACTION_SENDTO, intent.getData()); in sendSmsIntent() local
269 Intent callIntent = new Intent(Intent.ACTION_CALL, intent.getData()); in sendCallBackIntent() local
/packages/apps/Dialer/java/com/android/dialer/callintent/
DCallIntent.java163 CallIntent callIntent = autoBuild(); in build() local