Home
last modified time | relevance | path

Searched refs:TOTAL_REASONS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLog.java78 mProxStats = new SummaryStats[TOTAL_REASONS][2]; in DozeLog()
79 for (int i = 0; i < TOTAL_REASONS; i++) { in DozeLog()
291 for (int i = 0; i < TOTAL_REASONS; i++) { in dump()
574 public static final int TOTAL_REASONS = 13; field in DozeLog
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DDozeServiceHostTest.java196 for (int i = 0; i < DozeLog.TOTAL_REASONS; i++) { in testPulseWhileDozing_notifyAuthInterrupt()