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.java92 private HashMap<String, NotificationItem> mNotifications;
109 static class NotificationItem { class in BluetoothOppNotification
137 mNotifications = new HashMap<String, NotificationItem>(); in BluetoothOppNotification()
264 NotificationItem item = new NotificationItem(); in updateActiveNotification()
290 for (NotificationItem item : mNotifications.values()) { in updateActiveNotification()