Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java658 private static boolean sContentCaptureReportingEnabledByDeviceConfig = false; field in AbsListView
903 sContentCaptureReportingEnabledByDeviceConfig = properties.getBoolean(key, in onPropertiesChanged()
911 sContentCaptureReportingEnabledByDeviceConfig = DeviceConfig.getBoolean( in setupDeviceConfigProperties()
6903 if (!sContentCaptureReportingEnabledByDeviceConfig) { in onProvideContentCaptureStructure()
6934 if (!sContentCaptureReportingEnabledByDeviceConfig) { in reportActiveViewsToContentCapture()