Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpControllerClasses.java313 ArrayList<PlayerApplicationSettings> mPlayerAppSetting; field in PlayerInfo
318 mPlayerAppSetting = new ArrayList<PlayerApplicationSettings>(); in resetPlayer()
335 mPlayerAppSetting.add(plAppSetting); in setSupportedPlayerAppSetting()
342 if(mPlayerAppSetting.isEmpty()) in updatePlayerAppSetting()
346 for(PlayerApplicationSettings plAppSetting: mPlayerAppSetting) { in updatePlayerAppSetting()
359 for(PlayerApplicationSettings plAppSetting: mPlayerAppSetting) { in getSupportedPlayerAppSetting()
377 for(PlayerApplicationSettings plAppSetting: mPlayerAppSetting) { in getSupportedPlayerAppSetting()
404 for(PlayerApplicationSettings plAppSetting: mPlayerAppSetting) { in getCurrentPlayerAppSettingValue()
419 for(PlayerApplicationSettings plAppSetting: mPlayerAppSetting) { in isPlayerAppSettingSupported()