Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java142 private final HashMap<String, NotificationItem> mNotifications = new HashMap<>();
168 static class NotificationItem { class in BluetoothOppNotification
340 NotificationItem item = new NotificationItem(); in updateActiveNotification()
374 for (NotificationItem item : mNotifications.values()) { in updateActiveNotification()