Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLegacyContactsProviderTest.java308 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED)); in testMarkAsContacted()
313 long lastContacted = Long.parseLong(getStoredValue(personUri, People.LAST_TIME_CONTACTED)); in testMarkAsContacted()
315 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED)); in testMarkAsContacted()
731 long photoId = Long.parseLong(getStoredValue(photoUri, Photos._ID)); in testPhotoUpdate()
DBaseContactsProvider2Test.java892 String value = getStoredValue(rowUri, column); in assertStoredValue()
902 String value = getStoredValue(rowUri, selection, selectionArgs, column); in assertStoredValue()
910 protected String getStoredValue(Uri rowUri, String column) { in getStoredValue() method in BaseContactsProvider2Test
911 return getStoredValue(rowUri, null, null, column); in getStoredValue()
914 protected String getStoredValue(Uri uri, String selection, String[] selectionArgs, in getStoredValue() method in BaseContactsProvider2Test
DContactsProvider2Test.java2923 String hashId = getStoredValue(dataUri, Data.HASH_ID); in testUpdateFromMetadataEntry()
5935 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI); in testUpdateStreamItemPhotoById()
5962 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI); in testUpdateStreamItemPhotoWithContentValues()
7242 Uri photoUri = Uri.parse(getStoredValue(contactUri, Contacts.PHOTO_URI)); in testInputStreamForPhoto()
7243 Uri photoThumbnailUri = Uri.parse(getStoredValue(contactUri, Contacts.PHOTO_THUMBNAIL_URI)); in testInputStreamForPhoto()
7417 String photoUri = getStoredValue( in testOpenDisplayPhotoByPhotoUri()
7431 String photoFileId = getStoredValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId), in testPhotoUriForDisplayPhoto()
7433 String photoUri = getStoredValue( in testPhotoUriForDisplayPhoto()
7438 String thumbnailUri = getStoredValue( in testPhotoUriForDisplayPhoto()
7455 String photoUri = getStoredValue( in testPhotoUriForThumbnailPhoto()
[all …]