Home
last modified time | relevance | path

Searched refs:matchAction (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/
H A DConnectivityPreferenceControllerTest.java81 .that(filter.matchAction("Filter1")) in testBroadcastReceiver()
84 .that(filter.matchAction("Filter2")) in testBroadcastReceiver()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/data/repository/
H A DInstalledTilesComponentRepositoryImplTest.kt138 assertThat(matchAction(Intent.ACTION_PACKAGE_CHANGED)).isTrue()
139 assertThat(matchAction(Intent.ACTION_PACKAGE_ADDED)).isTrue()
140 assertThat(matchAction(Intent.ACTION_PACKAGE_REMOVED)).isTrue()
141 assertThat(matchAction(Intent.ACTION_PACKAGE_REPLACED)).isTrue()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DWatchedIntentFilter.java261 public final boolean matchAction(String action) { in matchAction() method in WatchedIntentFilter
262 return mFilter.matchAction(action); in matchAction()
H A DResolveIntentHelper.java732 || (action != null && sri.filter.matchAction(action))) { in queryIntentActivityOptionsInternal()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/start/
H A DControlsStartableTest.kt261 assertThat(intentFilterCaptor.value.matchAction(Intent.ACTION_USER_UNLOCKED)).isTrue()
/aosp14/frameworks/base/core/java/android/content/
H A DIntentFilter.java824 public final boolean matchAction(String action) { in matchAction() method in IntentFilter
825 return matchAction(action, false /*wildcardSupported*/, null /*ignoreActions*/); in matchAction()
834 private boolean matchAction(String action, boolean wildcardSupported, in matchAction() method in IntentFilter
2341 if (action != null && !matchAction(action, supportWildcards, ignoreActions)) { in match()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DFgsManagerControllerTest.java473 argThat(fltr -> fltr.matchAction(Intent.ACTION_SHOW_FOREGROUND_SERVICE_MANAGER)), in createFgsManagerController()
/aosp14/frameworks/base/config/
H A Dboot-profile.txt505 Landroid/content/IntentFilter;->matchAction(Ljava/lang/String;)Z
H A Dboot-image-profile.txt4290 HSPLandroid/content/IntentFilter;->matchAction(Ljava/lang/String;)Z
4291 HSPLandroid/content/IntentFilter;->matchAction(Ljava/lang/String;ZLjava/util/Collection;)Z
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt4287 HSPLandroid/content/IntentFilter;->matchAction(Ljava/lang/String;)Z
4288 HSPLandroid/content/IntentFilter;->matchAction(Ljava/lang/String;ZLjava/util/Collection;)Z
/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/core/api/
H A Dcurrent.txt11190 method public final boolean matchAction(String);