Searched refs:templateClass (Results 1 – 3 of 3) sorted by relevance
249 String templateClass = getNotification().extras.getString(Notification.EXTRA_TEMPLATE); in hasStyle() local250 return targetStyle.getName().equals(templateClass); in hasStyle()
3851 String templateClass = mN.extras.getString(EXTRA_TEMPLATE); in Builder() local3852 if (!TextUtils.isEmpty(templateClass)) { in Builder()3854 = getNotificationStyleClass(templateClass); in Builder()3856 Log.d(TAG, "Unknown style class: " + templateClass); in Builder()6573 String templateClass = n.extras.getString(EXTRA_TEMPLATE); in maybeCloneStrippedForDelivery() local6577 if (!TextUtils.isEmpty(templateClass) in maybeCloneStrippedForDelivery()6578 && getNotificationStyleClass(templateClass) == null) { in maybeCloneStrippedForDelivery()6823 if (!TextUtils.isEmpty(templateClass)) { in getNotificationStyle()6824 return Notification.getNotificationStyleClass(templateClass); in getNotificationStyle()6835 return Objects.equals(templateClass, styleClass.getName()); in isStyle()[all …]
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...