Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java459 String hhmm = args.getString("hhmm"); in dispatchDemoCommand() local
462 } else if (hhmm != null && hhmm.length() == 4) { in dispatchDemoCommand()
463 int hh = Integer.parseInt(hhmm.substring(0, 2)); in dispatchDemoCommand()
464 int mm = Integer.parseInt(hhmm.substring(2)); in dispatchDemoCommand()
/frameworks/base/packages/SystemUI/docs/
Ddemo_mode.md60 | ```hhmm``` | | Sets the time in hh:mm
80 adb shell am broadcast -a com.android.systemui.demo -e command clock -e hhmm
140 echo "Usage: $0 [on|off] [hhmm]" >&2
156 hhmm ${HHMM}