HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothOppReceiveFileInfo (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 55 public class BluetoothOppReceiveFileInfo {
71 public BluetoothOppReceiveFileInfo(String data, long length, int status) {
77 public BluetoothOppReceiveFileInfo(String filename, long length, FileOutputStream outputStream,
85 public BluetoothOppReceiveFileInfo(int status) {
90 public static BluetoothOppReceiveFileInfo generateFileInfo(Context context, int id) {
120 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
125 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_ERROR_NO_SDCARD);
135 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_ERROR_SDCARD_FULL);
141 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
148 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR)
    [all...]
BluetoothOppObexServerSession.java 92 private BluetoothOppReceiveFileInfo mFileInfo;
428 private int receiveFile(BluetoothOppReceiveFileInfo fileInfo, Operation op) {
525 private BluetoothOppReceiveFileInfo processShareInfo() {
527 BluetoothOppReceiveFileInfo fileInfo = BluetoothOppReceiveFileInfo.generateFileInfo(
530 Log.v(TAG, "Generate BluetoothOppReceiveFileInfo:");

Completed in 130 milliseconds