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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppSendFileInfo.java53 public class BluetoothOppSendFileInfo { class
54 private static final String TAG = "BluetoothOppSendFileInfo";
61 static final BluetoothOppSendFileInfo SEND_FILE_INFO_ERROR = new BluetoothOppSendFileInfo(
80 public BluetoothOppSendFileInfo(String fileName, String type, long length, method in class:BluetoothOppSendFileInfo
91 public BluetoothOppSendFileInfo(String data, String type, long length, int status) { method in class:BluetoothOppSendFileInfo
100 public static BluetoothOppSendFileInfo generateFileInfo(Context context, Uri uri,
217 return new BluetoothOppSendFileInfo(fileName, contentType, length, is, 0);

Completed in 622 milliseconds