Searched refs:getInfoForComponent (Results 1 – 5 of 5) sorted by relevance
182 when(mMockVoiceInputInfoProvider.getInfoForComponent(any())) in getCurrentDefaultAppInfo_providerHasCurrentService_returnsValidDefaultAppInfo()190 when(mMockVoiceInputInfoProvider.getInfoForComponent(any())).thenReturn(null); in getCurrentDefaultAppInfo_providerHasNoService_returnsNull()
213 when(mMockVoiceInputInfoProvider.getInfoForComponent(any())) in setCurrentDefault_typeVoiceInteractionInfo_setsServices()229 when(mMockVoiceInputInfoProvider.getInfoForComponent(any())) in setCurrentDefault_typeVoiceRecognitionInfo_setsRecognitionService()
103 VoiceInputInfoProvider.VoiceInputInfo info = mVoiceInputInfoProvider.getInfoForComponent( in getCurrentDefaultAppInfo()
103 VoiceInputInfoProvider.VoiceInputInfo info = mVoiceInputInfoProvider.getInfoForComponent( in setCurrentDefault()
101 public VoiceInputInfo getInfoForComponent(ComponentName key) { in getInfoForComponent() method in VoiceInputInfoProvider