Searched refs:mTmpChildOrderMap (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java772 private HashMap<ExpandableNotificationRow, List<ExpandableNotificationRow>> mTmpChildOrderMap field in class:StatusBar
1960 mTmpChildOrderMap.get(summary);
1963 mTmpChildOrderMap.put(summary, orderedChildren);
2031 mTmpChildOrderMap.clear();
2085 List<ExpandableNotificationRow> orderedChildren = mTmpChildOrderMap.get(parent);
2124 List<ExpandableNotificationRow> orderedChildren = mTmpChildOrderMap.get(parent);

Completed in 615 milliseconds