Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java79 private OppProfile mOppProfile;
169 mOppProfile = new OppProfile(); in updateLocalProfiles()
171 mProfileNameMap.put(OppProfile.NAME, mOppProfile); in updateLocalProfiles()
DOppProfile.java28 final class OppProfile implements LocalBluetoothProfile { class