Searched refs:message (Results 276 - 300 of 746) sorted by relevance

<<11121314151617181920>>

/frameworks/support/customtabs/tests/src/android/support/customtabs/
H A DTestCustomTabsService.java70 protected int postMessage(CustomTabsSessionToken sessionToken, String message, Bundle extras) { argument
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DKeepaliveTracker.java138 /** Sends a message back to the application via its PacketKeepalive.Callback. */
145 // Not called from ConnectivityService handler thread, so send it a message.
218 Message message = Message.obtain();
219 message.what = EVENT_PACKET_KEEPALIVE;
220 message.arg1 = slot;
221 message.arg2 = err;
222 message.obj = null;
224 messenger.send(message);
248 public void handleStartKeepalive(Message message) { argument
249 KeepaliveInfo ki = (KeepaliveInfo) message
302 handleEventPacketKeepalive(NetworkAgentInfo nai, Message message) argument
[all...]
/frameworks/base/core/java/android/app/
H A DIBackupAgent.aidl177 * @param message The message to be passed to the agent's application in an exception.
179 void fail(String message);
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothMapClient.aidl37 boolean sendMessage(in BluetoothDevice device, in Uri[] contacts, in String message,
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
H A DRemotePrintServicePlugin.java157 private PluginException(PrintServicePlugin plugin, String message, Throwable e) { argument
158 super(plugin + ": " + message, e);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DObjects.java110 * with the given detail message.
112 public static <T> T requireNonNull(T o, String message) { argument
114 throw new NullPointerException(message);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSoftApManager.java276 public boolean processMessage(Message message) { argument
277 switch (message.what) {
302 int result = startSoftAp((WifiConfiguration) message.obj);
367 public boolean processMessage(Message message) { argument
368 switch (message.what) {
370 if (message.obj != mNetworkObserver) {
374 boolean isUp = message.arg1 == 1;
384 if (message.what == CMD_AP_INTERFACE_BINDER_DEATH) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DVisualVoicemailSmsParser.java28 * Class wrapping the raw OMTP message data, internally represented as as map of all key-value
49 * Parses the supplied SMS body and returns back a structured OMTP message. Returns null if
84 * @param message The sms string with the prefix removed.
88 private static Bundle parseSmsBody(String message) { argument
91 String[] entries = message.split(";");
/frameworks/rs/rsov/compiler/
H A Drs2spirv.cpp68 errs() << "Fails to load bitcode: " << EC.message();
75 errs() << "Fails to materialize: " << EC.message();
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
H A DUnitTest.java62 protected void _RS_ASSERT(String message, boolean b) { argument
64 Log.e(name, message + " FAILED");
78 /* Ignore the case where our message receiver has been
97 RSoVTest.log("Unit test got unexpected message");
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
H A DBalls.java110 static void log(String message) { argument
112 Log.v(LOG_TAG, message);
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DUnitTest.java59 protected void _RS_ASSERT(String message, boolean b) { argument
61 Log.e(name, message + " FAILED");
74 /* Ignore the case where our message receiver has been
92 RSTest.log("Unit test got unexpected message");
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUnitTest.java59 protected void _RS_ASSERT(String message, boolean b) { argument
61 Log.e(name, message + " FAILED");
74 /* Ignore the case where our message receiver has been
92 RSTest.log("Unit test got unexpected message");
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUnitTest.java62 protected void _RS_ASSERT(String message, boolean b) { argument
64 Log.e(name, message + " FAILED");
78 /* Ignore the case where our message receiver has been
97 RSTest.log("Unit test got unexpected message");
/frameworks/rs/tests/lldb/tests/harness/
H A Ddecorators.py40 def __init__(self, skip_condition, message="skipped"):
42 self._message = message
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsSessionToken.java81 public void onPostMessage(String message, Bundle extras) {
83 mCallbackBinder.onPostMessage(message, extras);
H A DICustomTabsService.aidl38 int postMessage(in ICustomTabsCallback callback, String message, in Bundle extras) = 7;
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmPlugin.h213 const Vector<uint8_t>& message,
216 message.size() == 0) {
226 const Vector<uint8_t>& message,
229 message.size() == 0 || signature.size() == 0) {
239 const Vector<uint8_t>& message,
243 message.size() == 0 || wrappedKey.size() == 0) {
210 sign( const Vector<uint8_t>& sessionId, const Vector<uint8_t>& keyId, const Vector<uint8_t>& message, Vector<uint8_t>& signature) argument
223 verify( const Vector<uint8_t>& sessionId, const Vector<uint8_t>& keyId, const Vector<uint8_t>& message, const Vector<uint8_t>& signature, bool& match) argument
236 signRSA( const Vector<uint8_t>& sessionId, const String8& algorithm, const Vector<uint8_t>& message, const Vector<uint8_t>& wrappedKey, Vector<uint8_t>& signature) argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaEqualizerTest.java71 private static void assumeTrue(String message, boolean cond) { argument
72 assertTrue("(assume)"+message, cond);
75 private void log(String testName, String message) { argument
76 Log.v(TAG, "["+testName+"] "+message);
79 private void loge(String testName, String message) { argument
80 Log.e(TAG, "["+testName+"] "+message);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DKeyEventDispatcher.java76 * @param messageTypeForSendKeyEvent The field to populate {@code message.what} for the
77 * message that carries a {@code KeyEvent} to be sent to the input filter
150 Message message = mKeyEventTimeoutHandler.obtainMessage(
152 mKeyEventTimeoutHandler.sendMessageDelayed(message, ON_KEY_EVENT_TIMEOUT_MILLIS);
202 public boolean handleMessage(Message message) { argument
203 if (message.what != MSG_ON_KEY_EVENT_TIMEOUT) {
204 Slog.w(LOG_TAG, "Unknown message: " + message.what);
207 PendingKeyEvent pendingKeyEvent = (PendingKeyEvent) message.obj;
/frameworks/base/tools/preload2/src/com/android/preload/ui/
H A DSwingUI.java170 public boolean showConfirmDialog(String title, String message) { argument
177 return JOptionPane.showConfirmDialog(this, title, message, JOptionPane.YES_NO_OPTION)
188 public String showInputDialog(String message) { argument
195 return JOptionPane.showInputDialog(message);
206 public <T> T showChoiceDialog(String title, String message, T[] choices) { argument
215 message,
/frameworks/base/tools/streaming_proto/test/
H A Dtest.proto31 message Sibling {
38 message All {
52 message Nested {
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_surface.h69 pdx::Message& message, size_t meta_size_bytes) = 0;
86 // Synchronizes access to mutable state below between message dispatch thread
95 // handler runs on the VrFlinger message dispatch thread.
96 pdx::Status<void> HandleMessage(pdx::Message& message);
99 pdx::Message& message, const display::SurfaceAttributes& attributes);
100 pdx::Status<display::SurfaceInfo> OnGetSurfaceInfo(pdx::Message& message);
132 pdx::Message& message, size_t meta_size_bytes) override;
157 pdx::Message& message, size_t meta_size_bytes) override;
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipSession.java182 * @param errorMessage error message
193 * @param errorMessage error message
221 * @param errorMessage error message
525 String message) {
528 message);
533 public void onError(ISipSession session, int errorCode, String message) {
535 mListener.onError(SipSession.this, errorCode, message);
555 String message) {
558 message);
/frameworks/opt/telephony/src/java/android/telephony/gsm/
H A DSmsMessage.java32 * A Short Message Service message.
67 /** The maximum number of payload bytes per message
73 * The maximum number of payload bytes per message if a user data header
82 /** The maximum number of payload septets per message
88 * The maximum number of payload septets per message if a user data header
181 * Calculates the number of SMS's required to encode the message body and
182 * the number of characters remaining until the next message, given the
185 * @param messageBody the message to encode
192 * units remaining until the next message. int[3] is the encoding
193 * type that should be used for the message
241 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested, byte[] header) argument
269 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested) argument
[all...]

Completed in 7323 milliseconds

<<11121314151617181920>>