Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java191 appParams.setNotificationStatus(TEST_NOTIFICATION_STATUS); in settersAndGetters()
364 () -> appParams.setNotificationStatus(ILLEGAL_PARAMETER_INT)); in setters_withIllegalArguments()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java469 setNotificationStatus(appParams[i] & 0x01); // Lower bit in parseParams()
1595 public void setNotificationStatus(int notificationStatus) throws IllegalArgumentException { in setNotificationStatus() method in BluetoothMapAppParams