Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/assist/
DAssistHandleBehaviorControllerTest.java114 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(COMPONENT_NAME); in hide_hidesHandlesWhenShowing()
129 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(COMPONENT_NAME); in hide_doesNothingWhenHiding()
143 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(COMPONENT_NAME); in showAndStay_showsHandlesWhenHiding()
158 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(COMPONENT_NAME); in showAndStay_doesNothingWhenShowing()
172 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(null); in showAndStay_doesNothingWhenThereIsNoAssistant()
186 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(COMPONENT_NAME); in showAndGo_showsThenHidesHandlesWhenHiding()
203 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(COMPONENT_NAME); in showAndGo_hidesHandlesAfterTimeoutWhenShowing()
218 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(COMPONENT_NAME); in showAndGo_doesNothingIfRecentlyHidden()
235 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(null); in showAndGo_doesNothingWhenThereIsNoAssistant()
249 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(COMPONENT_NAME); in showAndGoDelayed_showsThenHidesHandlesWhenHiding()
[all …]
/frameworks/base/core/java/com/android/internal/app/
DAssistUtils.java174 public ComponentName getAssistComponentForUser(int userId) { in getAssistComponentForUser() method in AssistUtils
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistHandleBehaviorController.java204 mAssistUtils.getAssistComponentForUser(KeyguardUpdateMonitor.getCurrentUser()); in handlesUnblocked()
DAssistManager.java466 return mAssistUtils.getAssistComponentForUser(userId); in getAssistInfoForUser()
/frameworks/base/services/core/java/com/android/server/slice/
DSliceManagerService.java468 final ComponentName cn = mAssistUtils.getAssistComponentForUser(userId); in getAssistant()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcuts.java437 final ComponentName assistComponent = assistUtils.getAssistComponentForUser(userId); in getDefaultApplicationShortcuts()
/frameworks/base/config/
Dboot-image-profile.txt19947 HSPLcom/android/internal/app/AssistUtils;->getAssistComponentForUser(I)Landroid/content/ComponentNa…