Searched refs:findAndInitSwitchPref (Results 1 – 2 of 2) sorted by relevance
292 mEnableAdb = findAndInitSwitchPref(ENABLE_ADB); in onCreatePreferences()300 mEnableTerminal = findAndInitSwitchPref(ENABLE_TERMINAL); in onCreatePreferences()309 mBugreportInPower = findAndInitSwitchPref(BUGREPORT_IN_POWER_KEY); in onCreatePreferences()312 mKeepScreenOn = findAndInitSwitchPref(KEEP_SCREEN_ON); in onCreatePreferences()313 mBtHciSnoopLog = findAndInitSwitchPref(BT_HCI_SNOOP_LOG); in onCreatePreferences()314 mEnableOemUnlock = findAndInitSwitchPref(ENABLE_OEM_UNLOCK); in onCreatePreferences()323 mDebugViewAttributes = findAndInitSwitchPref(DEBUG_VIEW_ATTRIBUTES); in onCreatePreferences()324 mForceAllowOnExternal = findAndInitSwitchPref(FORCE_ALLOW_ON_EXTERNAL_KEY); in onCreatePreferences()339 mWaitForDebugger = findAndInitSwitchPref(WAIT_FOR_DEBUGGER_KEY); in onCreatePreferences()344 mVerifyAppsOverUsb = findAndInitSwitchPref(VERIFY_APPS_OVER_USB_KEY); in onCreatePreferences()[all …]
354 mEnableAdb = findAndInitSwitchPref(ENABLE_ADB); in onCreate()362 mEnableTerminal = findAndInitSwitchPref(ENABLE_TERMINAL); in onCreate()369 mBugreportInPower = findAndInitSwitchPref(BUGREPORT_IN_POWER_KEY); in onCreate()370 mKeepScreenOn = (RestrictedSwitchPreference) findAndInitSwitchPref(KEEP_SCREEN_ON); in onCreate()371 mBtHciSnoopLog = findAndInitSwitchPref(BT_HCI_SNOOP_LOG); in onCreate()372 mEnableOemUnlock = findAndInitSwitchPref(ENABLE_OEM_UNLOCK); in onCreate()378 mDebugViewAttributes = findAndInitSwitchPref(DEBUG_VIEW_ATTRIBUTES); in onCreate()379 mForceAllowOnExternal = findAndInitSwitchPref(FORCE_ALLOW_ON_EXTERNAL_KEY); in onCreate()392 mWaitForDebugger = findAndInitSwitchPref(WAIT_FOR_DEBUGGER_KEY); in onCreate()397 mVerifyAppsOverUsb = findAndInitSwitchPref(VERIFY_APPS_OVER_USB_KEY); in onCreate()[all …]