Searched refs:mRemovedProfiles (Results 1 – 1 of 1) sorted by relevance
84 private final Collection<LocalBluetoothProfile> mRemovedProfiles = new CopyOnWriteArrayList<>(); field in CachedBluetoothDevice223 mRemovedProfiles.remove(profile); in onProfileStateChanged()239 mRemovedProfiles.add(profile); in onProfileStateChanged()671 mProfileManager.updateProfiles(uuids, localUuids, mProfiles, mRemovedProfiles, in updateProfiles()773 return new ArrayList<>(mRemovedProfiles); in getRemovedProfiles()