Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DRequestSetMessageStatus.java48 public StatusIndicator getStatusIndicator() { in getStatusIndicator() method in RequestSetMessageStatus
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java724 if (getStatusIndicator() != INVALID_VALUE_PARAMETER) { in encodeParams()
727 appParamBuf.put((byte) getStatusIndicator()); in encodeParams()
1344 public int getStatusIndicator() { in getStatusIndicator() method in BluetoothMapAppParams
DBluetoothMapObexServer.java503 + appParams.getStatusIndicator() + ", StatusValue: " in onPut()
785 int indicator = appParams.getStatusIndicator(); in setMessageStatus()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java715 RequestSetMessageStatus.StatusIndicator status = request.getStatusIndicator(); in processSetMessageStatus()