Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DRequestSetMessageStatus.java39 statusInd == StatusIndicator.READ ? STATUS_INDICATOR_READ in RequestSetMessageStatus()
DRequest.java64 protected static final byte STATUS_INDICATOR_READ = 0x00; field in Request
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java116 public static final int STATUS_INDICATOR_READ = 0; field in BluetoothMapAppParams
DBluetoothMapObexServer.java828 } else if (indicator == BluetoothMapAppParams.STATUS_INDICATOR_READ) { in setMessageStatus()