Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java519 if (getStatusIndicator() != INVALID_VALUE_PARAMETER) { in EncodeParams()
522 appParamBuf.put((byte) getStatusIndicator()); in EncodeParams()
776 public int getStatusIndicator() { in getStatusIndicator() method in BluetoothMapAppParams
DBluetoothMapObexServer.java347 + appParams.getStatusIndicator() in onPut()
537 int indicator = appParams.getStatusIndicator(); in setMessageStatus()