/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
D | KeystoreSelectionPage.java | 123 setErrorMessage(null); in createControl() 205 setErrorMessage(null); in onChange() 213 setErrorMessage("Enter path to keystore."); in onChange() 220 setErrorMessage("Keystore does not exist."); in onChange() 225 setErrorMessage("Keystore path is a directory."); in onChange() 230 setErrorMessage("File already exists."); in onChange() 239 setErrorMessage("Enter keystore password."); in onChange() 243 setErrorMessage("Keystore password is too short - must be at least 6 characters."); in onChange() 250 setErrorMessage("Confirm keystore password."); in onChange() 256 setErrorMessage("Keystore passwords do not match."); in onChange()
|
D | KeyCreationPage.java | 135 setErrorMessage(null); in createControl() 243 setErrorMessage(null); in onChange() 247 setErrorMessage("Enter key alias."); in onChange() 255 setErrorMessage("Key alias already exists in keystore."); in onChange() 264 setErrorMessage("Enter key password."); in onChange() 268 setErrorMessage("Key password is too short - must be at least 6 characters."); in onChange() 274 setErrorMessage("Key passwords don't match."); in onChange() 280 setErrorMessage("Key certificate validity is required."); in onChange() 286 setErrorMessage("Key certificate validity must be between 1 and 1000 years."); in onChange() 292 setErrorMessage("At least one Certificate issuer field is required to be non-empty."); in onChange()
|
D | ProjectCheckPage.java | 141 setErrorMessage(null); in buildErrorUi() 156 setErrorMessage("Select project to export."); in buildErrorUi() 223 setErrorMessage("Application cannot be exported due to the error(s) below."); in addError() 263 setErrorMessage("Select project to export."); in handleProjectNameChange() 265 setErrorMessage("Project name contains unsupported characters!"); in handleProjectNameChange() 278 setErrorMessage(null); in handleProjectNameChange() 286 setErrorMessage(String.format("There is no android project named '%1$s'", in handleProjectNameChange()
|
D | KeyCheckPage.java | 93 setErrorMessage(null); in createControl() 204 setErrorMessage("Unable to find key."); in onShow() 237 setErrorMessage("Certificate is expired."); in onShow() 294 setErrorMessage(null); in onDestinationChange() 300 setErrorMessage("Enter destination for the APK file."); in onDestinationChange() 309 setErrorMessage("Destination is a directory."); in onDestinationChange() 318 setErrorMessage("Not a valid directory."); in onDestinationChange()
|
D | KeySelectionPage.java | 106 setErrorMessage(null); in createControl() 241 setErrorMessage(null); in onChange() 246 setErrorMessage("Select a key alias."); in onChange() 252 setErrorMessage("Enter key password."); in onChange()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
D | BuildPreferencePage.java | 123 setErrorMessage("Not a valid keystore path."); in createFieldEditors() 170 setErrorMessage(e.getMessage()); in getFingerprints() 172 setErrorMessage(e.getMessage()); in getFingerprints() 174 setErrorMessage(e.getMessage()); in getFingerprints() 176 setErrorMessage(e.getMessage()); in getFingerprints() 376 setErrorMessage("Uknown error when getting the debug key!"); in handleException()
|
D | AndroidPreferencePage.java | 130 setErrorMessage(Messages.AndroidPreferencePage_ERROR_Reserved_Char); in doCheckState() 136 setErrorMessage(JFaceResources.getString( in doCheckState() 147 setErrorMessage(message.replaceAll("\n", " ")); //$NON-NLS-1$ //$NON-NLS-2$ in doCheckState()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ExtractIncludeWizard.java | 100 setErrorMessage("Provide a name for the new layout"); in validatePage() 107 setErrorMessage(message); in validatePage() 113 setErrorMessage(null); in validatePage()
|
D | WrapInWizard.java | 120 setErrorMessage("ID required"); in validatePage() 128 setErrorMessage(message); in validatePage() 136 setErrorMessage("Select a container type"); in validatePage() 141 setErrorMessage(null); in validatePage()
|
D | ExtractStyleWizard.java | 351 setErrorMessage("Provide a name for the new style"); in validatePage() 358 setErrorMessage(message); in validatePage() 365 setErrorMessage("Choose at least one attribute to extract"); in validatePage() 370 setErrorMessage(null); in validatePage()
|
D | ChangeViewWizard.java | 184 setErrorMessage("Select a widget type to convert to"); in validatePage() 187 setErrorMessage(null); in validatePage()
|
D | ChangeLayoutWizard.java | 167 setErrorMessage("Select a layout type"); in validatePage() 170 setErrorMessage(null); in validatePage()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/preferences/ |
D | NdkPreferencePage.java | 57 setErrorMessage(Messages.NDKPreferencePage_not_a_valid_directory); in doCheckState() 63 setErrorMessage(Messages.NDKPreferencePage_not_a_valid_NDK_directory); in doCheckState()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | UpdateToolsPage.java | 75 setErrorMessage(null); in validatePage() 78 setErrorMessage("The tools need to be updated via the SDK Manager"); in validatePage()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
D | AndroidJUnitLaunchConfigurationTab.java | 568 setErrorMessage(e.getMessage()); in handleSearchButtonSelected() 681 setErrorMessage(null); in validatePage() 686 setErrorMessage(JUnitMessages.JUnitLaunchConfigurationTab_error_noContainer); in validatePage() 695 setErrorMessage(JUnitMessages.JUnitLaunchConfigurationTab_error_projectnotdefined); in validatePage() 702 setErrorMessage(Messages.format( in validatePage() 710 setErrorMessage(JUnitMessages.JUnitLaunchConfigurationTab_error_projectnotexists); in validatePage() 718 setErrorMessage( in validatePage() 724 setErrorMessage(JUnitMessages.JUnitLaunchConfigurationTab_error_testnotdefined); in validatePage() 728 setErrorMessage(Messages.format( in validatePage() 742 setErrorMessage(JUnitMessages.JUnitLaunchConfigurationTab_error_testcasenotonpath); in validateJavaProject() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
D | ExtractStringInputPage.java | 336 setErrorMessage("Please provide a resource ID."); in validatePage() 345 setErrorMessage(String.format( in validatePage() 362 setErrorMessage("A resource file name is required."); in validatePage() 365 setErrorMessage("The XML file name is not valid."); in validatePage() 373 setErrorMessage(null); in validatePage() 385 setErrorMessage(msg); in validatePage()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
D | NdkDebuggerTab.java | 227 setErrorMessage("Invalid gdb location."); in checkParameters() 237 setErrorMessage("Invalid gdbinit location."); in checkParameters() 247 setErrorMessage("Port should be a valid integer"); in checkParameters() 252 setErrorMessage(null); in checkParameters()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
D | SystraceOptionsDialogV2.java | 208 setErrorMessage(msg); in validateFields() 215 setErrorMessage("Trace Duration should be a valid integer (seconds)"); in validateFields() 222 setErrorMessage("Trace Buffer Size should be a valid integer (kilobytes)"); in validateFields() 228 setErrorMessage(null); in validateFields()
|
D | SystraceOptionsDialogV1.java | 248 setErrorMessage(msg); in validateFields() 255 setErrorMessage("Trace Duration should be a valid integer (seconds)"); in validateFields() 262 setErrorMessage("Trace Buffer Size should be a valid integer (kilobytes)"); in validateFields() 268 setErrorMessage(null); in validateFields()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
D | ExportStatus.java | 43 public void setErrorMessage(String error) { in setErrorMessage() method in ExportStatus
|
D | BuildFileCreator.java | 242 status.setErrorMessage(e.getMessage()); in createBuildFiles() 261 status.setErrorMessage(e.getMessage()); in createBuildFiles() 269 status.setErrorMessage(e.getMessage()); in createBuildFiles() 573 exportStatus.setErrorMessage(s); in validateEdit()
|
D | ConfirmationPage.java | 249 setErrorMessage("Enable overriding of existing files before clicking Finish"); in updateEnablement() 252 setErrorMessage(null); in updateEnablement()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
D | MainLaunchConfigTab.java | 465 setErrorMessage("Project Name is required!"); in checkParameters() 467 setErrorMessage("Project name contains unsupported characters!"); in checkParameters() 480 setErrorMessage(null); in checkParameters() 482 setErrorMessage(String.format("There is no android project named '%1$s'", in checkParameters()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
D | UiClassAttributeNode.java | 305 setErrorMessage("Value is mandatory", text); 307 setErrorMessage(null, text); 323 setErrorMessage(BaseProjectHelper.testClassForManifest( 327 setErrorMessage(ce.getMessage(), text); 680 private final void setErrorMessage(String message, Text textWidget) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/ |
D | AddNativeWizardPage.java | 45 setErrorMessage(Messages.AddNativeWizardPage_Location_not_valid); in AddNativeWizardPage()
|