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

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasClient.java 141 * @see #setNotificationRegistration(boolean)
150 * @see #setNotificationRegistration(boolean)
701 public boolean setNotificationRegistration(boolean status) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 358 public int setNotificationRegistration(int notificationStatus) throws RemoteException {
360 if(D) Log.d(TAG,"setNotificationRegistration() enter");
370 if(D) Log.d(TAG,"setNotificationRegistration() MSG_MNS_NOTIFICATION_REGISTRATION send to MNS");
373 if(D) Log.d(TAG,"setNotificationRegistration() Unable to send registration request");
    [all...]

Completed in 61 milliseconds