Home
last modified time | relevance | path

Searched defs:summary (Results 1 – 8 of 8) sorted by relevance

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DMetricsXmlSerializer.java39 ReportLog.Metric summary = reportLog.getSummary(); in serialize() local
DReportLog.java325 Metric summary = reportLog.getSummary(); in serialize() local
/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/controller/
DNotificationIdentity.kt29 val summary: String? = null, constant in android.platform.systemui_tapl.controller.NotificationIdentity
DNotificationController.java480 int count, @Nullable String pkg, @NonNull String summary) { in postGroupNotifications()
496 int count, @Nullable String pkg, @NonNull String summary, boolean highImportance) { in postGroupNotifications()
513 int count, @Nullable String pkg, @NonNull String summary, Importance priority) { in postGroupNotifications()
528 String summary, in postGroupNotificationWithMessagingStyle()
574 String summary, in postGroupNotificationWithConversationStyle()
634 String pkg, String summary, String groupName, List<String> bigTextContents) { in postGroupNotificationWithBigTextStyle()
779 int count, @Nullable String pkg, @NonNull String summary, boolean highImportance) { in postGroupNotificationsImpl()
785 int count, @Nullable String pkg, @NonNull String summary, Importance priority) { in postGroupNotificationsImpl()
1424 public NotificationIdentity summary = null; field in NotificationController.GroupNotificationIdentities
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java239 ReportLog.Metric summary = new ReportLog.Metric(SUMMARY_SOURCE, SUMMARY_MESSAGE, in testSerialization() local
329 ReportLog.Metric summary = in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() local
444 String summary = String.format(XML_SUMMARY, 2, 1); in writeResultDir() local
650 ReportLog.Metric summary = report.getSummary(); in checkResult() local
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSoundsHelperImpl.java244 UiObject2 summary = list.get(1); in getSound() local
/platform_testing/libraries/automotive-helpers/status-bar-helper/src/android/platform/helpers/
DStatusBarHelperImpl.java275 UiObject2 summary = in isHotspotNameDisplayed() local
300 UiObject2 summary = in isWifiNameDisplayed() local
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DINotificationHelper.java117 default void postGroupNotifications(int count, @Nullable String pkg, @NonNull String summary) { in postGroupNotifications()