Searched refs:BluetoothOppReceiveFileInfo (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiveFileInfo.java | 51 public class BluetoothOppReceiveFileInfo { class 71 public BluetoothOppReceiveFileInfo(String data, long length, int status) { in BluetoothOppReceiveFileInfo() method in BluetoothOppReceiveFileInfo 77 public BluetoothOppReceiveFileInfo(String filename, long length, Uri insertUri, int status) { in BluetoothOppReceiveFileInfo() method in BluetoothOppReceiveFileInfo 84 public BluetoothOppReceiveFileInfo(int status) { in BluetoothOppReceiveFileInfo() method in BluetoothOppReceiveFileInfo 89 public static BluetoothOppReceiveFileInfo generateFileInfo(Context context, int id) { in generateFileInfo() 114 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_ERROR_NO_SDCARD); in generateFileInfo() 120 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo() 127 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo() 182 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo() 187 return new BluetoothOppReceiveFileInfo(fullfilename, length, insertUri, 0); in generateFileInfo()
|
D | BluetoothOppObexServerSession.java | 97 private BluetoothOppReceiveFileInfo mFileInfo; 425 private int receiveFile(BluetoothOppReceiveFileInfo fileInfo, Operation op) { in receiveFile() 552 private BluetoothOppReceiveFileInfo processShareInfo() { in processShareInfo() 556 BluetoothOppReceiveFileInfo fileInfo = in processShareInfo() 557 BluetoothOppReceiveFileInfo.generateFileInfo(mContext, mInfo.mId); in processShareInfo()
|