Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java265 public void onChildrenChanged(BluetoothCall call, List<BluetoothCall> children) { in onChildrenChanged() method in BluetoothInCallService.CallStateCallback
282 public void onChildrenChanged(Call call, List<Call> children) { in onChildrenChanged() method in BluetoothInCallService.CallStateCallback
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java982 public void onChildrenChanged(Call call) { in onChildrenChanged() method in CallsManager
DCall.java134 void onChildrenChanged(Call call); in onChildrenChanged() method
196 public void onChildrenChanged(Call call) {} in onChildrenChanged() method in Call.ListenerBase