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.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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java2575 mGlobalActionsLayout.updateList();
2778 mGlobalActionsLayout.updateList();