Searched defs:isDebug (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/biometrics/log/ |
D | BiometricFrameworkStatsLogger.java | 54 int statsModality, int statsAction, int statsClient, boolean isDebug, in acquired() 79 int statsModality, int statsAction, int statsClient, boolean isDebug, long latency, in authenticate() 106 int statsModality, int statsAction, int statsClient, boolean isDebug, long latency, in authenticate() 130 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/packages/SystemUI/src/com/android/systemui/biometrics/udfps/ |
D | EllipseOverlapDetector.kt | 33 private const val isDebug = false constant
|
/frameworks/base/services/core/java/com/android/server/infra/ |
D | AbstractPerUserSystemService.java | 377 public final boolean isDebug() { in isDebug() method in AbstractPerUserSystemService
|
/frameworks/native/libs/input/ |
D | MotionPredictor.cpp | 51 bool isDebug() { in isDebug() function
|
D | VirtualInputDevice.cpp | 37 static bool isDebug() { in isDebug() function
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
D | PluginInstance.java | 227 boolean isDebug) { in Factory()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/ |
D | RemoteContext.java | 114 public boolean isDebug() { in isDebug() method in RemoteContext
|
/frameworks/native/services/sensorservice/ |
D | SensorService.cpp | 538 bool SensorService::registerSensor(std::shared_ptr<SensorInterface> s, bool isDebug, bool isVirtual, in registerSensor() 551 bool SensorService::registerDynamicSensorLocked(std::shared_ptr<SensorInterface> s, bool isDebug) { in registerDynamicSensorLocked() 566 bool SensorService::registerVirtualSensor(std::shared_ptr<SensorInterface> s, bool isDebug) { in registerVirtualSensor()
|