D | BluetoothOppSendFileInfo.java | 56 public class BluetoothOppSendFileInfo { class 63 static final BluetoothOppSendFileInfo SEND_FILE_INFO_ERROR = 64 new BluetoothOppSendFileInfo(null, null, 0, null, BluetoothShare.STATUS_FILE_ERROR); 82 public BluetoothOppSendFileInfo(String fileName, String type, long length, in BluetoothOppSendFileInfo() method in BluetoothOppSendFileInfo 93 public BluetoothOppSendFileInfo(String data, String type, long length, int status) { in BluetoothOppSendFileInfo() method in BluetoothOppSendFileInfo 102 public static BluetoothOppSendFileInfo generateFileInfo(Context context, Uri uri, String type, in generateFileInfo() 241 return new BluetoothOppSendFileInfo(fileName, contentType, length, is, 0); in generateFileInfo()
|