MCPcopy Create free account
hub / github.com/afkT/DevUtils / start

Method start

lib/DevApp/src/main/java/dev/utils/app/timer/DevTimer.java:289–294  ·  view source on GitHub ↗

运行定时器 @return DevTimer

()

Source from the content-addressed store, hash-verified

287 * @return {@link DevTimer}
288 */
289 public DevTimer start() {
290 // 标记状态 ( 不需要回收 )
291 mMarkSweep = false;
292 TimerManager.addContainsChecker(this);
293 return startTimer();
294 }
295
296 /**
297 * 关闭定时器

Callers 15

getMaxCpuFreqMethod · 0.45
getMinCpuFreqMethod · 0.45
getCMDOutputStringMethod · 0.45
clearMethod · 0.45
clearDueMethod · 0.45
clearTypeMethod · 0.45
onPreparedMethod · 0.45
startTimerMethod · 0.45
clearDiskCacheMethod · 0.45
MainViewModelClass · 0.45

Calls 2

addContainsCheckerMethod · 0.95
startTimerMethod · 0.95

Tested by

no test coverage detected