Searched refs:matcherCode (Results 1 – 1 of 1) sorted by relevance
85 final int matcherCode = mMatcherCode++; in addUri() local86 mUriMatcher.addURI(authority, path, matcherCode); in addUri()87 mUriTypeMap.append(matcherCode, type); in addUri()