Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DAggregationType.java68 Class<T> templateClass) { in AggregationType() argument
74 mClass = templateClass; in AggregationType()
82 Class<T> templateClass) { in AggregationType() argument
93 mClass = templateClass; in AggregationType()
/packages/modules/ExtServices/java/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()
DNotificationOtpDetectionHelper.java355 String templateClass = notification.extras.getString(Notification.EXTRA_TEMPLATE); in isStyle() local
356 return Objects.equals(templateClass, styleClass.getName()); in isStyle()