Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/util/
DLog.java84 private static int sDebug = -1; field in Log
89 sDebug = 1;
111 if (sDebug == 1) { in isDebuggable()
113 } else if (sDebug == -1) { in isDebuggable()
132 sDebug = enableDebug ? 1 : 0; in setDebuggable()
/packages/modules/Uwb/service/java/com/android/server/uwb/correction/
DUwbFilterEngine.java44 private static final boolean sDebug; field in UwbFilterEngine
47 sDebug = (Build.TYPE != null && Build.TYPE.equals("userdebug"))
79 StringBuilder bigLog = sDebug ? new StringBuilder(position.toString()) : null; in add()
84 if (sDebug) { in add()
/packages/modules/Uwb/service/java/com/android/server/uwb/correction/primers/
DBackAzimuthPrimer.java58 private static final boolean sDebug; field in BackAzimuthPrimer
64 sDebug = (Build.TYPE != null && Build.TYPE.equals("userdebug"))
238 if (sDebug) { in prime()
/packages/apps/Nfc/nci/jni/
DRouteDataSet.h249 static const bool sDebug = false; variable
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DDataProcessor.java105 @VisibleForTesting static boolean sDebug = false; field in DataProcessor
1461 if (sDebug) { in insertHourlyUsageDiffDataPerSlot()
1885 if (sDebug) { in log()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DDataProcessorTest.java203 DataProcessor.sDebug = true; in generateAppUsagePeriodMap_returnExpectedResult()