Home
last modified time | relevance | path

Searched refs:actionsIterator (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/
H A DUserBroadcastDispatcher.kt108 .addAll(receiverData.filter.actionsIterator()?.asSequence() ?: emptySequence())
109 receiverData.filter.actionsIterator().forEach {
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DWatchedIntentHandlingTest.java65 Iterator<String> actions = f.actionsIterator(); in testWatchedIntentFilter()
75 actions = f.actionsIterator(); in testWatchedIntentFilter()
H A DAppsFilterImplTest.java188 filter.actionsIterator().forEachRemaining(intentInfoFilter::addAction); in createActivity()
191 filter.actionsIterator().forEachRemaining(intentInfoFilter::addAction); in createActivity()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
H A DParsedIntentInfoTest.kt61 expect.that(intentFilter.actionsIterator().asSequence().singleOrNull())
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/
H A DActionReceiverTest.kt67 val actions = actionsIterator()?.asSequence()?.toSet() ?: emptySet()
69 return (it.actionsIterator()?.asSequence()?.toSet() ?: emptySet()) == actions &&
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DWatchedIntentFilter.java268 public final Iterator<String> actionsIterator() { in actionsIterator() method in WatchedIntentFilter
269 return maybeWatch(mFilter.actionsIterator()); in actionsIterator()
H A DResolveIntentHelper.java769 final Iterator<String> it = rii.filter.actionsIterator(); in queryIntentActivityOptionsInternal()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/logging/
H A DBroadcastDispatcherLogger.kt121 val actions = filter.actionsIterator().asSequence()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java71 register_intent_filter(f, intentFilter.actionsIterator(), in addFilter()
75 register_intent_filter(f, intentFilter.actionsIterator(), in addFilter()
182 unregister_intent_filter(f, intentFilter.actionsIterator(), in removeFilterInternal()
186 unregister_intent_filter(f, intentFilter.actionsIterator(), in removeFilterInternal()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/resolution/
H A DComponentResolver.java446 final Iterator<String> actionsIter = filter.actionsIterator(); in isProtectedAction()
593 final Iterator<String> actionsIterator = intentFilter.actionsIterator(); in adjustPriority() local
594 if (actionsIterator != null) { in adjustPriority()
595 getIntentListSubset(intentListCopy, IntentFilter::actionsIterator, actionsIterator); in adjustPriority()
/aosp14/frameworks/base/core/java/android/content/
H A DIntentFilter.java860 public final Iterator<String> actionsIterator() { in actionsIterator() method in IntentFilter
/aosp14/frameworks/base/config/
H A Dboot-profile.txt330 Landroid/content/IntentFilter;->actionsIterator()Ljava/util/Iterator;
H A Dboot-image-profile.txt4253 HSPLandroid/content/IntentFilter;->actionsIterator()Ljava/util/Iterator;
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java13990 Iterator<String> actions = filter.actionsIterator(); in registerReceiverWithFeature()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt4250 HSPLandroid/content/IntentFilter;->actionsIterator()Ljava/util/Iterator;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11151 method public final java.util.Iterator<java.lang.String> actionsIterator();