Home
last modified time | relevance | path

Searched defs:onChildrenChanged (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java309 public void onChildrenChanged(BluetoothCall call, List<BluetoothCall> children) { in onChildrenChanged() method in BluetoothInCallService.CallStateCallback
326 public void onChildrenChanged(Call call, List<Call> children) { in onChildrenChanged() method in BluetoothInCallService.CallStateCallback
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java164 default void onChildrenChanged(Call call) {}; in onChildrenChanged() method
233 public void onChildrenChanged(Call call) {} in onChildrenChanged() method in Call.ListenerBase
DCallsManager.java1224 public void onChildrenChanged(Call call) { in onChildrenChanged() method in CallsManager