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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java100 private HashMap<String, NotificationItem> mNotifications;
118 static class NotificationItem { class in class:BluetoothOppNotification
151 mNotifications = new HashMap<String, NotificationItem>();
280 NotificationItem item = new NotificationItem();
306 for (NotificationItem item : mNotifications.values()) {

Completed in 65 milliseconds