Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
DNotificationOtpDetectionHelperTest.kt135 val nullExtras = createNotification(text = null, title = null, subtext = null).apply { in <lambda>() constant
138 sensitive = NotificationOtpDetectionHelper.getTextForDetection(nullExtras) in <lambda>()