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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppReceiveFileInfo.java56 public class BluetoothOppReceiveFileInfo { class
76 public BluetoothOppReceiveFileInfo(String data, long length, int status) { method in class:BluetoothOppReceiveFileInfo
82 public BluetoothOppReceiveFileInfo(String filename, long length, FileOutputStream outputStream, method in class:BluetoothOppReceiveFileInfo
90 public BluetoothOppReceiveFileInfo(int status) { method in class:BluetoothOppReceiveFileInfo
95 public static BluetoothOppReceiveFileInfo generateFileInfo(Context context, int id) {
127 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
134 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_ERROR_NO_SDCARD);
146 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_ERROR_SDCARD_FULL);
152 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
159 return new BluetoothOppReceiveFileInfo(BluetoothShar
[all...]

Completed in 28 milliseconds