Searched refs:getRemovedProfiles (Results 1 – 4 of 4) sorted by relevance
67 for (LocalBluetoothProfile removedProfile : getCachedDevice().getRemovedProfiles()) { in updateState()
285 for (LocalBluetoothProfile removedProfile : mCachedDevice.getRemovedProfiles()) { in refresh()
131 when(mCachedDevice.getRemovedProfiles()).thenReturn(Collections.singletonList(profile1)); in refreshUi_removesRemovedProfiles()
774 public List<LocalBluetoothProfile> getRemovedProfiles() { in getRemovedProfiles() method in CachedBluetoothDevice