OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNotifications
(Results
1 - 5
of
5
) sorted by null
/external/webkit/WebKit/android/jni/
WebIconDatabase.h
66
Vector<WebCore::String>
mNotifications
;
WebIconDatabase.cpp
70
mNotifications
.append(pageURL);
117
queue.swap(
mNotifications
);
/frameworks/base/services/java/com/android/server/
StatusBarManagerService.java
64
HashMap<IBinder,StatusBarNotification>
mNotifications
271
synchronized (
mNotifications
) {
272
for (Map.Entry<IBinder,StatusBarNotification> e:
mNotifications
.entrySet()) {
314
synchronized (
mNotifications
) {
316
mNotifications
.put(key, notification);
328
synchronized (
mNotifications
) {
329
if (!
mNotifications
.containsKey(key)) {
332
mNotifications
.put(key, notification);
343
synchronized (
mNotifications
) {
344
final StatusBarNotification n =
mNotifications
.remove(key)
[
all
...]
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java
42
HashMap <String, NotificationItem>
mNotifications
;
101
mNotifications
= new HashMap<String, NotificationItem>();
114
mNotifications
.clear();
130
if (
mNotifications
.containsKey(packageName)) {
131
item =
mNotifications
.get(packageName);
139
mNotifications
.put(packageName, item);
149
for (NotificationItem item :
mNotifications
.values()) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java
88
private HashMap<String, NotificationItem>
mNotifications
;
127
mNotifications
= new HashMap<String, NotificationItem>();
227
mNotifications
.clear();
246
if (
mNotifications
.containsKey(batchID)) {
264
mNotifications
.put(batchID, item);
273
for (NotificationItem item :
mNotifications
.values()) {
Completed in 508 milliseconds