equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
1111 case EPhoneInformationNote: |
1111 case EPhoneInformationNote: |
1112 retVal = R_PHONE_INFORMATION_NOTE; |
1112 retVal = R_PHONE_INFORMATION_NOTE; |
1113 break; |
1113 break; |
1114 |
1114 |
1115 case EPhoneInformationWaitNote: |
1115 case EPhoneInformationWaitNote: |
1116 retVal = R_PHONE_INFORMATION_NOTE_WITH_WAIT; |
1116 retVal = R_PHONE_INFORMATION_NOTE_WITH_CBA; |
1117 break; |
1117 break; |
1118 |
1118 |
1119 case EPhoneInformationErrorNote: |
1119 case EPhoneInformationErrorNote: |
1120 retVal = R_PHONE_ERROR_NOTE; |
1120 retVal = R_PHONE_ERROR_NOTE; |
1121 break; |
1121 break; |
1305 |
1305 |
1306 case EPhoneSimRemoved: |
1306 case EPhoneSimRemoved: |
1307 retVal = R_PHONEUI_SIM_REMOVED; |
1307 retVal = R_PHONEUI_SIM_REMOVED; |
1308 break; |
1308 break; |
1309 |
1309 |
|
1310 case EPhoneSIMInvalidUICC: |
|
1311 retVal = R_SIM_INVALID_UICC; |
|
1312 break; |
1310 case EPhoneRebootRequired: |
1313 case EPhoneRebootRequired: |
1311 retVal = R_PHONEUI_REBOOT_REQUIRED; |
1314 retVal = R_PHONEUI_REBOOT_REQUIRED; |
1312 break; |
1315 break; |
1313 |
1316 |
1314 case EPhoneNoteVideoCallNotPossible: |
1317 case EPhoneNoteVideoCallNotPossible: |