Searched refs:mDevCfgLoggingLevel (Results 1 – 1 of 1) sorted by relevance
159 @GuardedBy("mLock") int mDevCfgLoggingLevel; field in ContentCaptureManagerService363 mDevCfgLoggingLevel = DeviceConfig.getInt( in setLoggingLevelFromDeviceConfig()367 ContentCaptureHelper.setLoggingLevel(mDevCfgLoggingLevel); in setLoggingLevelFromDeviceConfig()371 Slog.v(TAG, "setLoggingLevelFromDeviceConfig(): level=" + mDevCfgLoggingLevel in setLoggingLevelFromDeviceConfig()588 pw.print(prefix2); pw.print("loggingLevel: "); pw.println(mDevCfgLoggingLevel); in dumpLocked()895 return new ContentCaptureOptions(mDevCfgLoggingLevel); in getOptions()917 final ContentCaptureOptions options = new ContentCaptureOptions(mDevCfgLoggingLevel, in getOptions()