Home
last modified time | relevance | path

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

/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
DMainActivity.java50 private static final long COUNT_DOWN_MS = TimeUnit.SECONDS.toMillis(10); field in MainActivity
71 mProgressBar.setMax((int) (COUNT_DOWN_MS / MILLIS_IN_SECOND)); in onCreate()
95 setProgressBar(COUNT_DOWN_MS); in onUIStateChanged()
96 mCountDownTimer = new CountDownTimer(COUNT_DOWN_MS, MILLIS_IN_SECOND) { in onUIStateChanged()
143 setProgressBar(COUNT_DOWN_MS); in onUIStateChanged()