Searched refs:EVENT_NR_TIMER_WATCHDOG (Results 1 – 3 of 3) sorted by relevance
113 public static final int EVENT_NR_TIMER_WATCHDOG = BASE + 53; field in DctConstants
3880 case DctConstants.EVENT_NR_TIMER_WATCHDOG: in handleMessage()5009 sendMessageDelayed(obtainMessage(DctConstants.EVENT_NR_TIMER_WATCHDOG), mWatchdogTimeMs); in startWatchdogAlarm()5014 removeMessages(DctConstants.EVENT_NR_TIMER_WATCHDOG); in stopWatchdogAlarm()
1880 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_NR_TIMER_WATCHDOG)); in testReevaluateUnmeteredConnectionsOnWatchdog()