Home
last modified time | relevance | path

Searched refs:queryRecord (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java133 transInfo = BluetoothOppUtility.queryRecord(context, uri); in onReceive()
221 transInfo = BluetoothOppUtility.queryRecord(context, intent.getData()); in onReceive()
DBluetoothOppTransferActivity.java136 mTransInfo = BluetoothOppUtility.queryRecord(this, mUri); in onCreate()
396 mTransInfo = BluetoothOppUtility.queryRecord(this, mUri); in updateProgressbar()
DBluetoothOppIncomingFileConfirmActivity.java99 mTransInfo = BluetoothOppUtility.queryRecord(this, mUri); in onCreate()
DBluetoothOppTransferHistory.java312 BluetoothOppTransferInfo transInfo = BluetoothOppUtility.queryRecord(this, contentUri); in openCompleteTransfer()
DBluetoothOppUtility.java80 public static BluetoothOppTransferInfo queryRecord(Context context, Uri uri) { in queryRecord() method in BluetoothOppUtility