Home
last modified time | relevance | path

Searched refs:onPushMessage (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
DBluetoothMapManager.java144 public abstract void onPushMessage(String handle); in onPushMessage() method in BluetoothMapManager.ConnectionCallbacks
502 public void onPushMessage(String handle) { in onPushMessage() method in BluetoothMapManager.ServiceCallbacks
512 mgr.onPushMessage(handle); in onPushMessage()
597 private void onPushMessage(final String handle) { in onPushMessage() method in BluetoothMapManager
611 mCallbacks.onPushMessage(handle); in onPushMessage()
DIBluetoothMapServiceCallbacks.aidl51 void onPushMessage(String handle); in onPushMessage() method
/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
DBluetoothMapService.java312 service.onPushMessage((String) msg.obj); in handleMessage()
577 private synchronized void onPushMessage(String handle) { in onPushMessage() method in BluetoothMapService
580 mCallbacks.onPushMessage(handle); in onPushMessage()
749 mCallbacks.onPushMessage(null); in pushMessage()