Searched refs:createAppAnomalyEvent (Results 1 – 6 of 6) sorted by relevance
171 final PowerAnomalyEvent event = BatteryTestUtils.createAppAnomalyEvent(); in onDisplayAnomalyEventUpdated_onlyAppAnomalyEvent_setHighlightSlotEffect()195 final PowerAnomalyEvent appsEvent = BatteryTestUtils.createAppAnomalyEvent(); in onDisplayAnomalyEventUpdated_withSettingsCardAndAppsSlotEvent_showExpected()
59 new AnomalyEventWrapper(mContext, BatteryTestUtils.createAppAnomalyEvent()); in getDismissRecordKey_returnExpectedResult()
216 final PowerAnomalyEvent appsAnomaly = BatteryTestUtils.createAppAnomalyEvent(); in onClick_mainBtnOfAppsAnomaly_selectHighlightSlot()248 final PowerAnomalyEvent appsAnomaly = BatteryTestUtils.createAppAnomalyEvent(); in onClick_dismissBtnOfAppsAnomaly_keepHighlightSlotIndex()
251 final PowerAnomalyEvent event = BatteryTestUtils.createAppAnomalyEvent(); in getIndexByTimestamps_returnExpectedResult()
157 PowerAnomalyEvent event = BatteryTestUtils.createAppAnomalyEvent(); in handleBatteryTipsCardUpdated_appAnomaly_showAnomaly()
272 public static PowerAnomalyEvent createAppAnomalyEvent() { in createAppAnomalyEvent() method in BatteryTestUtils