Searched refs:mKeystore (Results 1 – 2 of 2) sorted by relevance
48 private Text mKeystore; field in KeystoreSelectionPage83 mKeystore = new Text(composite, SWT.BORDER); in createControl()84 mKeystore.setLayoutData(gd = new GridData(GridData.FILL_HORIZONTAL)); in createControl()101 mKeystore.setText(fileName); in createControl()138 mKeystore.addModifyListener(new ModifyListener() { in createControl()141 mWizard.setKeystore(mKeystore.getText().trim()); in createControl()184 mKeystore.setText(keystore); in onShow()211 String keystore = mKeystore.getText().trim(); in onChange()
162 private String mKeystore; field in ExportWizard204 ProjectHelper.saveStringProperty(mProject, PROPERTY_KEYSTORE, mKeystore); in performFinish()244 mKeystore, in doExport()270 FileInputStream fis = new FileInputStream(mKeystore); in doExport()407 mKeystore = path; in setKeystore()415 return mKeystore; in getKeystore()