Home
last modified time | relevance | path

Searched refs:authoritiesIterator (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java479 filter.authoritiesIterator(); in computeResolveFilters()
DPackageManagerService.java12506 return info.authoritiesIterator();
12726 authoritiesIterator = intent.authoritiesIterator();
12727 if (authoritiesIterator != null) {
12730 authoritiesIterator);
/frameworks/base/core/java/android/content/
DIntentFilter.java1173 public final Iterator<AuthorityEntry> authoritiesIterator() { in authoritiesIterator() method in IntentFilter
2076 Iterator<IntentFilter.AuthorityEntry> it = authoritiesIterator(); in getHostsList()
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java716 Iterator<IntentFilter.AuthorityEntry> aIt = ri.filter.authoritiesIterator(); in onTargetSelected()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7860 …public final java.util.Iterator<android.content.IntentFilter.AuthorityEntry> authoritiesIterator();
/frameworks/base/config/
Dhiddenapi-public-dex.txt7507 Landroid/content/IntentFilter;->authoritiesIterator()Ljava/util/Iterator;
Dboot-image-profile.txt17570 HSPLandroid/content/IntentFilter;->authoritiesIterator()Ljava/util/Iterator;
/frameworks/base/api/
Dcurrent.txt10176 …public final java.util.Iterator<android.content.IntentFilter.AuthorityEntry> authoritiesIterator();