Searched refs:sDeviceTypeStrings (Results 1 – 1 of 1) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/ |
D | AudioDeviceUtils.java | 41 private static final HashMap<Integer, String> sDeviceTypeStrings = field in AudioDeviceUtils 45 sDeviceTypeStrings.put(AudioDeviceInfo.TYPE_UNKNOWN, "UNKNOWN"); in initDeviceTypeStrings() 46 sDeviceTypeStrings.put(AudioDeviceInfo.TYPE_BUILTIN_EARPIECE, "BUILTIN_EARPIECE"); in initDeviceTypeStrings() 47 sDeviceTypeStrings.put(AudioDeviceInfo.TYPE_BUILTIN_SPEAKER, "BUILTIN_SPEAKER"); in initDeviceTypeStrings() 48 sDeviceTypeStrings.put(AudioDeviceInfo.TYPE_WIRED_HEADSET, "WIRED_HEADSET"); in initDeviceTypeStrings() 49 sDeviceTypeStrings.put(AudioDeviceInfo.TYPE_WIRED_HEADPHONES, "WIRED_HEADPHONES"); in initDeviceTypeStrings() 50 sDeviceTypeStrings.put(AudioDeviceInfo.TYPE_LINE_ANALOG, "LINE_ANALOG"); in initDeviceTypeStrings() 51 sDeviceTypeStrings.put(AudioDeviceInfo.TYPE_LINE_DIGITAL, "LINE_DIGITAL"); in initDeviceTypeStrings() 52 sDeviceTypeStrings.put(AudioDeviceInfo.TYPE_BLUETOOTH_SCO, "BLUETOOTH_SCO"); in initDeviceTypeStrings() 53 sDeviceTypeStrings.put(AudioDeviceInfo.TYPE_BLUETOOTH_A2DP, "BLUETOOTH_A2DP"); in initDeviceTypeStrings() [all …]
|