Searched defs:isDebug (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/biometrics/log/ |
D | BiometricFrameworkStatsLogger.java | 45 int statsModality, int statsAction, int statsClient, boolean isDebug, in acquired() 64 int statsModality, int statsAction, int statsClient, boolean isDebug, long latency, in authenticate() 84 int statsModality, int statsAction, int statsClient, boolean isDebug, long latency, in authenticate() 106 int statsModality, int statsAction, int statsClient, boolean isDebug, long latency, in error()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/ |
D | PluginsModule.java | 72 @Named(PLUGIN_DEBUG) boolean isDebug) { in providesPluginInstanceFactory()
|
/frameworks/base/services/core/java/com/android/server/infra/ |
D | AbstractPerUserSystemService.java | 366 public final boolean isDebug() { in isDebug() method in AbstractPerUserSystemService
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
D | PluginInstance.java | 124 boolean isDebug) { in Factory()
|
/frameworks/native/services/sensorservice/ |
D | SensorService.cpp | 410 const Sensor& SensorService::registerSensor(SensorInterface* s, bool isDebug, bool isVirtual) { in registerSensor() 421 const Sensor& SensorService::registerDynamicSensorLocked(SensorInterface* s, bool isDebug) { in registerDynamicSensorLocked() 436 const Sensor& SensorService::registerVirtualSensor(SensorInterface* s, bool isDebug) { in registerVirtualSensor()
|