Home
last modified time | relevance | path

Searched defs:isDebug (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
H A DPluginsModule.java75 @Named(PLUGIN_DEBUG) boolean isDebug) { in providesPluginInstanceFactory()
/aosp12/frameworks/base/services/core/java/com/android/server/infra/
H A DAbstractPerUserSystemService.java314 public final boolean isDebug() { in isDebug() method in AbstractPerUserSystemService
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginInstance.java124 boolean isDebug) { in Factory()
/aosp12/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
H A DBlockedNumberBackupAgent.java237 private static boolean isDebug() { in isDebug() method in BlockedNumberBackupAgent
/aosp12/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.h151 static bool isDebug() { return sDebugLogs ? true : false; }; in isDebug() function
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.h195 static bool isDebug() { return sDebugLogs ? true : false; }; in isDebug() function
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.h199 static bool isDebug() { return sDebugLogs ? true : false; }; in isDebug() function
/aosp12/packages/providers/CallLogProvider/src/com/android/calllogbackup/
H A DCallLogBackupAgent.java591 private static boolean isDebug() { in isDebug() method in CallLogBackupAgent
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.h208 static bool isDebug() { return sDebugLogs ? true : false; }; in isDebug() function
/aosp12/frameworks/native/services/sensorservice/
H A DSensorService.cpp349 const Sensor& SensorService::registerSensor(SensorInterface* s, bool isDebug, bool isVirtual) { in registerSensor()
360 const Sensor& SensorService::registerDynamicSensorLocked(SensorInterface* s, bool isDebug) { in registerDynamicSensorLocked()
375 const Sensor& SensorService::registerVirtualSensor(SensorInterface* s, bool isDebug) { in registerVirtualSensor()