Home | History | Annotate | Download | only in command

Lines Matching refs:delayTime

1282      * @param delayTime the time in ms to delay before adding command to queue
1286 long delayTime) {
1290 if (delayTime > 0) {
1304 mCommandTimer.schedule(delayCommand, delayTime, TimeUnit.MILLISECONDS);