Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java85 fillRecord(context, cursor, info); in queryRecord()
97 public static void fillRecord(Context context, Cursor cursor, BluetoothOppTransferInfo info) { in fillRecord() method in BluetoothOppUtility
DBluetoothOppNotification.java555 BluetoothOppUtility.fillRecord(mContext, cursor, info); in updateIncomingFileConfirmNotification()