Searched refs:templateClass (Results 1 – 1 of 1) sorted by relevance
2057 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() local3240 boolean stripViews = TextUtils.isEmpty(templateClass) || in stripForDelivery()3241 getNotificationStyleClass(templateClass) != null; in stripForDelivery()3361 private static Class<? extends Style> getNotificationStyleClass(String templateClass) { in getNotificationStyleClass() argument3365 if (templateClass.equals(innerClass.getName())) { in getNotificationStyleClass()