Home | History | Annotate | Download | only in settings

Lines Matching refs:Settings

17 package com.android.settings;
37 import android.provider.Settings;
66 * Settings screens to show the UI flows for encrypting/decrypting the device.
72 * $ adb shell pm enable com.android.settings/.CryptKeeper
74 * -e "com.android.settings.CryptKeeper.DEBUG_FORCE_VIEW" "progress" \
75 * -n com.android.settings/.CryptKeeper
100 "com.android.settings.CryptKeeper.DEBUG_FORCE_VIEW";
313 // from keyboard settings and back to the password screen.
654 * 2. Full boot: we read the persistent settings from the previous boot and restore the
663 Settings.Global.putInt(getContentResolver(), Settings.Global.AIRPLANE_MODE_ON, 1);