Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DNotificationChannelWarningsPreferenceController.java67 final int defaultWarningEnabled = isDebuggable() ? DEBUGGING_ENABLED : DEBUGGING_DISABLED; in updateState()
82 boolean isDebuggable() { in isDebuggable() method in NotificationChannelWarningsPreferenceController
/packages/apps/Settings/src/com/android/settings/development/
DNotificationChannelWarningsPreferenceController.java67 final int defaultWarningEnabled = isDebuggable() ? DEBUGGING_ENABLED : DEBUGGING_DISABLED; in updateState()
82 boolean isDebuggable() { in isDebuggable() method in NotificationChannelWarningsPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DNotificationChannelWarningsPreferenceControllerTest.java107 doReturn(true).when(mController).isDebuggable(); in updateState_settingUndefinedDebuggingEnabled_preferenceShouldBeChecked()
119 doReturn(false).when(mController).isDebuggable(); in updateState_settingUndefinedDebuggingDisabled_preferenceShouldNotBeChecked()
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java444 return isDebuggable() ? Objects.toString(url) : host(url); in sanitizeURL()
447 private static boolean isDebuggable() { in isDebuggable() method in CaptivePortalLoginActivity