HomeSort by relevance Sort by last modified time
    Searched defs:enableNotifications (Results 1 - 3 of 3) sorted by null

  /packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
BluetoothMapManager.java 72 private static final String OP_ENABLE_NOTIFICATIONS = "enableNotifications";
135 * See enableNotifications().
232 public void enableNotifications(boolean status) {
236 Log.d(TAG, "Calling IBluetoothMapService.enableNotifications ..." + status);
255 mServiceBinder.enableNotifications(mServiceCallbacks, status);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasClient.java 663 private boolean enableNotifications() {
664 Log.v(TAG, "enableNotifications()");
677 Log.v(TAG, "enableNotifications()");
709 return enableNotifications();
    [all...]
  /packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
BluetoothMapService.java 219 service.enableNotifications(status);
388 public boolean enableNotifications(IBluetoothMapServiceCallbacks callback, boolean enable) {
549 private synchronized void enableNotifications(boolean status) {
    [all...]

Completed in 72 milliseconds