Searched refs:summary (Results 51 - 53 of 53) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java1802 final CharSequence summary = InputMethodUtils.getImeAndSubtypeDisplayName(
1805 .setContentText(summary)
1810 Slog.d(TAG, "--- show notification: label = " + summary);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2223 * its summary.</p>
2243 Slog.w(TAG, "Removed summary didn't match old notification: old=" + old.getKey() +
2252 // causes the group summary to go away. This happens when the old
2253 // notification was a summary and the new one isn't, or when the old
2254 // notification was a summary and its group key changed.
2267 * summary, which means that SysUI will never show it, and hence the new
2289 NotificationRecord summary = mSummaryByGroupKey.get(group);
2290 if (isChild && summary != null) {
2291 // Child with an active summary -> ignore
2293 Slog.d(TAG, "Ignoring group child " + sbn.getKey() + " due to existing summary "
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java2812 group.summary.row.addChildNotification(row);

Completed in 503 milliseconds

123