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.java260 sendTelephonyConnectionEvent(EVENT_ON_HOLD_TONE_START, null);
262 sendTelephonyConnectionEvent(EVENT_ON_HOLD_TONE_END, null);
311 sendTelephonyConnectionEvent((String) args.arg1, (Bundle) args.arg2);
330 sendTelephonyConnectionEvent(TelephonyManager.EVENT_CALL_FORWARDED, null); in handleSuppServiceNotification()
348 sendTelephonyConnectionEvent(TelephonyManager.EVENT_SUPPLEMENTARY_SERVICE_NOTIFICATION, in sendSuppServiceNotificationEvent()
612 sendTelephonyConnectionEvent(Connection.EVENT_CALL_PULL_FAILED, null);
627 sendTelephonyConnectionEvent(TelephonyManager.EVENT_HANDOVER_TO_WIFI_FAILED, null);
2932 public void sendTelephonyConnectionEvent(@NonNull String event, @Nullable Bundle extras) { in sendTelephonyConnectionEvent() method in TelephonyConnection
DTelephonyConnectionService.java2332 telephonyConnection.sendTelephonyConnectionEvent( in maybeSendInternationalCallEvent()