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.java474 if (getNotificationStatus() != INVALID_VALUE_PARAMETER) { in EncodeParams()
477 appParamBuf.putShort((short) getNotificationStatus()); in EncodeParams()
686 public int getNotificationStatus() { in getNotificationStatus() method in BluetoothMapAppParams
DBluetoothMapObexServer.java339 + appParams.getNotificationStatus()); in onPut()
341 return mObserver.setNotificationRegistration(appParams.getNotificationStatus()); in onPut()