Searched refs:mCurrentBehavior (Results 1 – 1 of 1) sorted by relevance
90 private AssistHandleBehavior mCurrentBehavior = AssistHandleBehavior.OFF; field in AssistHandleBehaviorController172 mBehaviorMap.get(mCurrentBehavior).onAssistantGesturePerformed(); in onAssistantGesturePerformed()177 mBehaviorMap.get(mCurrentBehavior).onAssistHandlesRequested(); in onAssistHandlesRequested()182 if (mCurrentBehavior == behavior) { in setBehavior()192 mBehaviorMap.get(mCurrentBehavior).onModeDeactivated(); in setBehavior()196 mCurrentBehavior = behavior; in setBehavior()280 mBehaviorMap.get(mCurrentBehavior).onModeActivated(mContext, /* callbacks = */ this); in handleNavigationModeChange()282 mBehaviorMap.get(mCurrentBehavior).onModeDeactivated(); in handleNavigationModeChange()325 pw.println(" mCurrentBehavior=" + mCurrentBehavior.toString()); in dump()326 mBehaviorMap.get(mCurrentBehavior).dump(pw, " "); in dump()