Searched refs:mSupportedProfiles (Results 1 – 4 of 4) sorted by relevance
32 private List<Integer> mSupportedProfiles = new ArrayList<>(); field in ShadowBluetoothAdapter37 return mSupportedProfiles; in getSupportedProfiles()41 mSupportedProfiles.add(profile); in addSupportedProfiles()45 mSupportedProfiles.clear(); in clearSupportedProfiles()
37 private List<Integer> mSupportedProfiles; field in ShadowBluetoothAdapter55 return mSupportedProfiles; in getSupportedProfiles()59 mSupportedProfiles = supportedProfiles; in setSupportedProfiles()
229 mSupportedProfiles.clear(); in refreshAudioProfiles()232 mSupportedProfiles = itemAt(0)->getAudioProfiles(); in refreshAudioProfiles()234 mSupportedProfiles = intersectAudioProfiles( in refreshAudioProfiles()235 mSupportedProfiles, itemAt(i)->getAudioProfiles()); in refreshAudioProfiles()
279 const AudioProfileVector& getSupportedProfiles() { return mSupportedProfiles; }293 AudioProfileVector mSupportedProfiles;