Searched defs:onChildrenChanged (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ | ||
D | BluetoothInCallService.java | 309 public void onChildrenChanged(BluetoothCall call, List<BluetoothCall> children) { in onChildrenChanged() method in BluetoothInCallService.CallStateCallback |
/packages/services/Telecomm/src/com/android/server/telecom/ | ||
D | Call.java | 164 default void onChildrenChanged(Call call) {}; in onChildrenChanged() method |
D | CallsManager.java | 1224 public void onChildrenChanged(Call call) { in onChildrenChanged() method in CallsManager |