Searched refs:EXTRA_ENABLE_DEBUG (Results 1 – 1 of 1) sorted by relevance
75 private static final String EXTRA_ENABLE_DEBUG = "AccountSettings.enable_debug"; field in AccountSettings140 i.putExtra(EXTRA_ENABLE_DEBUG, true); in actionSettingsWithDebug()161 mShowDebugMenu = i.getBooleanExtra(EXTRA_ENABLE_DEBUG, false); in onCreate()