D | BluetoothOppSendFileInfo.java | 62 public class BluetoothOppSendFileInfo { class 66 static final BluetoothOppSendFileInfo SEND_FILE_INFO_ERROR = 67 new BluetoothOppSendFileInfo(null, null, 0, null, BluetoothShare.STATUS_FILE_ERROR); 85 public BluetoothOppSendFileInfo( in BluetoothOppSendFileInfo() method in BluetoothOppSendFileInfo 96 public BluetoothOppSendFileInfo(String data, String type, long length, int status) { in BluetoothOppSendFileInfo() method in BluetoothOppSendFileInfo 105 public static BluetoothOppSendFileInfo generateFileInfo( in generateFileInfo() 353 return new BluetoothOppSendFileInfo(fileName, contentType, length, is, 0); in generateFileInfo()
|