Home
last modified time | relevance | path

Searched refs:mCurrentBehavior (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistHandleBehaviorController.java81 private AssistHandleBehavior mCurrentBehavior = AssistHandleBehavior.OFF; field in AssistHandleBehaviorController
170 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()