Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DWatchedIntentFilter.java511 public final Iterator<IntentFilter.AuthorityEntry> authoritiesIterator() { in authoritiesIterator() method in WatchedIntentFilter
512 return maybeWatch(mFilter.authoritiesIterator()); in authoritiesIterator()
H A DComponentResolver.java1080 final Iterator<IntentFilter.AuthorityEntry> authoritiesIterator = in adjustPriority() local
1081 intent.authoritiesIterator(); in adjustPriority()
1082 if (authoritiesIterator != null) { in adjustPriority()
1083 getIntentListSubset(intentListCopy, IntentFilter::authoritiesIterator, in adjustPriority()
1084 authoritiesIterator); in adjustPriority()
2324 return info.authoritiesIterator(); in generate()
H A DInstantAppResolver.java503 filter.authoritiesIterator(); in computeResolveFilters()
/aosp12/frameworks/base/core/java/android/content/
H A DIntentFilter.java1401 public final Iterator<AuthorityEntry> authoritiesIterator() { in authoritiesIterator() method in IntentFilter
2479 Iterator<IntentFilter.AuthorityEntry> it = authoritiesIterator(); in getHostsList()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DAppsFilterTest.java161 filter.authoritiesIterator().forEachRemaining(info::addDataAuthority); in createActivity()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java1146 Iterator<IntentFilter.AuthorityEntry> aIt = ri.filter.authoritiesIterator();
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt4292 HSPLandroid/content/IntentFilter;->authoritiesIterator()Ljava/util/Iterator;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt11382 …public final java.util.Iterator<android.content.IntentFilter.AuthorityEntry> authoritiesIterator();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt7860 …public final java.util.Iterator<android.content.IntentFilter.AuthorityEntry> authoritiesIterator();
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt4290 HSPLandroid/content/IntentFilter;->authoritiesIterator()Ljava/util/Iterator;