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

/packages/apps/Settings/src/com/android/settings/
H A DEncryptionInterstitial.java48 protected static final String EXTRA_UNLOCK_METHOD_INTENT = "extra_unlock_method_intent"; field in class:EncryptionInterstitial
70 .putExtra(EXTRA_UNLOCK_METHOD_INTENT, unlockMethodIntent);
115 mUnlockMethodIntent = intent.getParcelableExtra(EXTRA_UNLOCK_METHOD_INTENT);

Completed in 56 milliseconds