Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/dev/
DDeveloperPreference.java74 mValue = getStoredValue(context); in get()
80 return context == null ? mDefaultValue : getStoredValue(context); in getDefaultIfContextNull()
83 protected abstract T getStoredValue(Context context); in getStoredValue() method in DeveloperPreference
111 public Boolean getStoredValue(Context context) { in getStoredValue() method in DeveloperPreference.DeveloperBooleanPreference
128 protected Integer getStoredValue(Context context) { in getStoredValue() method in DeveloperPreference.DeveloperIntegerPreference
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLegacyContactsProviderTest.java326 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED)); in testMarkAsContacted()
331 long lastContacted = Long.parseLong(getStoredValue(personUri, People.LAST_TIME_CONTACTED)); in testMarkAsContacted()
333 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED)); in testMarkAsContacted()
754 long photoId = Long.parseLong(getStoredValue(photoUri, Photos._ID)); in testPhotoUpdate()
DBaseContactsProvider2Test.java918 String value = getStoredValue(rowUri, column); in assertStoredValue()
928 String value = getStoredValue(rowUri, selection, selectionArgs, column); in assertStoredValue()
936 protected String getStoredValue(Uri rowUri, String column) { in getStoredValue() method in BaseContactsProvider2Test
937 return getStoredValue(rowUri, null, null, column); in getStoredValue()
940 protected String getStoredValue(Uri uri, String selection, String[] selectionArgs, in getStoredValue() method in BaseContactsProvider2Test
DContactsProvider2Test.java5942 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI); in testUpdateStreamItemPhotoById()
5969 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI); in testUpdateStreamItemPhotoWithContentValues()
7204 Uri photoUri = Uri.parse(getStoredValue(contactUri, Contacts.PHOTO_URI)); in testInputStreamForPhoto()
7205 Uri photoThumbnailUri = Uri.parse(getStoredValue(contactUri, Contacts.PHOTO_THUMBNAIL_URI)); in testInputStreamForPhoto()
7379 String photoUri = getStoredValue( in testOpenDisplayPhotoByPhotoUri()
7393 String photoFileId = getStoredValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId), in testPhotoUriForDisplayPhoto()
7395 String photoUri = getStoredValue( in testPhotoUriForDisplayPhoto()
7400 String thumbnailUri = getStoredValue( in testPhotoUriForDisplayPhoto()
7417 String photoUri = getStoredValue( in testPhotoUriForThumbnailPhoto()
7422 String thumbnailUri = getStoredValue( in testPhotoUriForThumbnailPhoto()
[all …]