Home
last modified time | relevance | path

Searched refs:updateList (Results 1 – 14 of 14) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DAppsRowManagerTest.java86 final List<AppsRowItemData> chipDataList = mAppsRowManager.updateList(rootList); in testUpdateList_byRootItem()
105 final List<AppsRowItemData> chipDataList = mAppsRowManager.updateList(hybridList); in testUpdateList_byHybridItem()
122 mAppsRowManager.updateList(rootList); in testUpdateView_matchedState_showRow()
135 mAppsRowManager.updateList(rootList); in testUpdateView_notInRecent_hideRow()
151 mAppsRowManager.updateList(rootList); in testUpdateView_notHandledAction_hideRow()
164 mAppsRowManager.updateList(rootList); in testUpdateView_noItems_hideRow()
/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/
DBluetoothPairListLiveData.java46 updateList();
60 updateList(); in onActive()
72 private void updateList() { in updateList() method in BluetoothPairListLiveData
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/specialaccess/financialapps/
DFinancialAppsController.java66 updateList(); in updateState()
69 private void updateList() { in updateList() method in FinancialAppsController
136 updateList(); in onPackageListChanged()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/deviceadmin/
DDeviceAdminListPreferenceController.java88 updateList();
142 updateList(); in updateState()
151 void updateList() { in updateList() method in DeviceAdminListPreferenceController
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/specialaccess/deviceadmin/
DDeviceAdminListPreferenceController.java88 updateList();
142 updateList(); in updateState()
151 void updateList() { in updateList() method in DeviceAdminListPreferenceController
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/
DContextualCardManager.java158 public void onContextualCardUpdated(Map<Integer, List<ContextualCard>> updateList) { in onContextualCardUpdated() argument
159 final Set<Integer> cardTypes = updateList.keySet(); in onContextualCardUpdated()
186 updateList.values().stream().flatMap(List::stream).collect(Collectors.toList())); in onContextualCardUpdated()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
DNotificationAccess.java81 mServiceListing.addCallback(this::updateList); in onCreate()
102 private void updateList(List<ServiceInfo> services) { in updateList() method in NotificationAccess
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DContextualCardManager.java166 public void onContextualCardUpdated(Map<Integer, List<ContextualCard>> updateList) { in onContextualCardUpdated() argument
167 final Set<Integer> cardTypes = updateList.keySet(); in onContextualCardUpdated()
194 updateList.values().stream().flatMap(List::stream).collect(Collectors.toList())); in onContextualCardUpdated()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAddAccessoryPreferenceFragment.java73 updateList(activity.getBluetoothDevices(), activity.getCurrentTargetAddress(), in onCreatePreferences()
77 public void updateList(List<BluetoothDevice> devices, String currentTargetAddress, in updateList() method in AddAccessoryPreferenceFragment
DAddAccessoryActivity.java383 mPreferenceFragment.updateList(mBluetoothDevices, mCurrentTargetAddress, in updateView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/utils/
DManagedServiceSettings.java81 mServiceListing.addCallback(this::updateList); in onCreate()
108 private void updateList(List<ServiceInfo> services) { in updateList() method in ManagedServiceSettings
/packages/apps/Settings/src/com/android/settings/utils/
DManagedServiceSettings.java81 mServiceListing.addCallback(this::updateList); in onCreate()
108 private void updateList(List<ServiceInfo> services) { in updateList() method in ManagedServiceSettings
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DAppsRowManager.java51 public List<AppsRowItemData> updateList(List<Item> itemList) { in updateList() method in AppsRowManager
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootsFragment.java253 mInjector.appsRowManager.updateList(mApplicationItemList); in onActivityCreated()