Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DRequest.java64 protected static 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.java706 } else if( indicator == BluetoothMapAppParams.STATUS_INDICATOR_READ) { in setMessageStatus()