Home | History | Annotate | Download | only in usb

Lines Matching refs:UPDATE_DELAY

161     private static final int UPDATE_DELAY = 1000;
608 sendMessageDelayed(msg, (connected == 0) ? UPDATE_DELAY : 0);
623 sendMessageDelayed(msg, UPDATE_DELAY);