Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/db/
DBatteryStateTest.java80 .isEqualTo(ConvertUtils.convertBatteryInformationToString(mBatteryInformation)); in testBuilder_returnsExpectedResult()
92 ConvertUtils.convertBatteryInformationToString(batteryInformation)) in create()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DBatteryHistEntryTest.java144 ConvertUtils.convertBatteryInformationToString(batteryInformation)); in testGetKey_consumerSystemType_returnExpectedString()
430 ConvertUtils.convertBatteryInformationToString(batteryInformation) in createBatteryHistEntry()
DBatteryDiffEntryTest.java207 ConvertUtils.convertBatteryInformationToString(batteryInformation)); in testLoadLabelAndIcon_forSystemBattery_returnExpectedResult()
303 ConvertUtils.convertBatteryInformationToString(batteryInformation)); in testGetAppLabel_nullAppLabel_returnAppLabelInBatteryHistEntry()
DBatteryDiffDataTest.java254 ConvertUtils.convertBatteryInformationToString(batteryInformation)); in createBatteryHistEntry()
DBatteryUsageContentProviderTest.java297 ConvertUtils.convertBatteryInformationToString(batteryInformation); in insert_batteryState_returnsExpectedResult()
335 ConvertUtils.convertBatteryInformationToString(batteryInformation); in insert_partialFieldsContentValues_returnsExpectedResult()
DDataProcessManagerTest.java470 ConvertUtils.convertBatteryInformationToString(batteryInformation)); in getContentValuesWithBatteryLevel()
DDataProcessorTest.java2377 ConvertUtils.convertBatteryInformationToString(batteryInformation)); in getContentValuesWithBatteryLevel()
2415 ConvertUtils.convertBatteryInformationToString(batteryInformation)); in createBatteryHistEntry()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
DBatteryTestUtils.java150 ConvertUtils.convertBatteryInformationToString(batteryInformation), in insertDataToBatteryStateTable()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DConvertUtils.java135 convertBatteryInformationToString(batteryInformation)); in convertBatteryEntryToContentValues()
178 public static String convertBatteryInformationToString( in convertBatteryInformationToString() method in ConvertUtils