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