Home
last modified time | relevance | path

Searched defs:groupName (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/controller/
DNotificationController.java530 String groupName, in postGroupNotificationWithMessagingStyle()
546 postNotificationSync(getNextNotificationId(), builder, groupName); in postGroupNotificationWithMessagingStyle() local
550 postNotificationSync(getNextNotificationId(), builder, groupName); in postGroupNotificationWithMessagingStyle() local
576 String groupName, in postGroupNotificationWithConversationStyle()
610 postNotificationSync(getNextNotificationId(), builder, groupName); in postGroupNotificationWithConversationStyle() local
614 postNotificationSync(getNextNotificationId(), builder, groupName); in postGroupNotificationWithConversationStyle() local
634 String pkg, String summary, String groupName, List<String> bigTextContents) { in postGroupNotificationWithBigTextStyle()
642 postNotificationSync(getNextNotificationId(), builder, groupName); in postGroupNotificationWithBigTextStyle() local
646 postNotificationSync(getNextNotificationId(), builder, groupName); in postGroupNotificationWithBigTextStyle() local
/platform_testing/libraries/system-helpers/permission-helper/src/android/system/helpers/
DPermissionHelper.java112 String groupName = null; in populateDangerousPermissionGroupInfo() local
/platform_testing/libraries/flicker/utils/src/android/tools/traces/monitors/
DPerfettoTraceMonitor.kt109 val groupName: String, constant in android.tools.traces.monitors.PerfettoTraceMonitor.Builder.ProtoLogGroupOverride