Home
last modified time | relevance | path

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

/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
DIBluetoothMapServiceCallbacks.aidl51 void onPushMessage(String handle); in onPushMessage() method
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
597 private void onPushMessage(final String handle) { in onPushMessage() method in BluetoothMapManager
/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
DBluetoothMapService.java577 private synchronized void onPushMessage(String handle) { in onPushMessage() method in BluetoothMapService