Searched refs:getStoredValue (Results 1 - 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | BaseContactsProvider2Test.java | 820 String value = getStoredValue(rowUri, column); 830 String value = getStoredValue(rowUri, selection, selectionArgs, column); 838 protected String getStoredValue(Uri rowUri, String column) { method in class:BaseContactsProvider2Test 839 return getStoredValue(rowUri, null, null, column); 842 protected String getStoredValue(Uri uri, String selection, String[] selectionArgs, method in class:BaseContactsProvider2Test
|
H A D | LegacyContactsProviderTest.java | 310 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED)); 315 long lastContacted = Long.parseLong(getStoredValue(personUri, People.LAST_TIME_CONTACTED)); 317 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED)); 733 long photoId = Long.parseLong(getStoredValue(photoUri, Photos._ID));
|
H A D | ContactsProvider2Test.java | 3609 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI); 3635 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI); 4732 Uri photoUri = Uri.parse(getStoredValue(contactUri, Contacts.PHOTO_URI)); 4733 Uri photoThumbnailUri = Uri.parse(getStoredValue(contactUri, Contacts.PHOTO_THUMBNAIL_URI)); 4911 String photoUri = getStoredValue( 4925 String photoFileId = getStoredValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId), 4927 String photoUri = getStoredValue( 4932 String thumbnailUri = getStoredValue( 4949 String photoUri = getStoredValue( 4954 String thumbnailUri = getStoredValue( [all...] |
Completed in 75 milliseconds