HomeSort by relevance Sort by last modified time
    Searched refs:ChooseLockPassword (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/
SetupChooseLockPassword.java 27 * Setup Wizard's version of ChooseLockPassword screen. It inherits the logic and basic structure
28 * from ChooseLockPassword class, and should remain similar to that behaviorally. This class should
30 * Other changes should be done to ChooseLockPassword class instead and let this class inherit
33 public class SetupChooseLockPassword extends ChooseLockPassword {
38 Intent intent = ChooseLockPassword.createIntent(context, quality, minLength,
47 Intent intent = ChooseLockPassword.createIntent(context, quality, minLength, maxLength,
56 Intent intent = ChooseLockPassword.createIntent(context, quality, minLength, maxLength,
ChooseLockGeneric.java 549 return ChooseLockPassword.createIntent(context, quality, minLength,
556 return ChooseLockPassword.createIntent(context, quality, minLength,
562 return ChooseLockPassword.createIntent(context, quality, minLength, maxLength,
    [all...]
ChooseLockPassword.java 66 public class ChooseLockPassword extends SettingsActivity {
76 private static final String TAG = "ChooseLockPassword";
88 Intent intent = new Intent().setClass(context, ChooseLockPassword.class);
267 if (!(getActivity() instanceof ChooseLockPassword)) {
    [all...]
SettingsActivity.java 323 ChooseLockPassword.ChooseLockPasswordFragment.class.getName(),
    [all...]

Completed in 58 milliseconds