Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothShare.java400 public static final int STATUS_ERROR_SDCARD_FULL = 494; field in BluetoothShare
DBluetoothOppTransferActivity.java295 if (mTransInfo.mStatus == BluetoothShare.STATUS_ERROR_SDCARD_FULL) { in customizeViewContent()
DBluetoothOppUtility.java354 } else if (statusCode == BluetoothShare.STATUS_ERROR_SDCARD_FULL) { in getStatusDescription()