Searched refs:findAndInitSwitchPref (Results 1 – 1 of 1) sorted by relevance
297 mEnableAdb = findAndInitSwitchPref(ENABLE_ADB); in onCreatePreferences()305 mEnableTerminal = findAndInitSwitchPref(ENABLE_TERMINAL); in onCreatePreferences()317 mKeepScreenOn = findAndInitSwitchPref(KEEP_SCREEN_ON); in onCreatePreferences()318 mBtHciSnoopLog = findAndInitSwitchPref(BT_HCI_SNOOP_LOG); in onCreatePreferences()319 mEnableOemUnlock = findAndInitSwitchPref(ENABLE_OEM_UNLOCK); in onCreatePreferences()328 mDebugViewAttributes = findAndInitSwitchPref(DEBUG_VIEW_ATTRIBUTES); in onCreatePreferences()329 mForceAllowOnExternal = findAndInitSwitchPref(FORCE_ALLOW_ON_EXTERNAL_KEY); in onCreatePreferences()344 mWaitForDebugger = findAndInitSwitchPref(WAIT_FOR_DEBUGGER_KEY); in onCreatePreferences()349 mVerifyAppsOverUsb = findAndInitSwitchPref(VERIFY_APPS_OVER_USB_KEY); in onCreatePreferences()357 mStrictMode = findAndInitSwitchPref(STRICT_MODE_KEY); in onCreatePreferences()[all …]