Home
last modified time | relevance | path

Searched refs:templateClass (Results 1 – 1 of 1) sorted by relevance

/packages/modules/ExtServices/src/android/ext/services/notification/
DNotificationEntry.java249 String templateClass = getNotification().extras.getString(Notification.EXTRA_TEMPLATE); in hasStyle() local
250 return targetStyle.getName().equals(templateClass); in hasStyle()