Home
last modified time | relevance | path

Searched refs:updateProfiles (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
H A DProfileGridRecyclerView.java223 mAdapter.updateProfiles(createProfileRecords(getProfilesForProfileGrid())); in onProfilesUpdate()
289 updateProfiles(profiles); in ProfileAdapter()
307 public void updateProfiles(List<ProfileRecord> profiles) { in updateProfiles() method in ProfileGridRecyclerView.ProfileAdapter
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java429 updateProfiles(); in fillData()
660 private boolean updateProfiles() { in updateProfiles() method in CachedBluetoothDevice
673 mProfileManager.updateProfiles(uuids, localUuids, mProfiles, mRemovedProfiles, in updateProfiles()
709 updateProfiles(); in onUuidChanged()
H A DLocalBluetoothProfileManager.java467 synchronized void updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids, in updateProfiles() method in LocalBluetoothProfileManager
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManagerTest.java140 mProfileManager.updateProfiles(uuids, localUuids, profiles, removedProfiles, false, in updateProfiles_addHidProfileForRemoteDevice()