Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DNotificationChannelWarningsPreferenceController.java42 final static int DEBUGGING_ENABLED = 1; field in NotificationChannelWarningsPreferenceController
67 final int defaultWarningEnabled = isDebuggable() ? DEBUGGING_ENABLED : DEBUGGING_DISABLED; in updateState()