OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATUS_ERROR_SDCARD_FULL
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java
398
public static final int
STATUS_ERROR_SDCARD_FULL
= 494;
BluetoothOppReceiveFileInfo.java
134
return new BluetoothOppReceiveFileInfo(BluetoothShare.
STATUS_ERROR_SDCARD_FULL
);
BluetoothOppUtility.java
272
} else if (statusCode == BluetoothShare.
STATUS_ERROR_SDCARD_FULL
) {
BluetoothOppTransferActivity.java
304
if (mTransInfo.mStatus == BluetoothShare.
STATUS_ERROR_SDCARD_FULL
) {
Completed in 328 milliseconds