Searched refs:message (Results 201 - 225 of 746) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/app/
H A DProgressDialog.java38 * A dialog showing a progress indicator and an optional text message or view.
39 * Only a text message or a view can be used at the same time.
118 * @param message the text to be displayed in the dialog
122 CharSequence message) {
123 return show(context, title, message, false);
131 * @param message the text to be displayed in the dialog
137 CharSequence message, boolean indeterminate) {
138 return show(context, title, message, indeterminate, false, null);
146 * @param message the text to be displayed in the dialog
154 CharSequence message, boolea
121 show(Context context, CharSequence title, CharSequence message) argument
136 show(Context context, CharSequence title, CharSequence message, boolean indeterminate) argument
153 show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable) argument
172 show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable, OnCancelListener cancelListener) argument
453 setMessage(CharSequence message) argument
[all...]
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dservice.h31 * Reserved message opcodes used by libpdx. The reserved opcodes start at the
41 // System message sent when a new client channel is open.
43 // System message sent when a channel is closed.
68 * Message class represents an RPC message, and implicitly the blocked sender
69 * waiting for a response. Every message should get a reply, at some point
71 * indefinitely. In order to enforce this and prevent leaking message ids,
77 * 2. The responsibility for the message is moved to another instance of
165 * Various ways to reply to a message.
220 * EINVAL - the value of |ref| is invalid or the message id for this
221 * message i
503 CheckChannel(const Message* message, ChannelReference ref, std::shared_ptr<C>* channel) const argument
[all...]
H A Dstatus.h117 // Returns the error message associated with error code stored in the object.
118 // The message is the same as the string returned by strerror(status.error()).
122 std::string message; local
124 message = ErrorStatus::ErrorToString(error_);
125 return message;
158 std::string message; local
160 message = ErrorStatus::ErrorToString(error_);
161 return message;
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java1625 Message message = mCaller.obtainMessageIOO(DO_INIT, connectionId,
1627 mCaller.sendMessage(message);
1631 Message message = mCaller.obtainMessage(DO_ON_INTERRUPT);
1632 mCaller.sendMessage(message);
1636 Message message = mCaller.obtainMessageBO(
1638 mCaller.sendMessage(message);
1642 Message message = mCaller.obtainMessageI(DO_ON_GESTURE, gestureId);
1643 mCaller.sendMessage(message);
1647 Message message = mCaller.obtainMessage(DO_CLEAR_ACCESSIBILITY_CACHE);
1648 mCaller.sendMessage(message);
1702 executeMessage(Message message) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebChromeClient.java111 * View system and send the supplied resultMsg message to its target with
121 * @param resultMsg The message to send when once a new WebView has been
161 * @param message Message to be displayed in the window.
165 public boolean onJsAlert(WebView view, String url, String message, argument
178 * @param message Message to be displayed in the window.
183 public boolean onJsConfirm(WebView view, String url, String message, argument
196 * @param message Message to be displayed in the window.
202 public boolean onJsPrompt(WebView view, String url, String message, argument
218 * @param message Message to be displayed in the window.
223 public boolean onJsBeforeUnload(WebView view, String url, String message, argument
362 onConsoleMessage(String message, int lineNumber, String sourceID) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp128 String8 message; local
129 message.appendFormat("Failed to initialize display event receiver. status=%d", status);
130 jniThrowRuntimeException(env, message.string());
150 String8 message; local
151 message.appendFormat("Failed to schedule next vertical sync pulse. status=%d", status);
152 jniThrowRuntimeException(env, message.string());
H A Dandroid_os_UEventObserver.cpp55 ALOGV("Matched uevent message with pattern: %s", match.string());
74 ALOGV("Received uevent message: %s", buffer);
77 // Assume the message is ASCII.
78 jchar message[length]; local
80 message[i] = buffer[i];
82 return env->NewString(message, length);
H A Dandroid_view_InputEventReceiver.cpp195 String8 message; local
196 message.appendFormat("Failed to finish input event. status=%d", status);
197 jniThrowRuntimeException(env, message.string());
352 String8 message; local
353 message.appendFormat("Failed to initialize input event receiver. status=%d", status);
354 jniThrowRuntimeException(env, message.string());
375 String8 message; local
376 message.appendFormat("Failed to finish input event. status=%d", status);
377 jniThrowRuntimeException(env, message.string());
389 String8 message; local
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaBassBoostTest.java67 private static void assumeTrue(String message, boolean cond) { argument
68 assertTrue("(assume)"+message, cond);
71 private void log(String testName, String message) { argument
72 Log.v(TAG, "["+testName+"] "+message);
75 private void loge(String testName, String message) { argument
76 Log.e(TAG, "["+testName+"] "+message);
H A DMediaVirtualizerTest.java67 private static void assumeTrue(String message, boolean cond) { argument
68 assertTrue("(assume)"+message, cond);
71 private void log(String testName, String message) { argument
72 Log.v(TAG, "["+testName+"] "+message);
75 private void loge(String testName, String message) { argument
76 Log.e(TAG, "["+testName+"] "+message);
/frameworks/base/packages/PrintSpooler/jni/
H A Dcom_android_printspooler_util_BitmapSerializeUtils.cpp74 static void throwException(JNIEnv* env, const char* className, const char* message) { argument
76 env->ThrowNew(exceptionClass, message);
79 static void throwIllegalStateException(JNIEnv* env, char *message) { argument
81 throwException(env, className, message);
84 static void throwIllegalArgumentException(JNIEnv* env, char* message) { argument
86 throwException(env, className, message);
/frameworks/base/proto/src/
H A Dwifi.proto25 message WifiLog {
97 message ScanReturnEntry {
126 message WifiSystemStateEntry {
261 message RouterFingerPrint {
342 message ConnectionEvent {
414 message RssiPollCount {
423 message AlertReasonCount {
432 message WifiScoreCount {
441 message SoftApDurationBucket {
454 message SoftApReturnCodeCoun
[all...]
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/test/
H A Dtest_macros.h61 ::testing::Message message; local
62 message << "Expected \"" << expectedStr
66 return ::testing::AssertionFailure(message);
81 ::testing::Message message; local
82 message << "Expected \"" << expectedStr
86 return ::testing::AssertionFailure(message);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneStateIntentReceiver.java170 Message message = Message.obtain(mTarget, mAsuEventWhat);
171 mTarget.sendMessage(message);
181 Message message = Message.obtain(mTarget,
183 mTarget.sendMessage(message);
189 Message message = Message.obtain(mTarget,
191 mTarget.sendMessage(message);
/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DAppBridge.java16 public static final String PROV_MESSAGE = "prov-message";
36 public void showStatus(OSUOperationStatus status, String spName, String message, argument
41 if (message != null) {
42 intent.putExtra(PROV_MESSAGE, message);
/frameworks/native/services/surfaceflinger/
H A DMessageQueue.h46 // return true if message has a handler
56 virtual void handleMessage(const Message& message);
74 virtual void handleMessage(const Message& message);
104 status_t postMessage(const sp<MessageBase>& message, nsecs_t reltime=0);
106 // sends INVALIDATE message at next VSYNC
108 // sends REFRESH message at next VSYNC
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimActivationTrackerTest.java110 * Fails a test with the given message.
112 static public void fail(String message) { argument
113 if (message == null) {
116 throw new AssertionFailedError(message);
/frameworks/base/core/java/android/os/
H A DTestLooperManager.java54 // Post a message that will keep the looper blocked as long as we are dispatching.
73 * Returns the next message that should be executed by this queue, may block
76 * Callers should always call {@link #recycle(Message)} on the message when all
81 // the message for the block.
109 * Executes the given message on the Looper thread this wrapper is
113 * or not), but all RuntimeExceptions encountered while executing the message will
116 public void execute(Message message) { argument
120 message.target.dispatchMessage(message);
123 execution.m = message;
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListWithMailMessages.java45 + "message, with a bunch of text and stuff.</p>", true));
69 * POJO mail message.
127 MailMessage message = getItem(position);
136 subject.setText(message.getSubject());
139 body.loadData(message.getBody(), mimeType, null);
140 // body.setText(message.getBody());
141 body.setFocusable(message.isFocusable());
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DHTTPHandler.java85 public OSUResponse exchangeSOAP(URL url, String message) throws IOException { argument
86 HTTPResponse response = exchangeWithRetry(url, message, HTTPMessage.Method.POST,
103 public ByteBuffer exchangeBinary(URL url, String message, String contentType) argument
106 exchangeWithRetry(url, message, HTTPMessage.Method.POST, contentType);
119 private HTTPResponse exchangeWithRetry(URL url, String message, HTTPMessage.Method method, argument
125 response = httpExchange(url, message, method, contentType);
145 private HTTPResponse httpExchange(URL url, String message, HTTPMessage.Method method, argument
148 HTTPRequest request = new HTTPRequest(message, mCharset, method, url, contentType, false);
158 request = new HTTPRequest(message, StandardCharsets.ISO_8859_1, method, url,
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java176 private void showDialog(String title, String message) { argument
179 .setMessage(message)
212 final String message = mContext.getString(messageId,
215 showDialog(null, message);
220 String message = null;
223 message = mContext.getString(R.string.kg_failed_attempts_almost_at_wipe,
227 message = mContext.getString(R.string.kg_failed_attempts_almost_at_erase_user,
231 message = mContext.getString(R.string.kg_failed_attempts_almost_at_erase_profile,
235 showDialog(null, message);
239 String message
537 showMessage(String message, int color) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSHost.java25 void warn(String message, Throwable t); argument
/frameworks/base/packages/services/PacProcessor/jni/
H A Dcom_android_pacprocessor_PacNative.cpp35 void AlertMessage(String16 message) { argument
36 String8 str(message);
39 void ErrorMessage(String16 message) { argument
40 String8 str(message);
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteFillService.java101 void onFillRequestFailure(@Nullable CharSequence message, argument
104 void onSaveRequestFailure(@Nullable CharSequence message, argument
210 Message message = mHandler.obtainMessage(MyHandler.MSG_UNBIND);
211 mHandler.sendMessageDelayed(message, TIMEOUT_IDLE_BIND_MILLIS);
293 CharSequence message) {
296 mCallbacks.onFillRequestFailure(message, mComponentName.getPackageName());
310 CharSequence message) {
313 mCallbacks.onSaveRequestFailure(message, mComponentName.getPackageName());
378 public void executeMessage(Message message) {
380 Slog.w(LOG_TAG, "Not handling " + message
292 dispatchOnFillRequestFailure(PendingRequest pendingRequest, CharSequence message) argument
309 dispatchOnSaveRequestFailure(PendingRequest pendingRequest, CharSequence message) argument
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DAssertCmd.h36 const std::string& message() const { return m_Message; } function in class:mcld::AssertCmd

Completed in 2215 milliseconds

1234567891011>>