Searched defs:stopTimer (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DCircularProgressLayoutController.java79 stopTimer();
94 void stopTimer() { method in class:CircularProgressLayoutController
107 stopTimer(); // Stop the previous timer if there is one
H A DCircularProgressLayout.java47 * #stopTimer()} method.
285 public void stopTimer() { method in class:CircularProgressLayout
286 mController.stopTimer();
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/systemalarm/
H A DWorkTimer.java64 stopTimer(workSpecId);
72 void stopTimer(@NonNull final String workSpecId) { method in class:WorkTimer
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DPerfMeasurement.java42 * mPerfMeasurement.stopTimer();
154 * so {@link #stopTimer} must be called before the next call to this method.</p>
175 public void stopTimer() { method in class:PerfMeasurement
215 * will only be available some time after the {@link #stopTimer} call is made. Poll this method

Completed in 69 milliseconds