Searched refs:mRemovedProfiles (Results 1 – 1 of 1) sorted by relevance
119 private final Collection<LocalBluetoothProfile> mRemovedProfiles = new CopyOnWriteArrayList<>(); field in CachedBluetoothDevice290 mRemovedProfiles.remove(profile); in onProfileStateChanged()310 mRemovedProfiles.add(profile); in onProfileStateChanged()925 mProfileManager.updateProfiles(uuids, localUuids, mProfiles, mRemovedProfiles, in updateProfiles()1047 return new ArrayList<>(mRemovedProfiles); in getRemovedProfiles()