Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DPlayerApplicationSettings.java71 PlayerApplicationSettings newObj = new PlayerApplicationSettings(); in makeSupportedSettings() local
83 newObj.mSupportedValues.put(attrId, supportedValues); in makeSupportedSettings()
88 return newObj; in makeSupportedSettings()
92 PlayerApplicationSettings newObj = new PlayerApplicationSettings(); in makeSettings() local
97 newObj.mSettings.put(attrId, in makeSettings()
103 return newObj; in makeSettings()