OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notificationKey
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java
559
final String
notificationKey
= intent.getStringExtra(Intent.EXTRA_INDEX);
567
if (
notificationKey
!= null) {
569
mBarService.onNotificationClick(
notificationKey
);
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java
116
private static Map<
NotificationKey
, Set<Integer>> sConversationNotificationMap =
117
new HashMap<
NotificationKey
, Set<Integer>>();
150
private final ConcurrentHashMap<
NotificationKey
, Pair<Integer, Integer>> mMap =
151
new ConcurrentHashMap<
NotificationKey
, Pair<Integer, Integer>>();
163
public Set<
NotificationKey
> keySet() {
170
* @param key The key {@link
NotificationKey
} to be removed.
173
public Pair<Integer, Integer> remove(
NotificationKey
key) {
187
* @param key The key {@link
NotificationKey
} to be checked.
190
public boolean containsKey(
NotificationKey
key) {
195
* Returns the unread count for the given
NotificationKey
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java
[
all
...]
Completed in 1010 milliseconds