Home
last modified time | relevance | path

Searched defs:UriSetMatcher (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DObserverNodeTest.java170 private static class UriSetMatcher implements ArgumentMatcher<Uri[]> { class in ObserverNodeTest
173 public UriSetMatcher(Uri... uris) { in UriSetMatcher() method in ObserverNodeTest.UriSetMatcher