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

/frameworks/base/core/java/android/app/
H A DNotification.java4870 private RemoteViews applyStandardTemplateWithActions(int layoutId, method in class:Notification.Builder
4872 return applyStandardTemplateWithActions(layoutId, mParams.reset().fillTextsFrom(this),
4876 private RemoteViews applyStandardTemplateWithActions(int layoutId, method in class:Notification.Builder
5016 result = applyStandardTemplateWithActions(getBigBaseLayoutResource(),
5052 RemoteViews ambient = applyStandardTemplateWithActions(
5102 return applyStandardTemplateWithActions(getBigBaseLayoutResource(),
6046 RemoteViews contentView = mBuilder.applyStandardTemplateWithActions(layoutId, result);
7067 RemoteViews contentView = mBuilder.applyStandardTemplateWithActions(
7992 RemoteViews remoteViews = mBuilder.applyStandardTemplateWithActions(
8014 RemoteViews remoteViews = mBuilder.applyStandardTemplateWithActions(
[all...]

Completed in 46 milliseconds