Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowVoiceInteractionServiceInfo.java33 private static Map<ServiceInfo, String> sRecognitionServiceMap = new HashMap<>(); field in ShadowVoiceInteractionServiceInfo
47 sRecognitionServiceMap.put(si, recognitionService); in setRecognitionService()
61 return sRecognitionServiceMap.get(mServiceInfo); in getRecognitionService()
77 sRecognitionServiceMap.clear(); in reset()