HomeSort by relevance Sort by last modified time
    Searched refs:matchUri (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java 166 private static int matchUri(final Uri uri) {
199 final int match = matchUri(uri);
231 final int match = matchUri(uri);
294 final int match = matchUri(uri);
437 final int match = matchUri(uri);
496 switch (matchUri(uri)) {
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoProvider.java 274 int match = matchUri(uri);
293 int match = matchUri(uri);
317 int match = matchUri(uri);
331 int match = matchUri(uri);
434 private int matchUri(Uri uri) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactMetadataProvider.java 346 final int matchUri = sURIMatcher.match(uri);
347 if (matchUri != METADATA_SYNC) {
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 

Completed in 663 milliseconds