Searched refs:matchAction (Results 1 – 12 of 12) sorted by relevance
81 .that(filter.matchAction("Filter1")) in testBroadcastReceiver()84 .that(filter.matchAction("Filter2")) in testBroadcastReceiver()
138 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()
261 public final boolean matchAction(String action) { in matchAction() method in WatchedIntentFilter262 return mFilter.matchAction(action); in matchAction()
732 || (action != null && sri.filter.matchAction(action))) { in queryIntentActivityOptionsInternal()
261 assertThat(intentFilterCaptor.value.matchAction(Intent.ACTION_USER_UNLOCKED)).isTrue()
824 public final boolean matchAction(String action) { in matchAction() method in IntentFilter825 return matchAction(action, false /*wildcardSupported*/, null /*ignoreActions*/); in matchAction()834 private boolean matchAction(String action, boolean wildcardSupported, in matchAction() method in IntentFilter2341 if (action != null && !matchAction(action, supportWildcards, ignoreActions)) { in match()
473 argThat(fltr -> fltr.matchAction(Intent.ACTION_SHOW_FOREGROUND_SERVICE_MANAGER)), in createFgsManagerController()
505 Landroid/content/IntentFilter;->matchAction(Ljava/lang/String;)Z
4290 HSPLandroid/content/IntentFilter;->matchAction(Ljava/lang/String;)Z4291 HSPLandroid/content/IntentFilter;->matchAction(Ljava/lang/String;ZLjava/util/Collection;)Z
4287 HSPLandroid/content/IntentFilter;->matchAction(Ljava/lang/String;)Z4288 HSPLandroid/content/IntentFilter;->matchAction(Ljava/lang/String;ZLjava/util/Collection;)Z
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11190 method public final boolean matchAction(String);