Searched defs:useRegularSubtext (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/app/
H A DNotification.java4492 * @param useRegularSubtext uses the normal subtext set if there is one available. Otherwise
4497 public RemoteViews makeLowPriorityContentView(boolean useRegularSubtext) { argument
4501 if (!useRegularSubtext || TextUtils.isEmpty(summary)) {

Completed in 313 milliseconds