Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java102 private SapProfile mSapProfile; field in LocalBluetoothProfileManager
215 if (mSapProfile == null && supportedList.contains(BluetoothProfile.SAP)) { in updateLocalProfiles()
219 mSapProfile = new SapProfile(mContext, mDeviceManager, this); in updateLocalProfiles()
220 addProfile(mSapProfile, SapProfile.NAME, BluetoothSap.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
557 if (mSapProfile != null && ArrayUtils.contains(uuids, BluetoothUuid.SAP)) { in updateProfiles()
558 profiles.add(mSapProfile); in updateProfiles()
559 removedProfiles.remove(mSapProfile); in updateProfiles()