Home
last modified time | relevance | path

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

/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationAssistant.java52 public boolean mMarkSensitiveContent = false; field in TestNotificationAssistant
134 if (mMarkSensitiveContent) { in onNotificationEnqueued()
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DSensitiveNotificationAppHidingTest.kt101 notificationAssistant.mMarkSensitiveContent = true in <lambda>()
108 notificationAssistant.mMarkSensitiveContent = false in <lambda>()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DSensitiveNotificationRedactionTest.kt90 mAssistant.mMarkSensitiveContent = true in setUp()