Searched defs:applyStandardTemplateWithActions (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java4319 private RemoteViews applyStandardTemplateWithActions(int layoutId) { method in class:Notification.Builder
4320 return applyStandardTemplateWithActions(layoutId, mParams.reset().fillTextsFrom(this));
4323 private RemoteViews applyStandardTemplateWithActions(int layoutId, method in class:Notification.Builder
4455 result = applyStandardTemplateWithActions(getBigBaseLayoutResource());
4490 RemoteViews ambient = applyStandardTemplateWithActions(
4535 return applyStandardTemplateWithActions(getBigBaseLayoutResource());
5391 RemoteViews contentView = mBuilder.applyStandardTemplateWithActions(layoutId);
6131 RemoteViews contentView = mBuilder.applyStandardTemplateWithActions(
6138 RemoteViews contentView = mBuilder.applyStandardTemplateWithActions(
6244 return mBuilder.applyStandardTemplateWithActions(mBuilde
[all...]

Completed in 65 milliseconds