Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLogger.kt75 bool2 = aboveThreshold in logFling()
79 "Fling expand=$bool1 aboveThreshold=$bool2 thresholdNeeded=$bool3 " + in logFling()
168 bool2 = blocked in logPulseDropped()
170 "Pulse dropped, pulsePending=$bool1 state=$str1 blocked=$bool2" in logPulseDropped()
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
DLogMessageImpl.kt36 override var bool2: Boolean, variable in com.android.systemui.log.LogMessageImpl
60 bool2 = false in reset()
DLogMessage.kt49 var bool2: Boolean variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/logging/
DQSLogger.kt113 bool2 = state.activityIn in logTileUpdated()
118 if (bool1) " Activity in/out=$bool2/$bool3" else "" in logTileUpdated()
/frameworks/native/libs/math/include/math/
Dvec2.h120 typedef details::TVec2<bool> bool2; typedef
/frameworks/base/cmds/statsd/tests/
DLogEntryMatcher_test.cpp102 const bool bool1, const bool bool2) { in makeBoolLogEvent() argument
108 AStatsEvent_writeBool(statsEvent, bool2); in makeBoolLogEvent()