HomeSort by relevance Sort by last modified time
    Searched defs:getGroupKey (Results 1 - 13 of 13) sorted by null

  /cts/hostsidetests/incident/src/com/android/server/cts/
NotificationIncidentTest.java 74 record.getGroupKey();
196 record.getGroupKey();
201 assertTrue(record.getGroupKey().isEmpty());
  /frameworks/base/core/java/android/service/notification/
StatusBarNotification.java 316 public String getGroupKey() {
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationListener.java 266 NotificationGroup notificationGroup = mNotificationGroupMap.get(sbn.getGroupKey());
275 mNotificationGroupMap.remove(sbn.getGroupKey());
300 String newGroupKey = sbn.getGroupKey();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationGroupManager.java 60 NotificationGroup group = mGroupMap.get(getGroupKey(sbn));
68 NotificationGroup group = mGroupMap.get(getGroupKey(sbn));
96 String groupKey = getGroupKey(sbn);
124 String groupKey = getGroupKey(sbn);
160 String groupKey = getGroupKey(shadeEntry.notification);
194 NotificationData.Entry isolatedChild = getIsolatedChild(getGroupKey(
236 String groupKey = getGroupKey(group.summary.notification);
242 if (!Objects.equals(getGroupKey(entry.notification), groupKey)) {
282 return getNumberOfIsolatedChildren(group.summary.notification.getGroupKey()) != 0;
288 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn))
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 403 proto.write(NotificationRecordProto.GROUP_KEY, getGroupKey());
436 pw.println(prefix + "groupKey=" + getGroupKey());
    [all...]
NotificationManagerService.java     [all...]
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationManagerServiceTest.java     [all...]
  /prebuilts/misc/common/frameworks/
platformprotos-prebuilt.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 263 milliseconds