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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DOppProfile.java26 * OppProfile handles Bluetooth OPP.
28 final class OppProfile implements LocalBluetoothProfile { class in inherits:LocalBluetoothProfile
H A DLocalBluetoothProfileManager.java85 private OppProfile mOppProfile;
206 mOppProfile = new OppProfile();
208 mProfileNameMap.put(OppProfile.NAME, mOppProfile);

Completed in 154 milliseconds