Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DDemoModeFragment.java159 String demoTime = "1010"; // 10:10, a classic choice of horologists in startDemoMode() local
163 demoTime = String.format("%02d00", majorVersion % 24); in startDemoMode()
166 intent.putExtra("hhmm", demoTime); in startDemoMode()