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.java97 private OppProfile mOppProfile; field in LocalBluetoothProfileManager
172 if (mOppProfile == null && supportedList.contains(BluetoothProfile.OPP)) { in updateLocalProfiles()
174 mOppProfile = new OppProfile(); in updateLocalProfiles()
176 mProfileNameMap.put(OppProfile.NAME, mOppProfile); in updateLocalProfiles()
502 if (ArrayUtils.contains(uuids, BluetoothUuid.OBEX_OBJECT_PUSH) && mOppProfile != null) { in updateProfiles()
503 profiles.add(mOppProfile); in updateProfiles()
504 removedProfiles.remove(mOppProfile); in updateProfiles()