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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java736 private HashMap<ExpandableNotificationRow, List<ExpandableNotificationRow>> mTmpChildOrderMap field in class:StatusBar
1877 mTmpChildOrderMap.get(summary);
1880 mTmpChildOrderMap.put(summary, orderedChildren);
1948 mTmpChildOrderMap.clear();
2002 List<ExpandableNotificationRow> orderedChildren = mTmpChildOrderMap.get(parent);
2041 List<ExpandableNotificationRow> orderedChildren = mTmpChildOrderMap.get(parent);

Completed in 45 milliseconds