Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java2184 String templateClass = extras.getString(EXTRA_TEMPLATE);
2185 if (!TextUtils.isEmpty(templateClass)) {
2186 Class<? extends Style> styleClass = getNotificationStyleClass(templateClass);
3406 String templateClass = n.extras.getString(EXTRA_TEMPLATE); in stripForDelivery() local
3409 boolean stripViews = TextUtils.isEmpty(templateClass) || in stripForDelivery()
3410 getNotificationStyleClass(templateClass) != null; in stripForDelivery()
3530 private static Class<? extends Style> getNotificationStyleClass(String templateClass) { in getNotificationStyleClass() argument
3534 if (templateClass.equals(innerClass.getName())) { in getNotificationStyleClass()