Searched refs:startAssistant (Results 1 – 4 of 4) sorted by relevance
136 verify(mockSystemUiProxy, times(1)).startAssistant(any()); in testLongPressHome_enabled_withoutOverride()146 verify(mockSystemUiProxy, never()).startAssistant(any()); in testLongPressHome_enabled_withOverride()156 verify(mockSystemUiProxy, never()).startAssistant(any()); in testLongPressHome_disabled_withoutOverride()166 verify(mockSystemUiProxy, never()).startAssistant(any()); in testLongPressHome_disabled_withOverride()238 verify(mockSystemUiProxy, times(0)).startAssistant(any()); in testLongPressHomeScreenPinned()
322 mSystemUiProxy.startAssistant(args); in onLongPressHome()
250 SystemUiProxy.INSTANCE.get(mContext).startAssistant(args); in startAssistantInternal()
433 public void startAssistant(Bundle args) { in startAssistant() method in SystemUiProxy436 mSystemUiProxy.startAssistant(args); in startAssistant()