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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppSendFileInfo.java54 public class BluetoothOppSendFileInfo { class
55 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(
231 return new BluetoothOppSendFileInfo(fileName, contentType, length, is, 0);

Completed in 10 milliseconds