Lines Matching refs:Settings
17 package com.android.settings;
40 import android.provider.Settings;
73 * Settings screens to show the UI flows for encrypting/decrypting the device.
79 * $ adb shell pm enable com.android.settings/.CryptKeeper
81 * -e "com.android.settings.CryptKeeper.DEBUG_FORCE_VIEW" "progress" \
82 * -n com.android.settings/.CryptKeeper
105 "com.android.settings.CryptKeeper.DEBUG_FORCE_VIEW";
426 // from keyboard settings and back to the password screen.
500 Settings.System.putInt(getContentResolver(), Settings.System.TEXT_SHOW_PASSWORD,
917 * 2. Full boot: we read the persistent settings from the previous boot and restore the
926 Settings.Global.putInt(getContentResolver(), Settings.Global.AIRPLANE_MODE_ON, 1);