Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DEncryptionInterstitial.java93 private Intent mUnlockMethodIntent; field in EncryptionInterstitial.EncryptionInterstitialFragment
117 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DEncryptionInterstitial.java94 private Intent mUnlockMethodIntent; field in EncryptionInterstitial.EncryptionInterstitialFragment
118 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()