Searched refs:mUnlockMethodIntent (Results 1 – 1 of 1) sorted by relevance
92 private Intent mUnlockMethodIntent; field in EncryptionInterstitial.EncryptionInterstitialFragment118 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()