Searched refs:collectFilters (Results 1 – 3 of 3) sorted by relevance
123 private ArrayList<F> collectFilters(F[] array, IntentFilter matching) { in collectFilters() method in IntentResolver145 return collectFilters(mSchemeToFilter.get(matching.getDataScheme(0)), matching); in findFilters()148 return collectFilters(mTypedActionToFilter.get(matching.getAction(0)), matching); in findFilters()152 return collectFilters(mActionToFilter.get(matching.getAction(0)), matching); in findFilters()
130 Lcom/android/server/IntentResolver;->collectFilters([Landroid/content/IntentFilter;Landroid/content…
2358 HSPLcom/android/server/IntentResolver;->collectFilters([Ljava/lang/Object;Landroid/content/IntentFi…