Searched refs:message (Results 1 - 25 of 199) sorted by relevance

12345678

/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
H A DCanceledException.java28 CanceledException(String message) { argument
29 super(message);
32 CanceledException(String message, Throwable cause) { argument
33 super(message, cause);
H A DAdbCommandRejectedException.java28 AdbCommandRejectedException(String message) { argument
29 super(message);
30 mIsDeviceOffline = "device offline".equals(message);
34 AdbCommandRejectedException(String message, boolean errorDuringDeviceSelection) { argument
35 super(message);
37 mIsDeviceOffline = "device offline".equals(message);
H A DInstallException.java29 public InstallException(String message, Throwable cause) { argument
30 super(message, cause);
H A DSyncException.java60 private SyncError(String message) { argument
61 mMessage = message;
76 public SyncException(SyncError error, String message) { argument
77 super(message);
H A DLog.java121 * Sent when a log message needs to be printed.
122 * @param logLevel The {@link LogLevel} enum representing the priority of the message.
123 * @param tag The tag associated with the message.
124 * @param message The message to display.
126 public void printLog(LogLevel logLevel, String tag, String message); argument
129 * Sent when a log message needs to be printed, and, if possible, displayed to the user
131 * @param logLevel The {@link LogLevel} enum representing the priority of the message.
132 * @param tag The tag associated with the message.
133 * @param message Th
135 printAndPromptLog(LogLevel logLevel, String tag, String message) argument
166 v(String tag, String message) argument
175 d(String tag, String message) argument
184 i(String tag, String message) argument
193 w(String tag, String message) argument
202 e(String tag, String message) argument
211 logAndDisplay(LogLevel logLevel, String tag, String message) argument
325 println(LogLevel logLevel, String tag, String message) argument
341 printLog(LogLevel logLevel, String tag, String message) argument
351 getLogFormatString(LogLevel logLevel, String tag, String message) argument
[all...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
H A DCanceledByUserException.java26 public CanceledByUserException(String message) { argument
27 super(message);
H A DITaskMonitor.java130 * @param message The error message
133 public boolean displayPrompt(final String title, final String message); argument
141 * @param message The message to be displayed as an instruction.
146 public UserCredentials displayLoginCredentialsPrompt(String title, String message); argument
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
H A DInvalidTypeException.java32 * Constructs a new exception with the default detail message.
40 * Constructs a new exception with the specified detail message.
41 * @param message the detail message. The detail message is saved for later retrieval
45 public InvalidTypeException(String message) { argument
46 super(message);
50 * Constructs a new exception with the specified cause and a detail message of
52 * the class and detail message of cause).
63 * Constructs a new exception with the specified detail message an
71 InvalidTypeException(String message, Throwable cause) argument
[all...]
H A DInvalidValueTypeException.java36 * Constructs a new exception with the default detail message.
44 * Constructs a new exception with the specified detail message.
45 * @param message the detail message. The detail message is saved for later retrieval
49 public InvalidValueTypeException(String message) { argument
50 super(message);
54 * Constructs a new exception with the specified cause and a detail message of
56 * the class and detail message of cause).
67 * Constructs a new exception with the specified detail message an
75 InvalidValueTypeException(String message, Throwable cause) argument
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
H A DDexException.java26 DexException(String message) { argument
27 super(message);
30 DexException(String message, Throwable cause) { argument
31 super(message, cause);
H A DAaptExecException.java26 AaptExecException(String message, Throwable cause) { argument
27 super(message, cause);
H A DProguardExecException.java26 ProguardExecException(String message, Throwable cause) { argument
27 super(message, cause);
H A DNativeLibInJarException.java32 NativeLibInJarException(JarStatus status, String message, String libName, argument
34 super(message);
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/console/
H A DDdmConsole.java21 * Static Console used to ouput messages. By default outputs the message to System.out and
29 * Prints a message to the android console.
30 * @param message the message to print
33 public static void printErrorToConsole(String message) { argument
35 mConsole.printErrorToConsole(message);
37 System.err.println(message);
50 for (String message : messages) {
51 System.err.println(message);
57 * Prints a message t
61 printToConsole(String message) argument
[all...]
H A DIDdmConsole.java25 * Prints a message to the android console.
26 * @param message the message to print
28 public void printErrorToConsole(String message); argument
37 * Prints a message to the android console.
38 * @param message the message to print
40 public void printToConsole(String message); argument
/sdk/layoutlib_api/src/com/android/layoutlib/api/
H A DILayoutLog.java30 * Logs a warning message.
31 * @param message the message to log.
33 void warning(String message); argument
36 * Logs an error message.
37 * @param message the message to log.
39 void error(String message); argument
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/apicheck/
H A DApiCallTest7.class.data ... .lang.String, java.lang.Throwable) String message Throwable cause public void fun () throws java.io. ...
/sdk/layoutlib_api/sample/src/com/example/android/render/
H A DStdOutLogger.java34 public void error(String tag, String message, Object data) { argument
36 System.err.println("ERROR: [" + tag + "] " + message);
38 System.err.println("ERROR: " + message);
43 public void error(String tag, String message, Throwable throwable, Object data) { argument
44 error(tag, message, data);
49 public void fidelityWarning(String tag, String message, Throwable throwable, Object data) { argument
51 System.out.println("warning: [" + tag + "] " + message);
53 System.out.println("warning: " + message);
61 public void warning(String tag, String message, Object data) { argument
62 fidelityWarning(tag, message, nul
[all...]
/sdk/manifmerger/src/com/android/manifmerger/
H A DMergerLog.java41 @NonNull String message,
49 String.format(message, msgParams));
55 String.format(message, msgParams));
61 String.format(message, msgParams));
70 @NonNull String message,
79 String.format(message, msgParams));
86 String.format(message, msgParams));
93 String.format(message, msgParams));
121 @NonNull String message,
128 parentLog.error(severity, location, message, msgParam
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
H A DTestLogger.java32 String message = String.format(errorFormat, args);
34 message = t.toString() + ":" + message; //$NON-NLS-1$
36 Assert.fail(message);
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
H A DLayoutLog.java124 * @param message the message of the warning
127 public void warning(String tag, String message, Object data) { argument
137 * @param message the message of the warning
141 public void fidelityWarning(String tag, String message, Throwable throwable, Object data) { argument
148 * @param message the message of the error
151 public void error(String tag, String message, Object data) { argument
158 * @param message th
162 error(String tag, String message, Throwable throwable, Object data) argument
[all...]
/sdk/chimpchat/src/com/android/chimpchat/adb/
H A DCommandOutputCapture.java34 String message = new String(data, offset, length);
35 builder.append(message);
H A DLoggingOutputReceiver.java36 String message = new String(data, offset, length);
37 for (String line : message.split("\n")) {
/sdk/lint/cli/src/com/android/tools/lint/
H A DWarning.java35 public final String message; field in class:Warning
47 public Warning(Issue issue, String message, Severity severity, Project project, Object data) { argument
49 this.message = message;
89 return message.compareTo(other.message);
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
H A DIProgressUiProvider.java71 * @param message The error message
74 public abstract boolean displayPrompt(String title, String message); argument
82 * @param message The message to be displayed as an instruction.
85 public UserCredentials displayLoginCredentialsPrompt(String title, String message); argument

Completed in 344 milliseconds

12345678