Searched refs:templateClass (Results 1 – 2 of 2) sorted by relevance
3485 String templateClass = mN.extras.getString(EXTRA_TEMPLATE); in Builder() local3486 if (!TextUtils.isEmpty(templateClass)) { in Builder()3488 = getNotificationStyleClass(templateClass); in Builder()3490 Log.d(TAG, "Unknown style class: " + templateClass); in Builder()5937 String templateClass = n.extras.getString(EXTRA_TEMPLATE);5942 && !TextUtils.isEmpty(templateClass)5943 && getNotificationStyleClass(templateClass) == null) {6193 String templateClass = extras.getString(Notification.EXTRA_TEMPLATE);6195 if (!TextUtils.isEmpty(templateClass)) {6196 return Notification.getNotificationStyleClass(templateClass);[all …]
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...