Searched refs:hasDataPath (Results 1 – 5 of 5) sorted by relevance
72 expect.that(intentFilter.hasDataPath("testPath")).isTrue()
548 public final boolean hasDataPath(String data) { in hasDataPath() method in WatchedIntentFilter549 return mFilter.hasDataPath(data); in hasDataPath()
1515 public final boolean hasDataPath(String data) { in hasDataPath() method in IntentFilter1516 return hasDataPath(data, false); in hasDataPath()1524 private boolean hasDataPath(String data, boolean wildcardSupported) { in hasDataPath() method in IntentFilter1543 public final boolean hasDataPath(PatternMatcher path) { in hasDataPath() method in IntentFilter1681 } else if (hasDataPath(data.getPath(), wildcardSupported)) { in matchData()3123 if (!f2.hasDataPath(f1.getDataPath(i))) { in filterEquals()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11184 method public final boolean hasDataPath(String);