Searched defs:callIntent (Results  1 – 3 of 3) sorted by relevance
| /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ | 
| D | NewOutgoingCallIntentBroadcasterTest.java | 196         Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);  in testAlreadyDisconnectedCall()  local 399         Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);  in testUnmodifiedRegularCall()  local 415         Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);  in testUnmodifiedSipCall()  local 433         Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);  in testCallWithGatewayInfo()  local 453         Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);  in testCallNumberModifiedToNull()  local 469         Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);  in testCallNumberModifiedToNullWithLongCustomTimeout()  local
  | 
| /packages/services/Telecomm/src/com/android/server/telecom/ | 
| D | TelecomBroadcastIntentProcessor.java | 287         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/ | 
| D | CallIntent.java | 162       CallIntent callIntent = autoBuild();  in build()  local
  |