Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java100 private PbapServerProfile mPbapProfile; field in LocalBluetoothProfileManager
203 if (mPbapProfile == null && supportedList.contains(BluetoothProfile.PBAP)) { in updateLocalProfiles()
205 mPbapProfile = new PbapServerProfile(mContext); in updateLocalProfiles()
206 addProfile(mPbapProfile, PbapServerProfile.NAME, in updateLocalProfiles()
424 return mPbapProfile; in getPbapProfile()
534 if ((mPbapProfile != null) && in updateProfiles()
535 (mPbapProfile.getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED)) { in updateProfiles()
536 profiles.add(mPbapProfile); in updateProfiles()
537 removedProfiles.remove(mPbapProfile); in updateProfiles()
538 mPbapProfile.setEnabled(device, true); in updateProfiles()