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.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.java2912 String hashId = getStoredValue(dataUri, Data.HASH_ID); in testUpdateFromMetadataEntry()
5931 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI); in testUpdateStreamItemPhotoById()
5958 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI); in testUpdateStreamItemPhotoWithContentValues()
7255 Uri photoUri = Uri.parse(getStoredValue(contactUri, Contacts.PHOTO_URI)); in testInputStreamForPhoto()
7256 Uri photoThumbnailUri = Uri.parse(getStoredValue(contactUri, Contacts.PHOTO_THUMBNAIL_URI)); in testInputStreamForPhoto()
7430 String photoUri = getStoredValue( in testOpenDisplayPhotoByPhotoUri()
7444 String photoFileId = getStoredValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId), in testPhotoUriForDisplayPhoto()
7446 String photoUri = getStoredValue( in testPhotoUriForDisplayPhoto()
7451 String thumbnailUri = getStoredValue( in testPhotoUriForDisplayPhoto()
7468 String photoUri = getStoredValue( in testPhotoUriForThumbnailPhoto()
[all …]