Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DPowerUsageAdvancedTest.java171 final PowerAnomalyEvent event = BatteryTestUtils.createAppAnomalyEvent(); in onDisplayAnomalyEventUpdated_onlyAppAnomalyEvent_setHighlightSlotEffect()
195 final PowerAnomalyEvent appsEvent = BatteryTestUtils.createAppAnomalyEvent(); in onDisplayAnomalyEventUpdated_withSettingsCardAndAppsSlotEvent_showExpected()
DAnomalyEventWrapperTest.java59 new AnomalyEventWrapper(mContext, BatteryTestUtils.createAppAnomalyEvent()); in getDismissRecordKey_returnExpectedResult()
DBatteryTipsCardPreferenceTest.java216 final PowerAnomalyEvent appsAnomaly = BatteryTestUtils.createAppAnomalyEvent(); in onClick_mainBtnOfAppsAnomaly_selectHighlightSlot()
248 final PowerAnomalyEvent appsAnomaly = BatteryTestUtils.createAppAnomalyEvent(); in onClick_dismissBtnOfAppsAnomaly_keepHighlightSlotIndex()
DBatteryLevelDataTest.java251 final PowerAnomalyEvent event = BatteryTestUtils.createAppAnomalyEvent(); in getIndexByTimestamps_returnExpectedResult()
DBatteryTipsControllerTest.java157 PowerAnomalyEvent event = BatteryTestUtils.createAppAnomalyEvent(); in handleBatteryTipsCardUpdated_appAnomaly_showAnomaly()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
DBatteryTestUtils.java272 public static PowerAnomalyEvent createAppAnomalyEvent() { in createAppAnomalyEvent() method in BatteryTestUtils