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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java33 public class NotificationData { class
60 return NotificationData.getIsExpandable(row);
66 return NotificationData.getUserExpanded(row);
72 return NotificationData.setUserExpanded(row, userExpanded);
78 return NotificationData.getUserLocked(row);
84 return NotificationData.setUserLocked(row, userLocked);

Completed in 77 milliseconds