Searched refs:sSupportedCodecTypes (Results 1 – 1 of 1) sorted by relevance
51 private static BluetoothCodecType[] sSupportedCodecTypes; field in A2dpNativeInterface106 if (sSupportedCodecTypes == null) { in getSupportedCodecTypes()107 sSupportedCodecTypes = getSupportedCodecTypesNative(); in getSupportedCodecTypes()109 return Arrays.asList(sSupportedCodecTypes); in getSupportedCodecTypes()