HomeSort by relevance Sort by last modified time
    Searched refs:post (Results 201 - 225 of 1923) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/telecomm/java/android/telecom/
RemoteConnection.java 106 * Invoked when the post-dial sequence in the outgoing {@code Connection} has reached a
107 * pause character. This causes the post-dial signals to stop pending user confirmation. An
112 * @param remainingPostDialSequence The post-dial characters that remain to be sent.
117 * Invoked when the post-dial sequence in the outgoing {@code Connection} has processed
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowHandlerTest.java 48 handler1.post(new Say("first thing"));
51 handler2.post(new Say("second thing"));
61 handler1.post(new Say("first thing"));
64 handler2.post(new Say("second thing"));
86 handler1.post(new Say("first thing"));
89 handler2.post(new Say("second thing"));
105 new Handler().post(scratchRunnable);
129 handler.post(scratchRunnable);
192 new Handler().post(task1);
209 h.post(new Runnable()
    [all...]
  /frameworks/base/core/java/android/provider/
FontsContract.java 316 // We use a background thread to post the content resolving work for all requests on. This
355 sHandler.post(() -> {
504 callerThreadHandler.post(() -> callback.onTypefaceRetrieved(cachedTypeface));
508 handler.post(() -> {
513 callerThreadHandler.post(() -> callback.onTypefaceRequestFailed(
521 callerThreadHandler.post(() -> callback.onTypefaceRetrieved(anotherCachedTypeface));
528 callerThreadHandler.post(() -> callback.onTypefaceRequestFailed(
532 callerThreadHandler.post(() -> callback.onTypefaceRequestFailed(
537 callerThreadHandler.post(() -> callback.onTypefaceRequestFailed(
545 callerThreadHandler.post(() -> callback.onTypefaceRequestFailed
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
HandlerTest.java 50 handler1.post(new Say("first thing"));
53 handler2.post(new Say("second thing"));
63 handler1.post(new Say("first thing"));
66 handler2.post(new Say("second thing"));
82 handler1.post(new Say("first thing"));
85 handler2.post(new Say("second thing"));
101 new Handler().post(scratchRunnable);
125 handler.post(scratchRunnable);
188 new Handler().post(task1);
205 // Post two messages to handler. Handle first message and confirm that msg poste
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraAgent.java 71 mHandler.post(new Runnable() {
113 mHandler.post(new Runnable() {
122 mHandler.post(new Runnable() {
131 mHandler.post(new Runnable() {
140 mHandler.post(new Runnable() {
149 mHandler.post(new Runnable() {
320 getCameraHandler().post(bundle.mUnlockRunnable);
373 * An interface that takes camera operation requests and post messages to the
449 getCameraHandler().post(bundle.mUnlockRunnable);
535 getCameraHandler().post(bundle.mUnlockRunnable)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestActivity.java 171 mHandler.post(new Runnable() {
180 mHandler.post(new Runnable() {
193 mHandler.post(new Runnable() {
204 mHandler.post(new Runnable() {
240 mHandler.post(new Runnable() {
  /external/syslinux/gpxe/src/core/
malloc.c 106 struct memory_block *post; local
122 * post-block. After this split, the "pre"
128 post = ( ( ( void * ) block ) + size );
131 post, ( ( ( void * ) pre ) + pre->size ) );
132 /* If there is a "post" block, add it in to
138 post->size = post_size;
139 list_add ( &post->list, &pre->list );
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
WaltTcpConnection.java 86 networkHandler.post(new Runnable() {
106 mainHandler.post(new Runnable() {
129 networkHandler.post(new Runnable() {
143 networkHandler.post(new Runnable() {
160 networkHandler.post(new Runnable() {
MidiTest.java 89 handler.post(new Runnable() {
115 handler.post(new Runnable() {
316 handler.post(new Runnable() {
338 handler.post(finishMidiInRunnable);
343 handler.post(requestNoteRunnable);
345 handler.post(finishMidiInRunnable);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
Divider.java 113 mView.post(new Runnable() {
129 mView.post(new Runnable() {
147 mView.post(new Runnable() {
200 mView.post(() -> {
217 mView.post(() -> mView.notifyDockSideChanged(newDockSide));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
AutoTileManager.java 73 mHandler.post(() -> mColorsSetting.setListening(false));
107 mHandler.post(() -> Dependency.get(ManagedProfileController.class)
126 mHandler.post(() -> Dependency.get(DataSaverController.class).removeCallback(
139 mHandler.post(() -> Dependency.get(HotspotController.class)
167 mHandler.post(() -> Dependency.get(ColorDisplayController.class)
  /frameworks/support/browser/src/main/java/androidx/browser/customtabs/
CustomTabsClient.java 197 mHandler.post(new Runnable() {
209 mHandler.post(new Runnable() {
221 mHandler.post(new Runnable() {
233 mHandler.post(new Runnable() {
246 mHandler.post(new Runnable() {
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp 74 msg->post();
80 msg->post();
88 msg->post();
94 msg->post();
245 reply->post();
260 reply->post();
292 msg->post();
313 reply->post();
344 reply->post();
358 reply->post();
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
LevelSystem.java 71 mGameFlowEvent.post(GameFlowEvent.EVENT_RESTART_LEVEL, 0,
76 mGameFlowEvent.post(GameFlowEvent.EVENT_GO_TO_NEXT_LEVEL, 0,
85 mGameFlowEvent.post(type, index,
  /external/sfntly/cpp/src/sfntly/
tag.cc 34 const int32_t Tag::post = TAG('p', 'o', 's', 't'); member in class:sfntly::Tag
81 Tag::post,
103 Tag::post,
  /frameworks/base/core/java/android/bluetooth/le/
PeriodicAdvertisingManager.java 205 handler.post(new Runnable() {
223 handler.post(new Runnable() {
232 handler.post(new Runnable() {
  /frameworks/base/libs/hwui/thread/
WorkQueue.h 94 void post(F&& func) { function in class:android::uirenderer::WorkQueue
102 post([task]() { std::invoke(*task); });
109 post([&task]() { std::invoke(task); });
  /frameworks/base/services/core/java/com/android/server/
CountryDetectorService.java 173 BackgroundThread.getHandler().post(this);
180 mHandler.post(new Runnable() {
196 mHandler.post(new Runnable() {
  /hardware/interfaces/broadcastradio/common/tests/
IdentifierIterator_test.cpp 72 auto post = it; local
74 EXPECT_NE(++pre, post++);
75 EXPECT_EQ(pre, post);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
JavaNetHttpHelper.java 97 public String post(PostRequest request) throws IOException, HttpException { method in class:JavaNetHttpHelper
98 return post(request.getUrl(), request.getHeaders(), request.getContent());
101 public String post(String url, Map<String,String> requestHeaders, String content) method in class:JavaNetHttpHelper
112 c.setRequestMethod("POST");
  /external/caliper/lib/
jersey-client-1.11.jar 
  /packages/apps/Car/Media/src/com/android/car/media/
MediaPlaybackModel.java 286 mHandler.post(() -> {
319 mHandler.post(() -> {
368 mHandler.post(() -> {
375 mHandler.post(() -> {
382 mHandler.post(() -> {
391 mHandler.post(() -> {
  /cts/tests/app/src/android/app/cts/
ListActivityTest.java 121 view.post(() -> view.getViewTreeObserver().removeOnDrawListener(this));
122 view.post(() -> token.release());
  /cts/tests/tests/simpleperf/
Android.mk 42 TMP_FILE=`mktemp $(OUT_DIR)/simpleperf-post-link-XXXXXXXXXX` && \
  /external/curl/docs/cmdline-opts/
get.d 3 Help: Put the post data in the URL and use GET
6 or --data-urlencode to be used in an HTTP GET request instead of the POST
10 If used in combination with --head, the POST data will instead be appended to

Completed in 740 milliseconds

1 2 3 4 5 6 7 891011>>