Home
last modified time | relevance | path

Searched refs: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
195 ReceiverIntentPair result = regularCallTestHelper(callIntent, null); in testAlreadyDisconnectedCall()
332 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testUnmodifiedRegularCall() local
333 ReceiverIntentPair result = regularCallTestHelper(callIntent, null); in testUnmodifiedRegularCall()
348 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testUnmodifiedSipCall() local
349 ReceiverIntentPair result = regularCallTestHelper(callIntent, null); in testUnmodifiedSipCall()
366 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testCallWithGatewayInfo() local
368 callIntent.putExtra(NewOutgoingCallIntentBroadcaster in testCallWithGatewayInfo()
370 callIntent.putExtra(NewOutgoingCallIntentBroadcaster.EXTRA_GATEWAY_URI, "sample2"); in testCallWithGatewayInfo()
371 ReceiverIntentPair result = regularCallTestHelper(callIntent, callIntent.getExtras()); in testCallWithGatewayInfo()
[all …]
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomBroadcastIntentProcessor.java255 Intent callIntent = new Intent(Intent.ACTION_SENDTO, intent.getData()); in sendSmsIntent() local
256 callIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in sendSmsIntent()
259 callIntent, PackageManager.MATCH_DEFAULT_ONLY, userHandle.getIdentifier()); in sendSmsIntent()
261 mContext.startActivityAsUser(callIntent, userHandle); in sendSmsIntent()
269 Intent callIntent = new Intent(Intent.ACTION_CALL, intent.getData()); in sendCallBackIntent() local
270 callIntent.setFlags( in sendCallBackIntent()
272 mContext.startActivityAsUser(callIntent, userHandle); in sendCallBackIntent()
/packages/apps/Dialer/java/com/android/dialer/callintent/
DCallIntent.java163 CallIntent callIntent = autoBuild(); in build() local
164 Assert.isNotNull(callIntent.number()); in build()
165 Assert.isNotNull(callIntent.callSpecificAppData()); in build()
167 callIntent.callSpecificAppData().getCallInitiationType() in build()