equal
deleted
inserted
replaced
104 ShowWarningNoteL( KInvalidPinCode ); |
104 ShowWarningNoteL( KInvalidPinCode ); |
105 } |
105 } |
106 |
106 |
107 HBufC* caption = NULL; |
107 HBufC* caption = NULL; |
108 TInt minLength = 0; |
108 TInt minLength = 0; |
109 TInt maxLength = 0; |
109 TInt maxLength = KPINLabelMaxLength; |
110 TInt mode = ESecUiAlphaSupported | ESecUiSecretSupported | ESecUiCancelSupported | |
110 TInt mode = ESecUiAlphaSupported | ESecUiSecretSupported | ESecUiCancelSupported | |
111 ESecUiEmergencyNotSupported; |
111 ESecUiEmergencyNotSupported; |
112 if( iPinInput->iPIN.iPINLabel == KBasicPinQueryKeyStorePassphrase ) |
112 if( iPinInput->iPIN.iPINLabel == KBasicPinQueryKeyStorePassphrase ) |
113 { |
113 { |
114 // "Enter code for phone keystore:" |
114 // "Enter code for phone keystore:" |