Searched defs:hasExtra (Results 1 – 3 of 3) sorted by relevance
2310 public final boolean hasExtra(@NonNull String name) { in hasExtra() method in IntentFilter
9352 public boolean hasExtra(String name) { in hasExtra() method
8803 private static Matcher<Notification> hasExtra(String... extras) { in hasExtra() method in DevicePolicyManagerTest