Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpNativeInterface.java51 private static BluetoothCodecType[] sSupportedCodecTypes; field in A2dpNativeInterface
106 if (sSupportedCodecTypes == null) { in getSupportedCodecTypes()
107 sSupportedCodecTypes = getSupportedCodecTypesNative(); in getSupportedCodecTypes()
109 return Arrays.asList(sSupportedCodecTypes); in getSupportedCodecTypes()