Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/
DConnectivityPreferenceControllerTest.java81 .that(filter.matchAction("Filter1")) in testBroadcastReceiver()
84 .that(filter.matchAction("Filter2")) in testBroadcastReceiver()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/data/repository/
DCustomTilePackageUpdatesRepository.kt100 if (intent.action?.let(INTENT_FILTER::matchAction) != true) { in intent()
/frameworks/base/services/core/java/com/android/server/pm/
DWatchedIntentFilter.java261 public final boolean matchAction(String action) { in matchAction() method in WatchedIntentFilter
262 return mFilter.matchAction(action); in matchAction()
DResolveIntentHelper.java679 || (action != null && sri.filter.matchAction(action))) { in queryIntentActivityOptionsInternal()
/frameworks/base/core/java/android/content/
DIntentFilter.java862 public final boolean matchAction(String action) { in matchAction() method in IntentFilter
863 return matchAction(action, false /*wildcardSupported*/, null /*ignoreActions*/); in matchAction()
872 private boolean matchAction(String action, boolean wildcardSupported, in matchAction() method in IntentFilter
2455 if (action != null && !matchAction(action, supportWildcards, ignoreActions)) { in match()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DFgsManagerControllerTest.java483 argThat(fltr -> fltr.matchAction(Intent.ACTION_SHOW_FOREGROUND_SERVICE_MANAGER)), in createFgsManagerController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/start/
DControlsStartableTest.kt278 assertThat(intentFilterCaptor.value.matchAction(Intent.ACTION_USER_UNLOCKED)).isTrue() in testPreferredSelectionIsPanel_userNotUnlocked_broadcastRegistered_broadcastSentBinds()
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DVibrationSettingsTest.java1022 argThat(filter -> filter.matchAction(Intent.ACTION_BATTERY_CHANGED)), anyInt()); in setBatteryReceiverRegistrationResult()
/frameworks/base/config/
Dboot-profile.txt505 Landroid/content/IntentFilter;->matchAction(Ljava/lang/String;)Z
Dboot-image-profile.txt4214 HSPLandroid/content/IntentFilter;->matchAction(Ljava/lang/String;)Z
4215 HSPLandroid/content/IntentFilter;->matchAction(Ljava/lang/String;ZLjava/util/Collection;)Z
/frameworks/base/boot/
Dboot-image-profile.txt4211 HSPLandroid/content/IntentFilter;->matchAction(Ljava/lang/String;)Z
4212 HSPLandroid/content/IntentFilter;->matchAction(Ljava/lang/String;ZLjava/util/Collection;)Z
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7889 method public final boolean matchAction(java.lang.String);
/frameworks/base/core/api/
Dcurrent.txt11551 method public final boolean matchAction(String);