Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
H A DSlicesDatabaseHelperTest.java86 ContentValues mockValues = getMockRow(); in testUpgrade_dropsOldData() local
88 mDatabase.replaceOrThrow(SlicesDatabaseHelper.Tables.TABLE_SLICES_INDEX, null, mockValues); in testUpgrade_dropsOldData()