Home
last modified time | relevance | path

Searched defs:textStyle (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationTrigger.java165 NotificationCompat.BigTextStyle textStyle = in getGaV2ConsentNotification() local
205 NotificationCompat.BigTextStyle textStyle = in getGaConsentNotification() local
251 NotificationCompat.BigTextStyle textStyle = in getConsentNotification() local
/packages/apps/Contacts/src/com/android/contacts/format/
DTextHighlighter.java35 public TextHighlighter(int textStyle) { in TextHighlighter()