HomeSort by relevance Sort by last modified time
    Searched refs:postMessage (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/chromeos_login_ext/
main.js 10 window.parent.postMessage(msg, PARENT_PAGE);
18 window.parent.postMessage(msg, PARENT_PAGE);
  /frameworks/base/core/java/android/webkit/
WebMessagePort.java 85 public abstract void postMessage(WebMessage message);
  /test/vts/web/dashboard/src/main/java/com/android/vts/api/
DatastoreRestServlet.java 46 DashboardPostMessage postMessage;
54 postMessage = DashboardPostMessage.parseFrom(value);
63 if (postMessage.hasAccessToken()) {
64 String accessToken = postMessage.getAccessToken();
80 for (TestReportMessage testReportMessage : postMessage.getTestReportList()) {
  /external/v8/tools/profviz/
worker.js 40 self.postMessage({ "call" : "log", "args" : text });
45 self.postMessage({ "call" : "displayplot", "args" : content});
50 self.postMessage({ "call" : "displayprof", "args" : content});
55 self.postMessage({ "call" : "range",
71 self.postMessage({ "call" : "script" });
76 self.postMessage({"call": "error", "args": text});
77 self.postMessage({"call": "reset"});
166 self.postMessage({"call": "error", "args": text});
169 self.postMessage({"call": "error", "args": text});
  /packages/services/Telecomm/src/com/android/server/telecom/
AsyncRingtonePlayer.java 56 postMessage(EVENT_PLAY, true /* shouldCreateHandler */, args);
62 postMessage(EVENT_STOP, false /* shouldCreateHandler */, null);
72 private void postMessage(int messageCode, boolean shouldCreateHandler, SomeArgs args) {
  /external/autotest/client/cros/
service_login.js 18 window.parent.postMessage(msg, gaia.chromeOSLogin.parent_page_url_);
25 window.parent.postMessage(msg, gaia.chromeOSLogin.parent_page_url_);
  /frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
SoundTriggerTestService.java 247 postMessage("Loading model: " + modelInfo.name);
268 postMessage("Unloading model: " + modelInfo.name);
293 postMessage("Reloading model: " + modelInfo.name);
319 postMessage("Creating SoundTriggerDetector for " + modelInfo.name);
324 postMessage("Starting recognition for " + modelInfo.name + ", UUID=" + modelInfo.modelUuid);
348 postMessage("Triggering stop recognition for " +
366 postMessage("Playing trigger audio for " + modelInfo.name);
369 postMessage("No trigger audio for " + modelInfo.name);
380 postMessage("Playing captured audio for " + modelInfo.name);
385 postMessage("No captured audio for " + modelInfo.name)
    [all...]
  /frameworks/support/customtabs/tests/src/android/support/customtabs/
TestCustomTabsService.java 70 protected int postMessage(CustomTabsSessionToken sessionToken, String message, Bundle extras) {
PostMessageServiceConnectionTest.java 95 mConnection.postMessage("message1", null);
97 mConnection.postMessage("message2", null);
PostMessageTest.java 137 assertEquals(CustomTabsService.RESULT_SUCCESS, mSession.postMessage("", null));
  /external/skia/tools/viewer/sk_app/android/
surface_glue_android.cpp 80 void SkiaAndroidApp::postMessage(const Message& message) const {
220 skiaAndroidApp->postMessage(Message(kDestroyApp));
228 skiaAndroidApp->postMessage(message);
236 skiaAndroidApp->postMessage(message);
242 skiaAndroidApp->postMessage(Message(kSurfaceDestroyed));
252 skiaAndroidApp->postMessage(message);
263 skiaAndroidApp->postMessage(message);
274 skiaAndroidApp->postMessage(message);
Window_android.cpp 74 fSkiaAndroidApp->postMessage(Message(kContentInvalidated));
surface_glue_android.h 55 void postMessage(const Message& message) const;
  /frameworks/support/customtabs/src/android/support/customtabs/
ICustomTabsService.aidl 38 int postMessage(in ICustomTabsCallback callback, String message, in Bundle extras) = 7;
CustomTabsService.java 63 * Indicates that the postMessage request was accepted.
67 * Indicates that the postMessage request was not allowed due to a bad argument or requesting
72 * Indicates that the postMessage request has failed due to a {@link RemoteException} .
76 * Indicates that the postMessage request has failed due to an internal error on the browser
136 public int postMessage(ICustomTabsCallback callback, String message, Bundle extras) {
137 return CustomTabsService.this.postMessage(
242 * Sends a request to create a two way postMessage channel between the client and the browser
247 * during the postMessage communication.
256 * Sends a postMessage request using the origin communicated via
265 * @return An integer constant about the postMessage request result. Will retur
    [all...]
CustomTabsSession.java 148 * Sends a request to create a two way postMessage channel between the client and the browser.
151 * during the postMessage communication.
166 * Sends a postMessage request using the origin communicated via
174 * @return An integer constant about the postMessage request result. Will return
178 public int postMessage(String message, Bundle extras) {
181 return mService.postMessage(mCallback, message, extras);
PostMessageServiceConnection.java 42 * After this, this {@link PostMessageServiceConnection} can be used for sending postMessage
75 * Notifies the client that the postMessage channel requested with
98 * {@link CustomTabsSession} has sent a postMessage. If postMessage() is called from a single
103 * @return Whether the postMessage was sent to the remote successfully.
105 public final boolean postMessage(String message, Bundle extras) {
  /cts/tests/tests/webkit/src/android/webkit/cts/
PostMessageTest.java 82 + " myPort.postMessage(f.data + counter++);"
142 channel[0].postMessage(new WebMessage(WEBVIEW_MESSAGE + i));
172 channel[0].postMessage(new WebMessage(WEBVIEW_MESSAGE));
195 + " myPort.postMessage('', [mc.port2]);"
216 message.getPorts()[0].postMessage(new WebMessage(hello));
  /frameworks/native/services/surfaceflinger/
MessageQueue.h 104 status_t postMessage(const sp<MessageBase>& message, nsecs_t reltime=0);
MessageQueue.cpp 123 status_t MessageQueue::postMessage(
  /frameworks/base/media/java/android/media/session/
MediaController.java 498 private final void postMessage(int what, Object obj, Bundle data) {
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
MultiTouchChannel.java 112 postMessage(ProtocolConstants.MT_FB_ACK, (byte[]) null);
  /prebuilts/sdk/current/support/customtabs/
android-support-customtabs.jar 
  /packages/apps/DeskClock/src/com/android/deskclock/
AsyncRingtonePlayer.java 80 postMessage(EVENT_PLAY, ringtoneUri, crescendoDuration, 0);
86 postMessage(EVENT_STOP, null, 0, 0);
97 postMessage(EVENT_VOLUME, null, 0, 50);
108 private void postMessage(int messageCode, Uri ringtoneUri, long crescendoDuration,
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Channel.java 283 * Gets number of messages sent via postMessage method.
285 * @return Number of messages sent via postMessage method.
376 postMessage(MSG_ENABLED, (byte[]) null);
385 postMessage(MSG_DISABLED, (byte[]) null);
508 public void postMessage(int msg_type, byte[] msg) {
523 public void postMessage(int msg_type, ByteBuffer msg) {

Completed in 2302 milliseconds

1 2