Searched refs:displayIsSortByApi (Results 1 – 1 of 1) sorted by relevance
267 public List<PkgCategory> getCategories(boolean displayIsSortByApi) { in getCategories() argument268 return displayIsSortByApi ? mOpApi.getCategories() : mOpSource.getCategories(); in getCategories()301 boolean displayIsSortByApi, in updateSourcePackages() argument307 return displayIsSortByApi ? apiListChanged : sourceListChanged; in updateSourcePackages()310 public boolean updateEnd(boolean displayIsSortByApi) { in updateEnd() argument313 return displayIsSortByApi ? apiListChanged : sourceListChanged; in updateEnd()