Searched refs:getResults (Results 1 – 8 of 8) sorted by relevance
135 public final List<E> getResults() { in getResults() method in SliceBackgroundWorker
144 public final List<E> getResults() { in getResults() method in SliceBackgroundWorker
130 when(batteryTipWorker.getResults()).thenReturn(tips); in getSlice_hasImportantTip_shouldTintIcon()
99 final List<BatteryTip> batteryTips = worker != null ? worker.getResults() : null; in getSlice()
106 final List<BatteryTip> batteryTips = worker != null ? worker.getResults() : null; in getSlice()
160 doReturn(results).when(worker).getResults(); in setWorkerResults()
97 final List<AccessPoint> apList = worker != null ? worker.getResults() : null; in getSlice()
107 final List<AccessPoint> results = worker != null ? worker.getResults() : null; in getSlice()