Home
last modified time | relevance | path

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

/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/
H A DNotificationEntry.java249 String templateClass = getNotification().extras.getString(Notification.EXTRA_TEMPLATE); in hasStyle() local
250 return targetStyle.getName().equals(templateClass); in hasStyle()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java3851 String templateClass = mN.extras.getString(EXTRA_TEMPLATE); in Builder() local
3852 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() local
6577 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 …]
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...