Home
last modified time | relevance | path

Searched refs:getStatusIndicator (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java144 assertThat(appParamsDecoded.getStatusIndicator()).isEqualTo(TEST_STATUS_INDICATOR); in encodeToBuffer_thenDecode()
244 assertThat(appParams.getStatusIndicator()).isEqualTo(TEST_STATUS_INDICATOR); in settersAndGetters()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1092 if (getStatusIndicator() != INVALID_VALUE_PARAMETER) { in encodeParams()
1095 appParamBuf.put((byte) getStatusIndicator()); in encodeParams()
1721 public int getStatusIndicator() { in getStatusIndicator() method in BluetoothMapAppParams
DBluetoothMapObexServer.java499 + appParams.getStatusIndicator() in onPut()
858 int indicator = appParams.getStatusIndicator(); in setMessageStatus()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DRequestTest.java234 if (appParams.getStatusIndicator() != TEST_STATUS_INDICATOR) { in onPutValidator()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java1007 RequestSetMessageStatus.StatusIndicator status = request.getStatusIndicator(); in processSetMessageStatus()