Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1042 if (getNotificationStatus() != INVALID_VALUE_PARAMETER) { in encodeParams()
1045 appParamBuf.putShort((short) getNotificationStatus()); in encodeParams()
1591 public int getNotificationStatus() { in getNotificationStatus() method in BluetoothMapAppParams
DBluetoothMapObexServer.java475 + appParams.getNotificationStatus()); in onPut()
476 return mObserver.setNotificationRegistration(appParams.getNotificationStatus()); in onPut()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DRequestTest.java243 if (appParams.getNotificationStatus() != 1) { in onPutValidator()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java240 assertThat(appParams.getNotificationStatus()).isEqualTo(TEST_NOTIFICATION_STATUS); in settersAndGetters()