Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java2057 String templateClass = extras.getString(EXTRA_TEMPLATE);
2058 if (!TextUtils.isEmpty(templateClass)) {
2059 Class<? extends Style> styleClass = getNotificationStyleClass(templateClass);
3237 String templateClass = n.extras.getString(EXTRA_TEMPLATE); in stripForDelivery() local
3240 boolean stripViews = TextUtils.isEmpty(templateClass) || in stripForDelivery()
3241 getNotificationStyleClass(templateClass) != null; in stripForDelivery()
3361 private static Class<? extends Style> getNotificationStyleClass(String templateClass) { in getNotificationStyleClass() argument
3365 if (templateClass.equals(innerClass.getName())) { in getNotificationStyleClass()