Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
H A DBatteryDiffEntryTest.java129 final ContentValues values = getContentValuesWithType( in testLoadLabelAndIcon_forSystemBattery_returnExpectedResult()
155 final ContentValues values = getContentValuesWithType( in testLoadLabelAndIcon_forUserBattery_returnExpectedResult()
180 final ContentValues values = getContentValuesWithType( in testGetAppLabel_loadDataFromApplicationInfo()
207 final ContentValues values = getContentValuesWithType( in testGetAppLabel_loadDataFromPreDefinedNameAndUid()
224 final ContentValues values = getContentValuesWithType( in testGetAppLabel_nullAppLabel_returnAppLabelInBatteryHistEntry()
238 final ContentValues values = getContentValuesWithType( in testGetAppIcon_nonUidConsumer_returnAppIconInBatteryDiffEntry()
364 final ContentValues values = getContentValuesWithType( in testUpdateRestrictionFlagState_updateFlagAsExpected()
397 final ContentValues values = getContentValuesWithType( in testGetPackageName_returnExpectedResult()
409 final ContentValues values = getContentValuesWithType( in testGetPackageName_withProcessName_returnExpectedResult()
422 final ContentValues values = getContentValuesWithType(consumerType); in createBatteryDiffEntry()
[all …]
H A DBatteryHistEntryTest.java105 final ContentValues values = getContentValuesWithType( in testGetKey_consumerUidType_returnExpectedString()
115 final ContentValues values = getContentValuesWithType( in testGetKey_consumerUserType_returnExpectedString()
125 final ContentValues values = getContentValuesWithType( in testGetKey_consumerSystemType_returnExpectedString()
240 return new BatteryHistEntry(getContentValuesWithType(consumerType)); in createEntry()
243 private static ContentValues getContentValuesWithType(int consumerType) { in getContentValuesWithType() method in BatteryHistEntryTest