Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeParameters.java85 pw.print(" getPulseOutDuration(): "); pw.println(getPulseOutDuration()); in dump()
102 return getPulseInDuration() + getPulseVisibleDuration() + getPulseOutDuration(); in getPulseDuration()
118 public int getPulseOutDuration() { in getPulseOutDuration() method in DozeParameters