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.java134 transInfo = BluetoothOppUtility.queryRecord(context, uri); in onReceive()
222 transInfo = BluetoothOppUtility.queryRecord(context, intent.getData()); in onReceive()
DBluetoothOppTransferActivity.java140 mTransInfo = BluetoothOppUtility.queryRecord(this, mUri); in onCreate()
400 mTransInfo = BluetoothOppUtility.queryRecord(this, mUri); in updateProgressbar()
DBluetoothOppIncomingFileConfirmActivity.java101 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