Searched defs:mPbapProfile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java90 private final PbapServerProfile mPbapProfile; field in class:LocalBluetoothProfileManager
145 mPbapProfile = new PbapServerProfile(context);
405 return mPbapProfile;
506 profiles.remove(mPbapProfile);
507 removedProfiles.add(mPbapProfile);

Completed in 449 milliseconds