Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockVoiceService.java394 MockCallStateTimerTask timerTask = new MockCallStateTimerTask(timer, callId, event); in addCallStateTimerTask() local
395 if (timer != null && timerTask != null) { in addCallStateTimerTask()
396 timer.schedule(timerTask, duration); in addCallStateTimerTask()