Searched refs:DEBUGGING_DISABLED (Results 1 – 1 of 1) sorted by relevance
44 final static int DEBUGGING_DISABLED = 0; field in NotificationChannelWarningsPreferenceController67 final int defaultWarningEnabled = isDebuggable() ? DEBUGGING_ENABLED : DEBUGGING_DISABLED; in updateState()