Searched refs:startAssistant (Results 1 – 9 of 9) sorted by relevance
108 startAssistant(); in onButtonLongClick()197 private void startAssistant() { in startAssistant() method in TaskbarNavButtonController203 mSystemUiProxy.startAssistant(args); in startAssistant()
85 verify(mockSystemUiProxy, times(1)).startAssistant(any()); in testLongPressHome()157 verify(mockSystemUiProxy, times(0)).startAssistant(any()); in testLongPressHomeScreenPinned()
287 startAssistant(new PointF()); in updateAssistantProgress()294 private void startAssistant(PointF velocity) { in startAssistant() method in NavBarGestureHandler342 startAssistant(velocity); in onFling()
79 void startAssistant(in Bundle bundle) = 13;
328 public void startAssistant(Bundle args) { in startAssistant() method in SystemUiProxy331 mSystemUiProxy.startAssistant(args); in startAssistant()
232 public void startAssistant(Bundle bundle) { in startAssistant() method in NavBarHelper
351 public void startAssistant(Bundle bundle) {
327 public void startAssistant(Bundle bundle) {896 mConnectionCallbacks.get(i).startAssistant(bundle); in notifyStartAssistant()1056 default void startAssistant(Bundle bundle) {} in startAssistant() method
250 SystemUiProxy.INSTANCE.get(mContext).startAssistant(args); in startAssistantInternal()