HomeSort by relevance Sort by last modified time
    Searched defs:NotificationItem (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/message_center/
notification.cc 17 NotificationItem::NotificationItem(const string16& title,
notification.h 22 struct MESSAGE_CENTER_EXPORT NotificationItem {
26 NotificationItem(const string16& title, const string16& message);
48 std::vector<NotificationItem> items;
118 const std::vector<NotificationItem>& items() const {
121 void set_items(const std::vector<NotificationItem>& items) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 92 private HashMap<String, NotificationItem> mNotifications;
109 static class NotificationItem {
137 mNotifications = new HashMap<String, NotificationItem>();
264 NotificationItem item = new NotificationItem();
290 for (NotificationItem item : mNotifications.values()) {

Completed in 180 milliseconds