Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DRequestSetMessageStatus.java40 : STATUS_INDICATOR_DELETED); in RequestSetMessageStatus()
DRequest.java65 protected static final byte STATUS_INDICATOR_DELETED = 0x01; field in Request
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java117 public static final int STATUS_INDICATOR_DELETED = 1; field in BluetoothMapAppParams
DBluetoothMapObexServer.java820 if (indicator == BluetoothMapAppParams.STATUS_INDICATOR_DELETED) { in setMessageStatus()