Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DConfigStore.java259 return getBooleanDeviceConfig(KEY_CLOUD_MEDIA_FEATURE_ENABLED, in isCloudMediaInPhotoPickerEnabled()
302 return getBooleanDeviceConfig(KEY_CLOUD_MEDIA_ENFORCE_PROVIDER_ALLOWLIST, in shouldEnforceCloudProviderAllowlist()
313 return getBooleanDeviceConfig(KEY_PICKER_GET_CONTENT_PRELOAD, in shouldPickerPreloadForGetContent()
319 return getBooleanDeviceConfig(KEY_PICKER_PICK_IMAGES_PRELOAD, in shouldPickerPreloadForPickImages()
325 return getBooleanDeviceConfig(KEY_PICKER_PICK_IMAGES_RESPECT_PRELOAD_ARG, in shouldPickerRespectPreloadArgumentForPickImages()
331 return getBooleanDeviceConfig(KEY_TAKE_OVER_GET_CONTENT, DEFAULT_TAKE_OVER_GET_CONTENT); in isGetContentTakeOverEnabled()
336 return getBooleanDeviceConfig(KEY_USER_SELECT_FOR_APP, DEFAULT_USER_SELECT_FOR_APP); in isUserSelectForAppEnabled()
341 return getBooleanDeviceConfig( in isStableUrisForInternalVolumeEnabled()
347 return getBooleanDeviceConfig( in isStableUrisForExternalVolumeEnabled()
353 return getBooleanDeviceConfig( in isTranscodeEnabled()
[all …]