Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DBatteryFixSliceTest.java128 BatteryFixSlice.BatteryTipWorker batteryTipWorker = mock( in getSlice_hasImportantTip_shouldTintIcon() local
130 when(batteryTipWorker.getResults()).thenReturn(tips); in getSlice_hasImportantTip_shouldTintIcon()
131 ShadowSliceBackgroundWorker.setBatteryTipWorkerWorker(batteryTipWorker); in getSlice_hasImportantTip_shouldTintIcon()