Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DAnalogWatchFaceService.java125 if (shouldTimerBeRunning()) {
494 if (shouldTimerBeRunning()) { in updateTimer()
503 private boolean shouldTimerBeRunning() { in shouldTimerBeRunning() method in AnalogWatchFaceService.Engine
DDigitalWatchFaceService.java112 if (shouldTimerBeRunning()) {
406 if (shouldTimerBeRunning()) { in setInteractiveUpdateRateMs()
524 if (shouldTimerBeRunning()) {
533 private boolean shouldTimerBeRunning() {
DComplicationSimpleWatchFaceService.java160 if (shouldTimerBeRunning()) {
731 if (shouldTimerBeRunning()) { in updateTimer()
740 private boolean shouldTimerBeRunning() { in shouldTimerBeRunning() method in ComplicationSimpleWatchFaceService.Engine