Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/
DConnectivityPreferenceControllerTest.java80 .that(filter.matchAction("Filter1")) in testBroadcastReceiver()
83 .that(filter.matchAction("Filter2")) in testBroadcastReceiver()
/frameworks/base/core/java/android/content/
DIntentFilter.java748 public final boolean matchAction(String action) { in matchAction() method in IntentFilter
1561 if (action != null && !matchAction(action)) { in match()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java8055 || (action != null && sri.filter.matchAction(action))) {
/frameworks/base/config/
Dboot-image-profile.txt41362 HSPLandroid/content/IntentFilter;->matchAction(Ljava/lang/String;)Z
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7889 method public final boolean matchAction(java.lang.String);
/frameworks/base/api/
Dcurrent.txt10553 method public final boolean matchAction(String);