Searched refs:getStoredValue (Results 1 - 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DLegacyContactsProviderTest.java308 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED));
313 long lastContacted = Long.parseLong(getStoredValue(personUri, People.LAST_TIME_CONTACTED));
315 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED));
731 long photoId = Long.parseLong(getStoredValue(photoUri, Photos._ID));
H A DBaseContactsProvider2Test.java823 String value = getStoredValue(rowUri, column);
833 String value = getStoredValue(rowUri, selection, selectionArgs, column);
841 protected String getStoredValue(Uri rowUri, String column) { method in class:BaseContactsProvider2Test
842 return getStoredValue(rowUri, null, null, column);
845 protected String getStoredValue(Uri uri, String selection, String[] selectionArgs, method in class:BaseContactsProvider2Test
H A DContactsProvider2Test.java5194 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI);
5221 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI);
6390 Uri photoUri = Uri.parse(getStoredValue(contactUri, Contacts.PHOTO_URI));
6391 Uri photoThumbnailUri = Uri.parse(getStoredValue(contactUri, Contacts.PHOTO_THUMBNAIL_URI));
6565 String photoUri = getStoredValue(
6579 String photoFileId = getStoredValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId),
6581 String photoUri = getStoredValue(
6586 String thumbnailUri = getStoredValue(
6603 String photoUri = getStoredValue(
6608 String thumbnailUri = getStoredValue(
[all...]

Completed in 75 milliseconds