Searched defs:mTmpChildOrderMap (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java643 private HashMap<ExpandableNotificationRow, List<ExpandableNotificationRow>> mTmpChildOrderMap field in class:PhoneStatusBar
1654 mTmpChildOrderMap.get(summary);
1657 mTmpChildOrderMap.put(summary, orderedChildren);
1719 mTmpChildOrderMap.clear();
1755 List<ExpandableNotificationRow> orderedChildren = mTmpChildOrderMap.get(parent);
1786 List<ExpandableNotificationRow> orderedChildren = mTmpChildOrderMap.get(parent);

Completed in 18 milliseconds