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.java74 fillRecord(context, cursor, info); in queryRecord()
84 public static void fillRecord(Context context, Cursor cursor, BluetoothOppTransferInfo info) { in fillRecord() method in BluetoothOppUtility
DBluetoothOppNotification.java501 BluetoothOppUtility.fillRecord(mContext, cursor, info); in updateIncomingFileConfirmNotification()