Searched refs:templateClass (Results 1 – 3 of 3) sorted by relevance
68 Class<T> templateClass) { in AggregationType() argument74 mClass = templateClass; in AggregationType()82 Class<T> templateClass) { in AggregationType() argument93 mClass = templateClass; in AggregationType()
249 String templateClass = getNotification().extras.getString(Notification.EXTRA_TEMPLATE); in hasStyle() local250 return targetStyle.getName().equals(templateClass); in hasStyle()
355 String templateClass = notification.extras.getString(Notification.EXTRA_TEMPLATE); in isStyle() local356 return Objects.equals(templateClass, styleClass.getName()); in isStyle()