OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notificationKeys
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/com/android/internal/statusbar/
IStatusBarService.aidl
39
out List<IBinder>
notificationKeys
, out List<StatusBarNotification> notifications,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBar.java
68
ArrayList<IBinder>
notificationKeys
= new ArrayList<IBinder>();
76
mBarService.registerStatusBar(mCommandQueue, iconList,
notificationKeys
, notifications,
101
N =
notificationKeys
.size();
104
addNotification(
notificationKeys
.get(i), notifications.get(i));
/frameworks/base/services/java/com/android/server/
StatusBarManagerService.java
374
List<IBinder>
notificationKeys
, List<StatusBarNotification> notifications,
385
notificationKeys
.add(e.getKey());
Completed in 69 milliseconds