Searched refs:getFirstMatch (Results 1 – 3 of 3) sorted by relevance
86 launcher.getWorkspace().getFirstMatch(findPromiseApp) != null); in testPromiseIcon_addedFromEligibleSession()94 launcher.getWorkspace().getFirstMatch(findPromiseApp) == null); in testPromiseIcon_addedFromEligibleSession()111 launcher.getWorkspace().getFirstMatch(findPromiseApp) == null); in testPromiseIcon_notAddedFromIneligibleSession()
56 return launcher.getWorkspace().getFirstMatch(op) != null; in itemExists()
2969 return getFirstMatch(new CellLayout[] { getHotseat(), currentPage }, in getFirstMatchForAppClose()2974 return getFirstMatch(new CellLayout[] { getHotseat(), currentPage }, in getFirstMatchForAppClose()2980 return getFirstMatch((info, v) -> info != null && info.id == id); in getHomescreenIconByItemId()2984 return (LauncherAppWidgetHostView) getFirstMatch((info, v) -> in getWidgetForAppWidgetId()2989 public View getFirstMatch(final ItemOperator operator) { in getFirstMatch() method3009 private View getFirstMatch(CellLayout[] cellLayouts, final ItemOperator... operators) { in getFirstMatch() method