Searched refs:onMapConnected (Results 1 – 3 of 3) sorted by relevance
44 onMapConnected((BluetoothMapClient) proxy); in BluetoothMonitor()113 void onMapConnected(BluetoothMapClient client); in onMapConnected() method145 private void onMapConnected(BluetoothMapClient client) { in onMapConnected() method in BluetoothMonitor147 mListeners.forEach(listener -> listener.onMapConnected(client)); in onMapConnected()
42 verify(mockBluetoothEventListener).onMapConnected(mockMapClient); in testServiceListener()
149 public void onMapConnected(BluetoothMapClient client) { in onMapConnected() method in MessengerDelegate