Home | History | Annotate | Download | only in contacts

Lines Matching refs:getStoredValue

2956         String hashId = getStoredValue(dataUri, Data.HASH_ID);
6034 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI);
6061 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI);
7358 Uri photoUri = Uri.parse(getStoredValue(contactUri, Contacts.PHOTO_URI));
7359 Uri photoThumbnailUri = Uri.parse(getStoredValue(contactUri, Contacts.PHOTO_THUMBNAIL_URI));
7533 String photoUri = getStoredValue(
7547 String photoFileId = getStoredValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId),
7549 String photoUri = getStoredValue(
7554 String thumbnailUri = getStoredValue(
7571 String photoUri = getStoredValue(
7576 String thumbnailUri = getStoredValue(
7612 photoUri = getStoredValue(
7618 String thumbnailUri = getStoredValue(
7639 String largeEarthPhotoUri = getStoredValue(
7655 String hugeEarthPhotoUri = getStoredValue(
7660 getStoredValue(
7777 assertNull(getStoredValue(
7839 assertNull(getStoredValue(
7862 assertNull(getStoredValue(contactUri, Contacts.PHOTO_FILE_ID));
7863 String photoUri = getStoredValue(contactUri, Contacts.PHOTO_URI);
7864 String thumbnailUri = getStoredValue(contactUri, Contacts.PHOTO_THUMBNAIL_URI);