Searched refs:templateClass (Results 1 – 1 of 1) sorted by relevance
3488 String templateClass = mN.extras.getString(EXTRA_TEMPLATE); in Builder() local3489 if (!TextUtils.isEmpty(templateClass)) { in Builder()3491 = getNotificationStyleClass(templateClass); in Builder()3493 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 …]