Searched refs:mShowAndGo (Results 1 – 1 of 1) sorted by relevance
69 private final Runnable mShowAndGo = this::showAndGoInternal; field in AssistHandleBehaviorController142 mHandler.post(mShowAndGo); in showAndGo()156 mHandler.postDelayed(mShowAndGo, delayMs); in showAndGoDelayed()273 mHandler.removeCallbacks(mShowAndGo); in clearPendingCommands()