Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DRedactNotificationPreferenceController.java52 static final String KEY_LOCKSCREEN_REDACT = "lock_screen_redact"; field in RedactNotificationPreferenceController
91 int userId = KEY_LOCKSCREEN_REDACT.equals(getPreferenceKey()) in displayPreference()
100 int userId = KEY_LOCKSCREEN_REDACT.equals(getPreferenceKey()) in isChecked()
108 int userId = KEY_LOCKSCREEN_REDACT.equals(getPreferenceKey()) in setChecked()
124 int userId = KEY_LOCKSCREEN_REDACT.equals(getPreferenceKey()) in getAvailabilityStatus()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
H A DRedactNotificationPreferenceControllerTest.java101 mMockContext, RedactNotificationPreferenceController.KEY_LOCKSCREEN_REDACT); in setUp()
144 RedactNotificationPreferenceController.KEY_LOCKSCREEN_REDACT); in getAvailabilityStatus_noWorkProfile()