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

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactBrowseListFragment.java 115 final Uri uriCurrentFormat = ContactLoaderUtils.ensureIsContactUri(resolver, mUri);
116 cursor = resolver.query(uriCurrentFormat,
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 307 final Uri uriCurrentFormat = ContactLoaderUtils.ensureIsContactUri(
321 result = loadContactEntity(resolver, uriCurrentFormat);
    [all...]

Completed in 39 milliseconds