Searched defs:mUnlockMethodIntent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DEncryptionInterstitial.java91 private Intent mUnlockMethodIntent; field in class:EncryptionInterstitial.EncryptionInterstitialFragment
115 mUnlockMethodIntent = intent.getParcelableExtra(EXTRA_UNLOCK_METHOD_INTENT);
178 if (mUnlockMethodIntent != null) {
179 mUnlockMethodIntent.putExtra(EXTRA_REQUIRE_PASSWORD, mPasswordRequired);
180 startActivityForResult(mUnlockMethodIntent, CHOOSE_LOCK_REQUEST);

Completed in 32 milliseconds