Searched refs:hhmm (Results 1 – 2 of 2) sorted by relevance
516 String hhmm = args.getString("hhmm"); in dispatchDemoCommand() local519 } else if (hhmm != null && hhmm.length() == 4) { in dispatchDemoCommand()520 int hh = Integer.parseInt(hhmm.substring(0, 2)); in dispatchDemoCommand()521 int mm = Integer.parseInt(hhmm.substring(2)); in dispatchDemoCommand()
60 | | ```hhmm``` | | Sets the time in hh:mm80 adb shell am broadcast -a com.android.systemui.demo -e command clock -e hhmm140 echo "Usage: $0 [on|off] [hhmm]" >&2156 hhmm ${HHMM}