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.java165 @GuardedBy("mLock") int mDevCfgLoggingLevel; field in ContentCaptureManagerService
402 mDevCfgLoggingLevel = DeviceConfig.getInt( in setLoggingLevelFromDeviceConfig()
406 ContentCaptureHelper.setLoggingLevel(mDevCfgLoggingLevel); in setLoggingLevelFromDeviceConfig()
410 Slog.v(TAG, "setLoggingLevelFromDeviceConfig(): level=" + mDevCfgLoggingLevel in setLoggingLevelFromDeviceConfig()
639 pw.print(prefix2); pw.print("loggingLevel: "); pw.println(mDevCfgLoggingLevel); in dumpLocked()
984 return new ContentCaptureOptions(mDevCfgLoggingLevel); in getOptions()
1006 final ContentCaptureOptions options = new ContentCaptureOptions(mDevCfgLoggingLevel, in getOptions()