Home
last modified time | relevance | path

Searched refs:matcherCode (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/inputmethodservice/deviceside/provider/src/android/inputmethodservice/cts/provider/
DUriHelper.java85 final int matcherCode = mMatcherCode++; in addUri() local
86 mUriMatcher.addURI(authority, path, matcherCode); in addUri()
87 mUriTypeMap.append(matcherCode, type); in addUri()