Home
last modified time | relevance | path

Searched refs:NotificationItem (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java105 private HashMap<String, NotificationItem> mNotifications;
124 static class NotificationItem { class in BluetoothOppNotification
158 mNotifications = new HashMap<String, NotificationItem>(); in BluetoothOppNotification()
301 NotificationItem item = new NotificationItem(); in updateActiveNotification()
331 for (NotificationItem item : mNotifications.values()) { in updateActiveNotification()