Searched refs:mCurrentBehavior (Results 1 – 1 of 1) sorted by relevance
81 private AssistHandleBehavior mCurrentBehavior = AssistHandleBehavior.OFF; field in AssistHandleBehaviorController170 mBehaviorMap.get(mCurrentBehavior).onAssistantGesturePerformed(); in onAssistantGesturePerformed()174 if (mCurrentBehavior == behavior) { in setBehavior()184 mBehaviorMap.get(mCurrentBehavior).onModeDeactivated(); in setBehavior()188 mCurrentBehavior = behavior; in setBehavior()264 mBehaviorMap.get(mCurrentBehavior).onModeActivated(mContext, /* callbacks = */ this); in handleNavigationModeChange()266 mBehaviorMap.get(mCurrentBehavior).onModeDeactivated(); in handleNavigationModeChange()303 pw.println(" mCurrentBehavior=" + mCurrentBehavior.toString()); in dump()304 mBehaviorMap.get(mCurrentBehavior).dump(pw, " "); in dump()