Home
last modified time | relevance | path

Searched refs:sendTelephonyConnectionEvent (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java271 sendTelephonyConnectionEvent(EVENT_ON_HOLD_TONE_START, null);
273 sendTelephonyConnectionEvent(EVENT_ON_HOLD_TONE_END, null);
325 sendTelephonyConnectionEvent((String) args.arg1, (Bundle) args.arg2);
394 sendTelephonyConnectionEvent(TelephonyManager.EVENT_CALL_FORWARDED, null); in handleSuppServiceNotification()
412 sendTelephonyConnectionEvent(TelephonyManager.EVENT_SUPPLEMENTARY_SERVICE_NOTIFICATION, in sendSuppServiceNotificationEvent()
695 sendTelephonyConnectionEvent(Connection.EVENT_CALL_PULL_FAILED, null);
710 sendTelephonyConnectionEvent(TelephonyManager.EVENT_HANDOVER_TO_WIFI_FAILED, null);
3276 public void sendTelephonyConnectionEvent(@NonNull String event, @Nullable Bundle extras) { in sendTelephonyConnectionEvent() method in TelephonyConnection
DTelephonyConnectionService.java2393 telephonyConnection.sendTelephonyConnectionEvent( in maybeSendInternationalCallEvent()