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) {
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(BluetoothShare.STATUS_FILE_ERROR)
    [all...]
BluetoothOppObexServerSession.java 92 private BluetoothOppReceiveFileInfo mFileInfo;
411 private int receiveFile(BluetoothOppReceiveFileInfo fileInfo, Operation op) {
503 private BluetoothOppReceiveFileInfo processShareInfo() {
505 BluetoothOppReceiveFileInfo fileInfo = BluetoothOppReceiveFileInfo.generateFileInfo(
508 Log.v(TAG, "Generate BluetoothOppReceiveFileInfo:");

Completed in 22 milliseconds