javacommons/security/javasrc.cdc/com/nokia/mj/impl/security/midp/authorization/PermissionGranter.java
changeset 79 2f468c1958d0
parent 69 773449708c84
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-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".
   481                     || (call_control == true && read_user_data == true)
   481                     || (call_control == true && read_user_data == true)
   482                     || (net_access == true && multimedia == true)
   482                     || (net_access == true && multimedia == true)
   483                     || (net_access == true && read_user_data == true)
   483                     || (net_access == true && read_user_data == true)
   484                     || (messaging == true && multimedia == true)
   484                     || (messaging == true && multimedia == true)
   485                     || (messaging == true && read_user_data == true)) ?
   485                     || (messaging == true && read_user_data == true)) ?
   486                     new Id("settings_inst_query_perm_net", "N/A") :
   486                     new Id("settings_inst_query_perm_net", "info_inst_query_perm_net") :
   487                     new Id("settings_inst_query_perm_sec", "N/A"));
   487                     new Id("settings_inst_query_perm_sec", "info_inst_query_perm_sec"));
   488 
   488 
   489                 iBlanketPermissionsDetails.put(msUidKey,
   489                 iBlanketPermissionsDetails.put(msUidKey,
   490                                                UserSecuritySettingsImpl.getLocalizedString(
   490                                                UserSecuritySettingsImpl.getLocalizedString(
   491                                                    blanketPermissionsDetails));
   491                                                    blanketPermissionsDetails));
   492             }
   492             }