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.java327 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED)); in testMarkAsContacted()
332 long lastContacted = Long.parseLong(getStoredValue(personUri, People.LAST_TIME_CONTACTED)); in testMarkAsContacted()
334 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED)); in testMarkAsContacted()
755 long photoId = Long.parseLong(getStoredValue(photoUri, Photos._ID)); in testPhotoUpdate()
DBaseContactsProvider2Test.java900 String value = getStoredValue(rowUri, column); in assertStoredValue()
910 String value = getStoredValue(rowUri, selection, selectionArgs, column); in assertStoredValue()
918 protected String getStoredValue(Uri rowUri, String column) { in getStoredValue() method in BaseContactsProvider2Test
919 return getStoredValue(rowUri, null, null, column); in getStoredValue()
922 protected String getStoredValue(Uri uri, String selection, String[] selectionArgs, in getStoredValue() method in BaseContactsProvider2Test
DContactsProvider2Test.java2949 String hashId = getStoredValue(dataUri, Data.HASH_ID); in testUpdateFromMetadataEntry()
6027 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI); in testUpdateStreamItemPhotoById()
6054 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI); in testUpdateStreamItemPhotoWithContentValues()
7348 Uri photoUri = Uri.parse(getStoredValue(contactUri, Contacts.PHOTO_URI)); in testInputStreamForPhoto()
7349 Uri photoThumbnailUri = Uri.parse(getStoredValue(contactUri, Contacts.PHOTO_THUMBNAIL_URI)); in testInputStreamForPhoto()
7523 String photoUri = getStoredValue( in testOpenDisplayPhotoByPhotoUri()
7537 String photoFileId = getStoredValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId), in testPhotoUriForDisplayPhoto()
7539 String photoUri = getStoredValue( in testPhotoUriForDisplayPhoto()
7544 String thumbnailUri = getStoredValue( in testPhotoUriForDisplayPhoto()
7561 String photoUri = getStoredValue( in testPhotoUriForThumbnailPhoto()
[all …]