Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DMultiListLayout.java104 public void updateList() { in updateList() method in MultiListLayout
/frameworks/base/services/print/java/com/android/server/print/
DUserState.java1362 List<PrinterId> updateList = new ArrayList<PrinterId>(); in validatePrintersLocked() local
1367 if (updateList.isEmpty()) { in validatePrintersLocked()
1368 updateList.add(printerId); in validatePrintersLocked()
1372 updateList.add(printerId); in validatePrintersLocked()
1382 this, service, updateList)); in validatePrintersLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java2361 mGlobalActionsLayout.updateList();
2585 mGlobalActionsLayout.updateList();