Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DSensitiveNotificationRedactionTest.kt220 val empty = Person.Builder().setName(PERSON_NAME).build() in testMessagesRedacted()
236 .that(messages[0].senderPerson?.name.toString()).isNotEqualTo(PERSON_NAME) in testMessagesRedacted()
568 private const val PERSON_NAME = "Alan Smithee" constant
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DSensitiveNotificationAppHidingTest.kt84 val empty = Person.Builder().setName(PERSON_NAME).build() in <lambda>()
381 private const val PERSON_NAME = "Alan Smithee" in <lambda>() constant