Home
last modified time | relevance | path

Searched refs:BluetoothOppReceiveFileInfo (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppReceiveFileInfo.java54 public class BluetoothOppReceiveFileInfo { class
74 public BluetoothOppReceiveFileInfo(String data, long length, int status) { in BluetoothOppReceiveFileInfo() method in BluetoothOppReceiveFileInfo
80 public BluetoothOppReceiveFileInfo(String filename, long length, Uri insertUri, int status) { in BluetoothOppReceiveFileInfo() method in BluetoothOppReceiveFileInfo
87 public BluetoothOppReceiveFileInfo(int status) { in BluetoothOppReceiveFileInfo() method in BluetoothOppReceiveFileInfo
92 public static BluetoothOppReceiveFileInfo generateFileInfo(Context context, int id) { in generateFileInfo()
117 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_ERROR_NO_SDCARD); in generateFileInfo()
123 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo()
130 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo()
187 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo()
192 return new BluetoothOppReceiveFileInfo(fullfilename, length, insertUri, 0); in generateFileInfo()
DBluetoothOppObexServerSession.java98 private BluetoothOppReceiveFileInfo mFileInfo;
426 private int receiveFile(BluetoothOppReceiveFileInfo fileInfo, Operation op) { in receiveFile()
553 private BluetoothOppReceiveFileInfo processShareInfo() { in processShareInfo()
557 BluetoothOppReceiveFileInfo fileInfo = in processShareInfo()
558 BluetoothOppReceiveFileInfo.generateFileInfo(mContext, mInfo.mId); in processShareInfo()