Searched refs:mUnlockMethodIntent (Results 1 – 2 of 2) sorted by relevance
93 private Intent mUnlockMethodIntent; field in EncryptionInterstitial.EncryptionInterstitialFragment117 mUnlockMethodIntent = intent.getParcelableExtra(EXTRA_UNLOCK_METHOD_INTENT); in onViewCreated()173 if (mUnlockMethodIntent != null) { in startLockIntent()174 mUnlockMethodIntent.putExtra(EXTRA_REQUIRE_PASSWORD, mPasswordRequired); in startLockIntent()175 startActivityForResult(mUnlockMethodIntent, CHOOSE_LOCK_REQUEST); in startLockIntent()
94 private Intent mUnlockMethodIntent; field in EncryptionInterstitial.EncryptionInterstitialFragment118 mUnlockMethodIntent = intent.getParcelableExtra(EXTRA_UNLOCK_METHOD_INTENT); in onViewCreated()174 if (mUnlockMethodIntent != null) { in startLockIntent()175 mUnlockMethodIntent.putExtra(EXTRA_REQUIRE_PASSWORD, mPasswordRequired); in startLockIntent()176 startActivityForResult(mUnlockMethodIntent, CHOOSE_LOCK_REQUEST); in startLockIntent()