OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGroupKey
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationGroupManager.java
52
NotificationGroup group = mGroupMap.get(
getGroupKey
(sbn));
60
NotificationGroup group = mGroupMap.get(
getGroupKey
(sbn));
88
String groupKey =
getGroupKey
(sbn);
113
String groupKey =
getGroupKey
(sbn);
164
return getNumberOfIsolatedChildren(group.summary.notification.
getGroupKey
()) != 0;
170
if (sbn.
getGroupKey
().equals(groupKey) && isIsolated(sbn)) {
179
if (sbn.
getGroupKey
().equals(groupKey) && isIsolated(sbn)) {
188
String oldKey = oldNotification.
getGroupKey
();
189
String newKey = entry.notification.
getGroupKey
();
194
if (mGroupMap.get(
getGroupKey
(oldNotification)) != null)
[
all
...]
/frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java
205
pw.println(prefix + " groupKey=" +
getGroupKey
());
522
public String
getGroupKey
() {
523
return sbn.
getGroupKey
();
RankingHelper.java
251
final String groupKey = record.
getGroupKey
();
261
NotificationRecord groupProxy = mProxyByGroupTmp.get(record.
getGroupKey
());
NotificationManagerService.java
[
all
...]
/frameworks/base/core/java/android/service/notification/
StatusBarNotification.java
317
public String
getGroupKey
() {
/packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java
306
.append(sbn.
getGroupKey
());
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 179 milliseconds