Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DAbsListView.java654 private static boolean sContentCaptureReportingEnabledByDeviceConfig = false; field in AbsListView
899 sContentCaptureReportingEnabledByDeviceConfig = properties.getBoolean(key, in onPropertiesChanged()
907 sContentCaptureReportingEnabledByDeviceConfig = DeviceConfig.getBoolean( in setupDeviceConfigProperties()
6857 if (!sContentCaptureReportingEnabledByDeviceConfig) { in onProvideContentCaptureStructure()
6888 if (!sContentCaptureReportingEnabledByDeviceConfig) { in reportActiveViewsToContentCapture()