Searched refs:BluetoothOppTransferInfo (Results 1 – 6 of 6) sorted by relevance
143 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo(); in onReceive()225 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo(); in onReceive()
63 public static BluetoothOppTransferInfo queryRecord(Context context, Uri uri) { in queryRecord()65 BluetoothOppTransferInfo info = new BluetoothOppTransferInfo(); in queryRecord()294 public static void retryTransfer(Context context, BluetoothOppTransferInfo transInfo) { in retryTransfer()
39 public class BluetoothOppTransferInfo { class
72 private BluetoothOppTransferInfo mTransInfo;98 mTransInfo = new BluetoothOppTransferInfo(); in onCreate()
77 private BluetoothOppTransferInfo mTransInfo;138 mTransInfo = new BluetoothOppTransferInfo(); in onCreate()
278 BluetoothOppTransferInfo transInfo = BluetoothOppUtility.queryRecord(this, contentUri); in openCompleteTransfer()