Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java4671 return applyStandardTemplate(resId, mParams.reset().fillTextsFrom(this), in applyStandardTemplate()
5181 return applyStandardTemplateWithActions(layoutId, mParams.reset().fillTextsFrom(this), in applyStandardTemplateWithActions()
5354 return makeNotificationHeader(mParams.reset().fillTextsFrom(this)); in makeNotificationHeader()
5427 StandardTemplateParams p = mParams.reset().fillTextsFrom(this) in createHeadsUpContentView()
5508 .fillTextsFrom(this); in makeLowPriorityContentView()
6084 ensureColors(mParams.reset().fillTextsFrom(this));
6361 StandardTemplateParams p = mBuilder.mParams.reset().fillTextsFrom(mBuilder);
6679 StandardTemplateParams p = mBuilder.mParams.reset().fillTextsFrom(mBuilder);
6878 StandardTemplateParams p = mBuilder.mParams.reset().fillTextsFrom(mBuilder).text(null);
7880 StandardTemplateParams p = mBuilder.mParams.reset().fillTextsFrom(mBuilder).text(null); in makeBigContentView()
[all …]