/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/ |
D | AppsRowManagerTest.java | 86 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/ |
D | BluetoothPairListLiveData.java | 46 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/ |
D | FinancialAppsController.java | 66 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/ |
D | DeviceAdminListPreferenceController.java | 88 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/ |
D | DeviceAdminListPreferenceController.java | 88 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/ |
D | ContextualCardManager.java | 158 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/ |
D | NotificationAccess.java | 81 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/ |
D | ContextualCardManager.java | 166 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/ |
D | AddAccessoryPreferenceFragment.java | 73 updateList(activity.getBluetoothDevices(), activity.getCurrentTargetAddress(), in onCreatePreferences() 77 public void updateList(List<BluetoothDevice> devices, String currentTargetAddress, in updateList() method in AddAccessoryPreferenceFragment
|
D | AddAccessoryActivity.java | 383 mPreferenceFragment.updateList(mBluetoothDevices, mCurrentTargetAddress, in updateView()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/utils/ |
D | ManagedServiceSettings.java | 81 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/ |
D | ManagedServiceSettings.java | 81 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/ |
D | AppsRowManager.java | 51 public List<AppsRowItemData> updateList(List<Item> itemList) { in updateList() method in AppsRowManager
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | RootsFragment.java | 253 mInjector.appsRowManager.updateList(mApplicationItemList); in onActivityCreated()
|