Home
last modified time | relevance | path

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

/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java197 int mDevCfgLoggingLevel; field in ContentCaptureManagerService
633 mDevCfgLoggingLevel = DeviceConfig.getInt( in setLoggingLevelFromDeviceConfig()
637 ContentCaptureHelper.setLoggingLevel(mDevCfgLoggingLevel); in setLoggingLevelFromDeviceConfig()
641 Slog.v(TAG, "setLoggingLevelFromDeviceConfig(): level=" + mDevCfgLoggingLevel in setLoggingLevelFromDeviceConfig()
887 pw.println(mDevCfgLoggingLevel); in dumpLocked()
1468 return new ContentCaptureOptions(mDevCfgLoggingLevel); in getOptions()
1495 mDevCfgLoggingLevel, in getOptions()