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

  /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...]
NotificationIconAreaController.java 229 String removedGroupKey = removedIcon.getNotification().getGroupKey();
233 && candidate.getNotification().getGroupKey().equals(removedGroupKey)) {
NotificationIconContainer.java 303 String groupKey = iconView.getNotification().getGroupKey();
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationAdjustmentExtractorTest.java 60 assertFalse(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY));
66 assertTrue(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY));
96 assertFalse(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY));
102 assertTrue(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY));
SnoozeHelperTest.java 287 mSnoozeHelper.repostGroupSummary("pkg", UserHandle.USER_SYSTEM, r.getGroupKey());
NotificationManagerServiceTest.java     [all...]
  /cts/hostsidetests/incident/src/com/android/server/cts/
NotificationIncidentTest.java 74 record.getGroupKey();
196 record.getGroupKey();
201 assertTrue(record.getGroupKey().isEmpty());
  /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/core/java/android/service/notification/
StatusBarNotification.java 316 public String getGroupKey() {
  /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...]
SnoozeHelper.java 285 && groupKey.equals(potentialGroupSummary.getGroupKey())) {
NotificationManagerService.java     [all...]
RankingHelper.java 475 final String groupKey = record.getGroupKey();
485 NotificationRecord groupProxy = mProxyByGroupTmp.get(record.getGroupKey());
    [all...]
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java     [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java 351 .append(String.valueOf(sbn.getGroupKey()));
  /prebuilts/misc/common/frameworks/
platformprotos-prebuilt.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 632 milliseconds