HomeSort by relevance Sort by last modified time
    Searched refs:OppProfile (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
OppProfile.java 26 * OppProfile handles Bluetooth OPP.
28 final class OppProfile implements LocalBluetoothProfile {
LocalBluetoothProfileManager.java 83 private OppProfile mOppProfile;
167 mOppProfile = new OppProfile();
169 mProfileNameMap.put(OppProfile.NAME, mOppProfile);

Completed in 82 milliseconds