Searched refs:mDevCfgLoggingLevel (Results 1 – 1 of 1) sorted by relevance
165 @GuardedBy("mLock") int mDevCfgLoggingLevel; field in ContentCaptureManagerService402 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()