Home | History | Annotate | Download | only in phone

Lines Matching refs:ready

2629             // ready to unhide
4294 public void startDozing(@NonNull Runnable ready) {
4295 mHandler.obtainMessage(H.MSG_START_DOZING, ready).sendToTarget();
4318 private void handleStartDozing(@NonNull Runnable ready) {
4324 ready.run();