Searched refs:mTmpChildOrderMap (Results 1 – 1 of 1) sorted by relevance
581 private HashMap<ExpandableNotificationRow, List<ExpandableNotificationRow>> mTmpChildOrderMap field in PhoneStatusBar1289 mTmpChildOrderMap.get(summary); in updateNotificationShade()1292 mTmpChildOrderMap.put(summary, orderedChildren); in updateNotificationShade()1344 mTmpChildOrderMap.clear(); in updateNotificationShade()1380 List<ExpandableNotificationRow> orderedChildren = mTmpChildOrderMap.get(parent); in updateNotificationShadeForChildren()