HomeSort by relevance Sort by last modified time
    Searched full:mrecommendations (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
AddPrinterActivity.java 621 private @Nullable List<RecommendationInfo> mRecommendations;
759 if (mRecommendations == null) {
765 final int numRecommendations = mRecommendations.size();
767 RecommendationInfo recommendation = mRecommendations.get(i);
832 mRecommendations = recommendations;

Completed in 155 milliseconds