Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java103 private OppProfile mOppProfile; field in LocalBluetoothProfileManager
182 if (mOppProfile == null && supportedList.contains(BluetoothProfile.OPP)) { in updateLocalProfiles()
184 mOppProfile = new OppProfile(); in updateLocalProfiles()
186 mProfileNameMap.put(OppProfile.NAME, mOppProfile); in updateLocalProfiles()
656 if (ArrayUtils.contains(uuids, BluetoothUuid.OBEX_OBJECT_PUSH) && mOppProfile != null) { in updateProfiles()
657 profiles.add(mOppProfile); in updateProfiles()
658 removedProfiles.remove(mOppProfile); in updateProfiles()