Searched refs:EXTRA_PASSWORD_QUALITY (Results 1 – 4 of 4) sorted by relevance
51 protected static final String EXTRA_PASSWORD_QUALITY = "extra_password_quality"; field in EncryptionInterstitial77 .putExtra(EXTRA_PASSWORD_QUALITY, quality) in createStartIntent()117 mRequestedPasswordQuality = intent.getIntExtra(EXTRA_PASSWORD_QUALITY, 0); in onViewCreated()240 args.putInt(EXTRA_PASSWORD_QUALITY, passwordQuality); in newInstance()249 switch (getArguments().getInt(EXTRA_PASSWORD_QUALITY)) { in onCreateDialog()
160 SetupChooseLockGenericFragment.EXTRA_PASSWORD_QUALITY)).isTrue(); in testBackKeyPress_shouldSetIntentDataIfLockScreenAdded()189 SetupChooseLockGenericFragment.EXTRA_PASSWORD_QUALITY)).isTrue(); in testCancelClicked_shouldSetIntentDataIfLockScreenAdded()214 SetupChooseLockGenericFragment.EXTRA_PASSWORD_QUALITY)).isFalse(); in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()253 SetupChooseLockGenericFragment.EXTRA_PASSWORD_QUALITY)).isFalse(); in testLockPattern()
99 public static final String EXTRA_PASSWORD_QUALITY = ":settings:password_quality"; field in SetupChooseLockGeneric.SetupChooseLockGenericFragment141 data.putExtra(EXTRA_PASSWORD_QUALITY, in onActivityResult()
96 SetupChooseLockGenericFragment.EXTRA_PASSWORD_QUALITY, in getMetricIntent()