Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DEncryptionInterstitial.java53 protected static final String EXTRA_UNLOCK_METHOD_INTENT = "extra_unlock_method_intent"; field in EncryptionInterstitial
81 .putExtra(EXTRA_UNLOCK_METHOD_INTENT, unlockMethodIntent); in createStartIntent()
117 mUnlockMethodIntent = intent.getParcelableExtra(EXTRA_UNLOCK_METHOD_INTENT); in onViewCreated()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DEncryptionInterstitial.java53 protected static final String EXTRA_UNLOCK_METHOD_INTENT = "extra_unlock_method_intent"; field in EncryptionInterstitial
81 .putExtra(EXTRA_UNLOCK_METHOD_INTENT, unlockMethodIntent); in createStartIntent()
118 mUnlockMethodIntent = intent.getParcelableExtra(EXTRA_UNLOCK_METHOD_INTENT); in onViewCreated()