Searched refs:mCurrentBehavior (Results 1 – 1 of 1) sorted by relevance
85 private AssistHandleBehavior mCurrentBehavior = AssistHandleBehavior.OFF; field in AssistHandleBehaviorController165 mBehaviorMap.get(mCurrentBehavior).onAssistantGesturePerformed(); in onAssistantGesturePerformed()170 mBehaviorMap.get(mCurrentBehavior).onAssistHandlesRequested(); in onAssistHandlesRequested()175 if (mCurrentBehavior == behavior) { in setBehavior()185 mBehaviorMap.get(mCurrentBehavior).onModeDeactivated(); in setBehavior()189 mCurrentBehavior = behavior; in setBehavior()265 mBehaviorMap.get(mCurrentBehavior).onModeActivated(mContext, /* callbacks = */ this); in handleNavigationModeChange()267 mBehaviorMap.get(mCurrentBehavior).onModeDeactivated(); in handleNavigationModeChange()305 pw.println(" mCurrentBehavior=" + mCurrentBehavior.toString()); in dump()306 mBehaviorMap.get(mCurrentBehavior).dump(pw, " "); in dump()