Searched refs:getStoredValue (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/TV/common/src/com/android/tv/common/dev/ |
H A D | DeveloperPreference.java | 74 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
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | LegacyContactsProviderTest.java | 327 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()
|
H A D | BaseContactsProvider2Test.java | 900 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
|
H A D | ContactsProvider2Test.java | 7020 String photoUri = getStoredValue( in testOpenDisplayPhotoByPhotoUri() 7036 String photoUri = getStoredValue( in testPhotoUriForDisplayPhoto() 7041 String thumbnailUri = getStoredValue( in testPhotoUriForDisplayPhoto() 7058 String photoUri = getStoredValue( in testPhotoUriForThumbnailPhoto() 7063 String thumbnailUri = getStoredValue( in testPhotoUriForThumbnailPhoto() 7099 photoUri = getStoredValue( in testWriteNewPhotoToAssetFile() 7105 String thumbnailUri = getStoredValue( in testWriteNewPhotoToAssetFile() 7126 String largeEarthPhotoUri = getStoredValue( in testWriteUpdatedPhotoToAssetFile() 7142 String hugeEarthPhotoUri = getStoredValue( in testWriteUpdatedPhotoToAssetFile() 7264 assertNull(getStoredValue( in testPhotoStoreCleanup() [all …]
|