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