Searched refs:queryRecord (Results 1 – 5 of 5) sorted by relevance
133 transInfo = BluetoothOppUtility.queryRecord(context, uri); in onReceive()221 transInfo = BluetoothOppUtility.queryRecord(context, intent.getData()); in onReceive()
136 mTransInfo = BluetoothOppUtility.queryRecord(this, mUri); in onCreate()396 mTransInfo = BluetoothOppUtility.queryRecord(this, mUri); in updateProgressbar()
99 mTransInfo = BluetoothOppUtility.queryRecord(this, mUri); in onCreate()
312 BluetoothOppTransferInfo transInfo = BluetoothOppUtility.queryRecord(this, contentUri); in openCompleteTransfer()
80 public static BluetoothOppTransferInfo queryRecord(Context context, Uri uri) { in queryRecord() method in BluetoothOppUtility