Home
last modified time | relevance | path

Searched refs:countActions (Results 1 – 25 of 26) sorted by relevance

12

/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DWatchedIntentHandlingTest.java63 int actionCount = f.countActions(); in testWatchedIntentFilter()
83 assertTrue(f.countActions() == actionCount - 1); in testWatchedIntentFilter()
H A DAppsFilterImplTest.java187 if (filter.countActions() > 0) { in createActivity()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DWatchedIntentFilter.java240 public final int countActions() { in countActions() method in WatchedIntentFilter
241 return mFilter.countActions(); in countActions()
H A DPreferredActivityHelper.java197 if (filter.countActions() == 0) {
227 if (filter.countActions() != 1) {
396 if (filter.countActions() == 0) {
H A DPackageManagerService.java3579 if (intentFilter.countActions() == 0) {
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedMainComponentUtils.java128 int actionCount = intentFilter.countActions(); in parseIntentFilter()
H A DParsedActivityUtils.java405 int actionCount = intentFilter.countActions(); in parseActivityOrAlias()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/
H A DBroadcastDispatcherTest.kt127 `when`(intentFilter.countActions()).thenReturn(1)
128 `when`(intentFilterOther.countActions()).thenReturn(1)
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/statusbar/
H A DTileRequestTrackerTest.java80 assertEquals(2, filter.countActions()); in testBroadcastReceiverRegistered()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/
H A DBroadcastDispatcher.kt213 if (filter.countActions() == 0) sb.append("Filter must contain at least one action. ")
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/data/repository/
H A DInstalledTilesComponentRepositoryImplTest.kt142 assertThat(countActions()).isEqualTo(4)
/aosp14/frameworks/base/core/java/android/content/
H A DIntentFilter.java541 if (countActions() > 0) { in toLongString()
793 public final int countActions() { in countActions() method in IntentFilter
2398 int N = countActions(); in writeToXml()
3067 int s1 = f1.countActions(); in filterEquals()
3068 int s2 = f2.countActions(); in filterEquals()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java144 } else if (matching.countDataTypes() != 0 && matching.countActions() == 1) { in findFilters()
148 && matching.countActions() == 1) { in findFilters()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
H A DUserTrackerImplTest.kt136 assertThat(countActions()).isEqualTo(6)
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DTelephonySubscriptionTrackerTest.java307 assertEquals(1, filter.countActions()); in testRegister()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/
H A DAppIntegrityManagerServiceImplTest.java301 assertEquals(1, intentFilterCaptor.getValue().countActions()); in broadcastReceiverRegistration()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DPowerManagerServiceTest.java188 if (other.countActions() != mFilter.countActions()) { in matches()
191 for (int i = 0; i < mFilter.countActions(); i++) { in matches()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java4574 if (intent.countActions() == 0) { in parseActivity()
4597 for (int i = 0; i < intent.countActions(); i++) { in parseActivity()
4613 if (intent.countActions() == 0) { in parseActivity()
5014 if (intent.countActions() == 0) {
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
H A DParsingPackageUtils.java1759 final int numActions = intentInfo.countActions(); in parseQueries()
/aosp14/frameworks/base/config/
H A Dboot-profile.txt394 Landroid/content/IntentFilter;->countActions()I
H A Dboot-image-profile.txt4266 HSPLandroid/content/IntentFilter;->countActions()I
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java13962 final int N = filter.countActions(); in registerReceiverWithFeature()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java11994 final int actionsCount = filter.countActions();
/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.txt4263 HSPLandroid/content/IntentFilter;->countActions()I

12