Searched refs:BluetoothOppTransferInfo (Results 1 – 7 of 7) sorted by relevance
69 public static BluetoothOppTransferInfo queryRecord(Context context, Uri uri) { in queryRecord()70 BluetoothOppTransferInfo info = new BluetoothOppTransferInfo(); in queryRecord()84 public static void fillRecord(Context context, Cursor cursor, BluetoothOppTransferInfo info) { in fillRecord()320 public static void retryTransfer(Context context, BluetoothOppTransferInfo transInfo) { in retryTransfer()
150 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo(); in onReceive()227 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo(); in onReceive()
72 private BluetoothOppTransferInfo mTransInfo;98 mTransInfo = new BluetoothOppTransferInfo(); in onCreate()
39 public class BluetoothOppTransferInfo { class
77 private BluetoothOppTransferInfo mTransInfo;138 mTransInfo = new BluetoothOppTransferInfo(); in onCreate()
500 BluetoothOppTransferInfo info = new BluetoothOppTransferInfo(); in updateIncomingFileConfirmNotification()
286 BluetoothOppTransferInfo transInfo = BluetoothOppUtility.queryRecord(this, contentUri); in openCompleteTransfer()