Searched refs:templateClass (Results 1 – 2 of 2) sorted by relevance
3564 String templateClass = mN.extras.getString(EXTRA_TEMPLATE); in Builder() local3565 if (!TextUtils.isEmpty(templateClass)) { in Builder()3567 = getNotificationStyleClass(templateClass); in Builder()3569 Log.d(TAG, "Unknown style class: " + templateClass); in Builder()6085 String templateClass = n.extras.getString(EXTRA_TEMPLATE);6089 if (!TextUtils.isEmpty(templateClass)6090 && getNotificationStyleClass(templateClass) == null) {6345 String templateClass = extras.getString(Notification.EXTRA_TEMPLATE);6347 if (!TextUtils.isEmpty(templateClass)) {6348 return Notification.getNotificationStyleClass(templateClass);[all …]
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...