160161162163164165166167168169170
boolean checkBox = false; if( checkBoxStr.equals( "true" ) ) { checkBox = true; } new SecurityDialogUtil( tParam.getMSF(), buttonName, checkBox ).start(); } // need to set up dialog utils thread first int storageId = getStorageId(location); try {
153154155156157158159160161162163
157158159160161162163164165166167
165166167168169170171172173174175