Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DRequestIgnoreBatteryOptimizations.java114 private static void debugLog(String debugContent) { in debugLog() argument
115 if (DEBUG) Log.w(TAG, debugContent); in debugLog()
H A DBatteryBackupHelper.java298 private void debugLog(String debugContent) { in debugLog() argument
299 if (DEBUG) Log.d(TAG, debugContent); in debugLog()