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