Home
last modified time | relevance | path

Searched refs:mUnlockMethodIntent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DEncryptionInterstitial.java92 private Intent mUnlockMethodIntent; field in EncryptionInterstitial.EncryptionInterstitialFragment
118 mUnlockMethodIntent = intent.getParcelableExtra(EXTRA_UNLOCK_METHOD_INTENT); in onViewCreated()
180 if (mUnlockMethodIntent != null) { in startLockIntent()
181 mUnlockMethodIntent.putExtra(EXTRA_REQUIRE_PASSWORD, mPasswordRequired); in startLockIntent()
182 startActivityForResult(mUnlockMethodIntent, CHOOSE_LOCK_REQUEST); in startLockIntent()