Home
last modified time | relevance | path

Searched refs:GROUP_KEY (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorControllerTest.kt129 val GROUP_KEY = "test_group_key" regex
131 val summary = NotificationEntryBuilder().setGroup(mContext, GROUP_KEY).setId(0).apply {
138 GroupEntryBuilder().setKey(GROUP_KEY).setSummary(summary).addChild(notification.entry)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java67 private static final String GROUP_KEY = "screen_record_saved"; field in RecordingService
339 .setGroup(GROUP_KEY) in createProcessingNotification()
376 .setGroup(GROUP_KEY) in createSaveNotification()
401 .setGroup(GROUP_KEY) in postGroupNotification()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java117 private static final String GROUP_KEY = "gruKey"; field in NotificationTestHelper
295 ExpandableNotificationRow row = createGroupSummary(GROUP_KEY); in createGroup()
297 ExpandableNotificationRow childRow = createGroupChild(GROUP_KEY); in createGroup()
371 GROUP_KEY /* groupKey */, in createBubbleInGroup()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java2336 static final String GROUP_KEY = "com.android.app.abusive_bg_apps"; field in AppRestrictionController.NotificationHelper
2615 .setGroup(GROUP_KEY) in postNotification()
2642 .setGroup(GROUP_KEY) in postSummaryNotification()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java458 proto.write(NotificationRecordProto.GROUP_KEY, getGroupKey()); in dump()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java2613 assertEquals(NotificationHelper.GROUP_KEY, n.getGroup()); in checkNotificationShown()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java3510 proto.write(NotificationProto.GROUP_KEY, this.mGroupKey); in dumpDebug()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8134 Landroid/app/NotificationProto;->GROUP_KEY:J
49780 Landroid/service/notification/NotificationRecordProto;->GROUP_KEY:J