Searched refs:getAssistInfoForUser (Results 1 – 3 of 3) sorted by relevance
130 when(mAssistManager.getAssistInfoForUser(anyInt())).thenReturn(mAssistantComponent); in setup()161 verify(mAssistManager, times(1)).getAssistInfoForUser(anyInt()); in testSetupBarsRegistersListeners()
482 public ComponentName getAssistInfoForUser(int userId) { in getAssistInfoForUser() method in AssistManager488 return getAssistInfoForUser(KeyguardUpdateMonitor.getCurrentUser()); in getAssistInfo()
427 .getAssistInfoForUser(mUserTracker.getUserId()) != null; in updateAssistantAvailability()