Searched refs:BluetoothOppTransferInfo (Results 1 – 7 of 7) sorted by relevance
132 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo(); in onReceive()221 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo(); in onReceive()
80 public static BluetoothOppTransferInfo queryRecord(Context context, Uri uri) { in queryRecord()81 BluetoothOppTransferInfo info = new BluetoothOppTransferInfo(); in queryRecord()97 public static void fillRecord(Context context, Cursor cursor, BluetoothOppTransferInfo info) { in fillRecord()372 public static void retryTransfer(Context context, BluetoothOppTransferInfo transInfo) { in retryTransfer()
71 private BluetoothOppTransferInfo mTransInfo;100 mTransInfo = new BluetoothOppTransferInfo(); in onCreate()
39 public class BluetoothOppTransferInfo { class
76 private BluetoothOppTransferInfo mTransInfo;139 mTransInfo = new BluetoothOppTransferInfo(); in onCreate()
564 BluetoothOppTransferInfo info = new BluetoothOppTransferInfo(); in updateIncomingFileConfirmNotification()
312 BluetoothOppTransferInfo transInfo = BluetoothOppUtility.queryRecord(this, contentUri); in openCompleteTransfer()