Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java729 if (getStatusValue() != INVALID_VALUE_PARAMETER) { in encodeParams()
732 appParamBuf.put((byte) getStatusValue()); in encodeParams()
1355 public int getStatusValue() { in getStatusValue() method in BluetoothMapAppParams
DBluetoothMapObexServer.java499 + appParams.getStatusValue() in onPut()
781 int value = appParams.getStatusValue(); in setMessageStatus()