Searched refs:updateProfiles (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/profiles/ |
H A D | ProfileGridRecyclerView.java | 223 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 D | CachedBluetoothDevice.java | 429 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 D | LocalBluetoothProfileManager.java | 467 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 D | LocalBluetoothProfileManagerTest.java | 140 mProfileManager.updateProfiles(uuids, localUuids, profiles, removedProfiles, false, in updateProfiles_addHidProfileForRemoteDevice()
|