Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DEventReport.java49 if (mType != Type.MEMORY_FULL && mType != Type.MEMORY_AVAILABLE) { in EventReport()
67 if (mType != Type.MEMORY_FULL && mType != Type.MEMORY_AVAILABLE) { in EventReport()
206 MEMORY_FULL("MemoryFull"), enumConstant
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DBluetoothCmeError.java34 public static final int MEMORY_FULL = 20; field in BluetoothCmeError