Searched refs:appSearchFeatures (Results 1 – 1 of 1) sorted by relevance
589 private static List<String> toIcingSearchFeatures(@NonNull List<String> appSearchFeatures) { in toIcingSearchFeatures() argument591 for (int i = 0; i < appSearchFeatures.size(); i++) { in toIcingSearchFeatures()592 String appSearchFeature = appSearchFeatures.get(i); in toIcingSearchFeatures()