/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/ |
D | ConnectivityPreferenceControllerTest.java | 81 .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/ |
D | CustomTilePackageUpdatesRepository.kt | 100 if (intent.action?.let(INTENT_FILTER::matchAction) != true) { in intent()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | WatchedIntentFilter.java | 261 public final boolean matchAction(String action) { in matchAction() method in WatchedIntentFilter 262 return mFilter.matchAction(action); in matchAction()
|
D | ResolveIntentHelper.java | 679 || (action != null && sri.filter.matchAction(action))) { in queryIntentActivityOptionsInternal()
|
/frameworks/base/core/java/android/content/ |
D | IntentFilter.java | 862 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/ |
D | FgsManagerControllerTest.java | 483 argThat(fltr -> fltr.matchAction(Intent.ACTION_SHOW_FOREGROUND_SERVICE_MANAGER)), in createFgsManagerController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/start/ |
D | ControlsStartableTest.kt | 278 assertThat(intentFilterCaptor.value.matchAction(Intent.ACTION_USER_UNLOCKED)).isTrue() in testPreferredSelectionIsPanel_userNotUnlocked_broadcastRegistered_broadcastSentBinds()
|
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/ |
D | VibrationSettingsTest.java | 1022 argThat(filter -> filter.matchAction(Intent.ACTION_BATTERY_CHANGED)), anyInt()); in setBatteryReceiverRegistrationResult()
|
/frameworks/base/config/ |
D | boot-profile.txt | 505 Landroid/content/IntentFilter;->matchAction(Ljava/lang/String;)Z
|
D | boot-image-profile.txt | 4214 HSPLandroid/content/IntentFilter;->matchAction(Ljava/lang/String;)Z 4215 HSPLandroid/content/IntentFilter;->matchAction(Ljava/lang/String;ZLjava/util/Collection;)Z
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 4211 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 7889 method public final boolean matchAction(java.lang.String);
|
/frameworks/base/core/api/ |
D | current.txt | 11551 method public final boolean matchAction(String);
|