Searched defs:BluetoothOppReceiveFileInfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppReceiveFileInfo.java55 public class BluetoothOppReceiveFileInfo { class
71 public BluetoothOppReceiveFileInfo(String data, long length, int status) { method in class:BluetoothOppReceiveFileInfo
77 public BluetoothOppReceiveFileInfo(String filename, long length, FileOutputStream outputStream, method in class:BluetoothOppReceiveFileInfo
85 public BluetoothOppReceiveFileInfo(int status) { method in class:BluetoothOppReceiveFileInfo
90 public static BluetoothOppReceiveFileInfo generateFileInfo(Context context, int id) {
119 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
124 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_ERROR_NO_SDCARD);
134 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_ERROR_SDCARD_FULL);
140 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
146 return new BluetoothOppReceiveFileInfo(BluetoothShar
[all...]

Completed in 70 milliseconds