Home
last modified time | relevance | path

Searched refs:getNotificationStatus (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java674 if (getNotificationStatus() != INVALID_VALUE_PARAMETER) { in encodeParams()
677 appParamBuf.putShort((short) getNotificationStatus()); in encodeParams()
1214 public int getNotificationStatus() { in getNotificationStatus() method in BluetoothMapAppParams
DBluetoothMapObexServer.java481 + appParams.getNotificationStatus()); in onPut()
483 return mObserver.setNotificationRegistration(appParams.getNotificationStatus()); in onPut()