Searched refs:CryptKeeper (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DCryptKeeper.java79 * $ adb shell pm enable com.android.settings/.CryptKeeper
81 * -e "com.android.settings.CryptKeeper.DEBUG_FORCE_VIEW" "progress" \
82 * -n com.android.settings/.CryptKeeper
85 public class CryptKeeper extends Activity implements TextView.OnEditorActionListener, class in inherits:Activity,TextView.OnEditorActionListener,OnKeyListener,OnTouchListener,TextWatcher
87 private static final String TAG = "CryptKeeper";
105 "com.android.settings.CryptKeeper.DEBUG_FORCE_VIEW";
215 intent.putExtra(Intent.EXTRA_REASON, "CryptKeeper.MAX_FAILED_ATTEMPTS");
296 Log.w(TAG, "Unexpectedly in CryptKeeper even though there is no encryption.");
406 // Typically CryptKeeper is launched as the home app. We didn't
617 "CryptKeeper
[all...]

Completed in 43 milliseconds