Searched refs:getAssistComponentForUser (Results 1 – 7 of 7) sorted by relevance
114 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 …]
174 public ComponentName getAssistComponentForUser(int userId) { in getAssistComponentForUser() method in AssistUtils
204 mAssistUtils.getAssistComponentForUser(KeyguardUpdateMonitor.getCurrentUser()); in handlesUnblocked()
466 return mAssistUtils.getAssistComponentForUser(userId); in getAssistInfoForUser()
468 final ComponentName cn = mAssistUtils.getAssistComponentForUser(userId); in getAssistant()
437 final ComponentName assistComponent = assistUtils.getAssistComponentForUser(userId); in getDefaultApplicationShortcuts()
19947 HSPLcom/android/internal/app/AssistUtils;->getAssistComponentForUser(I)Landroid/content/ComponentNa…