Searched refs:hhmm (Results 1 – 2 of 2) sorted by relevance
448 String hhmm = args.getString("hhmm"); in dispatchDemoCommand() local451 } else if (hhmm != null && hhmm.length() == 4) { in dispatchDemoCommand()452 int hh = Integer.parseInt(hhmm.substring(0, 2)); in dispatchDemoCommand()453 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}