Home
last modified time | relevance | path

Searched refs:mVoice (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/
DAccessibilityShortcutControllerTest.java136 private @Mock Voice mVoice; field in AccessibilityShortcutControllerTest
220 when(mTextToSpeech.getVoice()).thenReturn(mVoice); in setUp()
820 doReturn(features, Collections.emptySet()).when(mVoice).getFeatures(); in testOnAccessibilityShortcut_showsWarningDialog_ttsLongTimeInit_retrySpoken()
/frameworks/av/media/audioaidlconversion/
DAidlConversionCppNdk.cpp859 static const ReverseMap mVoice = make_ReverseMap(getVoiceAudioChannelPairs()); in aidl2legacy_AudioChannelLayout_audio_channel_mask_t() local
905 return convert(aidl, mVoice, __func__, "voice"); in aidl2legacy_AudioChannelLayout_audio_channel_mask_t()