Searched refs:hasDataPath (Results 1 – 6 of 6) sorted by relevance
72 expect.that(intentFilter.hasDataPath("testPath")).isTrue() in extraAssertions()
548 public final boolean hasDataPath(String data) { in hasDataPath() method in WatchedIntentFilter549 return mFilter.hasDataPath(data); in hasDataPath()
1553 public final boolean hasDataPath(String data) { in hasDataPath() method in IntentFilter1554 return hasDataPath(data, false); in hasDataPath()1562 private boolean hasDataPath(String data, boolean wildcardSupported) { in hasDataPath() method in IntentFilter1581 public final boolean hasDataPath(PatternMatcher path) { in hasDataPath() method in IntentFilter1778 } else if (hasDataPath(data.getPath(), wildcardSupported) in matchData()1787 } else if (hasDataPath(data.getPath(), wildcardSupported)) { in matchData()3277 if (!f2.hasDataPath(f1.getDataPath(i))) { in filterEquals()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7883 method public final boolean hasDataPath(java.lang.String);
11545 method public final boolean hasDataPath(String);