Searched refs:mRemovedProfiles (Results 1 – 1 of 1) sorted by relevance
93 private final Collection<LocalBluetoothProfile> mRemovedProfiles = new CopyOnWriteArrayList<>(); field in CachedBluetoothDevice262 mRemovedProfiles.remove(profile); in onProfileStateChanged()278 mRemovedProfiles.add(profile); in onProfileStateChanged()836 mProfileManager.updateProfiles(uuids, localUuids, mProfiles, mRemovedProfiles, in updateProfiles()954 return new ArrayList<>(mRemovedProfiles); in getRemovedProfiles()