Home
last modified time | relevance | path

Searched refs:fillRecord (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java103 fillRecord(context, cursor, info); in queryRecord()
113 public static void fillRecord(Context context, Cursor cursor, BluetoothOppTransferInfo info) { in fillRecord() method in BluetoothOppUtility
DBluetoothOppNotification.java683 BluetoothOppUtility.fillRecord(mContext, cursor, info); in updateIncomingFileConfirmNotification()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppUtilityTest.java315 BluetoothOppUtility.fillRecord(mContext, mCursor, info); in fillRecord_filledAllProperties()