Searched refs:hhmm (Results 1 – 2 of 2) sorted by relevance
459 String hhmm = args.getString("hhmm"); in dispatchDemoCommand() local462 } 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()
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}