Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DGlobalActionsLayoutTest.java156 mLayout.updateList(); in testOnUpdateList_noAdapter()
163 mLayout.updateList(); in testOnUpdateList_noItems()
184 mLayout.updateList(); in testOnUpdateList_oneSeparatedOneList()
205 mLayout.updateList(); in testOnUpdateList_twoSeparatedItems()
231 mLayout.updateList(); in testOnUpdateList_twoSeparatedItems_reverse()
262 mLayout.updateList(); in testOnUpdateList_fourInList()
294 mLayout.updateList(); in testOnUpdateList_fourInList_reverse()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DMultiListLayout.java104 public void updateList() { in updateList() method in MultiListLayout
/aosp14/frameworks/base/services/print/java/com/android/server/print/
H A DUserState.java1375 List<PrinterId> updateList = new ArrayList<PrinterId>(); in validatePrintersLocked() local
1380 if (updateList.isEmpty()) { in validatePrintersLocked()
1381 updateList.add(printerId); in validatePrintersLocked()
1385 updateList.add(printerId); in validatePrintersLocked()
1395 this, service, updateList)); in validatePrintersLocked()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java2497 mGlobalActionsLayout.updateList();
2700 mGlobalActionsLayout.updateList();