Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java139 BluetoothOppTransferInfo transInfo = BluetoothOppUtility.queryRecord(context, uri); in onReceive()
258 BluetoothOppUtility.queryRecord(context, intent.getData()); in onReceive()
DBluetoothOppTransferActivity.java138 mTransInfo = BluetoothOppUtility.queryRecord(this, mUri); in onCreate()
409 mTransInfo = BluetoothOppUtility.queryRecord(this, mUri); in updateProgressbar()
DBluetoothOppIncomingFileConfirmActivity.java94 mTransInfo = BluetoothOppUtility.queryRecord(this, mUri); in onCreate()
DBluetoothOppTransferHistory.java334 BluetoothOppTransferInfo transInfo = BluetoothOppUtility.queryRecord(this, contentUri); in openCompleteTransfer()
DBluetoothOppUtility.java95 public static BluetoothOppTransferInfo queryRecord(Context context, Uri uri) { in queryRecord() method in BluetoothOppUtility
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppUtilityTest.java111 assertThat(BluetoothOppUtility.queryRecord(mContext, CORRECT_FORMAT_BUT_INVALID_FILE_URI)) in queryRecord_withInvalidFileUrl_returnsNull()
130 assertThat(BluetoothOppUtility.queryRecord(mContext, CORRECT_FORMAT_BUT_INVALID_FILE_URI)) in queryRecord_mockCursor_returnsInstance()