Searched refs:findAndInitSwitchPref (Results 1 – 1 of 1) sorted by relevance
296 mEnableAdb = findAndInitSwitchPref(ENABLE_ADB); in onCreatePreferences()304 mEnableTerminal = findAndInitSwitchPref(ENABLE_TERMINAL); in onCreatePreferences()316 mKeepScreenOn = findAndInitSwitchPref(KEEP_SCREEN_ON); in onCreatePreferences()318 mEnableOemUnlock = findAndInitSwitchPref(ENABLE_OEM_UNLOCK); in onCreatePreferences()327 mDebugViewAttributes = findAndInitSwitchPref(DEBUG_VIEW_ATTRIBUTES); in onCreatePreferences()328 mForceAllowOnExternal = findAndInitSwitchPref(FORCE_ALLOW_ON_EXTERNAL_KEY); in onCreatePreferences()343 mWaitForDebugger = findAndInitSwitchPref(WAIT_FOR_DEBUGGER_KEY); in onCreatePreferences()348 mVerifyAppsOverUsb = findAndInitSwitchPref(VERIFY_APPS_OVER_USB_KEY); in onCreatePreferences()356 mStrictMode = findAndInitSwitchPref(STRICT_MODE_KEY); in onCreatePreferences()357 mPointerLocation = findAndInitSwitchPref(POINTER_LOCATION_KEY); in onCreatePreferences()[all …]