HomeSort by relevance Sort by last modified time
    Searched refs:obtainMessage (Results 51 - 75 of 532) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Music/src/com/android/music/
ScanningProgress.java 56 Message next = obtainMessage(CHECK);
77 Message msg = mHandler.obtainMessage(CHECK);
  /frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
RemoteDisplayProvider.java 331 mHandler.obtainMessage(MSG_SET_CALLBACK, callback).sendToTarget();
336 mHandler.obtainMessage(MSG_SET_DISCOVERY_MODE, mode, 0).sendToTarget();
341 mHandler.obtainMessage(MSG_CONNECT, id).sendToTarget();
346 mHandler.obtainMessage(MSG_DISCONNECT, id).sendToTarget();
351 mHandler.obtainMessage(MSG_SET_VOLUME, volume, 0, id).sendToTarget();
356 mHandler.obtainMessage(MSG_ADJUST_VOLUME, delta, 0, id).sendToTarget();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecordLoader.java 91 obtainMessage(EVENT_ADN_LOAD_DONE));
112 obtainMessage(EVENT_ADN_LOAD_ALL_DONE));
137 obtainMessage(EVENT_EF_LINEAR_RECORD_SIZE_DONE, adn));
180 data, mPin2, obtainMessage(EVENT_UPDATE_RECORD_DONE));
221 obtainMessage(EVENT_EXT_RECORD_LOAD_DONE, adn));
271 obtainMessage(EVENT_EXT_RECORD_LOAD_DONE, adn));
IccFileHandler.java 172 = obtainMessage(EVENT_GET_RECORD_SIZE_DONE,
203 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_IMG_DONE,
226 = obtainMessage(EVENT_GET_EF_LINEAR_RECORD_SIZE_DONE,
257 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_DONE,
288 Message response = obtainMessage(EVENT_GET_BINARY_SIZE_DONE,
306 Message response = obtainMessage(EVENT_READ_BINARY_DONE,
325 Message response = obtainMessage(EVENT_READ_ICON_DONE, fileid, 0,
504 obtainMessage(EVENT_READ_RECORD_DONE, lc));
532 obtainMessage(EVENT_READ_BINARY_DONE,
567 obtainMessage(EVENT_READ_RECORD_DONE, lc))
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
HandlerTest.java 207 handler.obtainMessage(123).sendToTarget();
208 Message frontMsg = handler.obtainMessage(345);
280 Message message = handler.obtainMessage(123, testObject);
294 Message message = handler.obtainMessage(123, testObject);
321 Message m0 = new Handler().obtainMessage();
325 Message m1 = new Handler().obtainMessage(1);
329 Message m2 = new Handler().obtainMessage(1, "foo");
333 Message m3 = new Handler().obtainMessage(1, 2, 3);
339 Message m4 = new Handler().obtainMessage(1, 2, 3, "foo");
382 h.sendMessageAtFrontOfQueue(h.obtainMessage());
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 213 handler.obtainMessage(MSG_SET_GENERATION_ID,
223 handler.obtainMessage(MSG_UPDATE_STATE, 0, state,
233 handler.obtainMessage(MSG_UPDATE_STATE, 0, state,
242 handler.obtainMessage(MSG_SET_TRANSPORT_CONTROLS, 0, transportControlFlags)
251 handler.obtainMessage(MSG_SET_METADATA, 0, 0, metadataEditor).sendToTarget();
360 sendMessageDelayed(obtainMessage(MESSAGE_ABS_VOL_TIMEOUT),
378 sendMessageDelayed(obtainMessage(MESSAGE_ABS_VOL_TIMEOUT), CMD_TIMEOUT_DELAY);
392 sendMessageDelayed(obtainMessage(MESSAGE_ABS_VOL_TIMEOUT),
446 Message posMsg = obtainMessage(MESSAGE_CHANGE_PLAY_POS);
457 Message posMsg = obtainMessage(MESSAGE_CHANGE_PLAY_POS)
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
IInputConnectionWrapper.java 147 dispatchMessage(obtainMessage(DO_FINISH_COMPOSING_TEXT));
164 dispatchMessage(obtainMessage(DO_BEGIN_BATCH_EDIT));
168 dispatchMessage(obtainMessage(DO_END_BATCH_EDIT));
450 Message obtainMessage(int what) {
451 return mH.obtainMessage(what);
455 return mH.obtainMessage(what, arg1, arg2);
459 return mH.obtainMessage(what, 0, 0, arg1);
466 return mH.obtainMessage(what, arg1, 0, args);
473 return mH.obtainMessage(what, arg1, arg2, args);
481 return mH.obtainMessage(what, 0, 0, args)
    [all...]
  /frameworks/base/core/java/android/content/
AsyncQueryHandler.java 111 Message reply = args.handler.obtainMessage(token);
168 Message msg = mWorkerThreadHandler.obtainMessage(token);
210 Message msg = mWorkerThreadHandler.obtainMessage(token);
236 Message msg = mWorkerThreadHandler.obtainMessage(token);
264 Message msg = mWorkerThreadHandler.obtainMessage(token);
  /frameworks/base/core/java/android/net/
DnsPinger.java 177 sendMessageDelayed(obtainMessage(ACTION_LISTEN_FOR_RESPONSE, mEventCounter, 0),
227 sendMessageDelayed(obtainMessage(ACTION_LISTEN_FOR_RESPONSE, mEventCounter, 0),
269 sendMessageDelayed(obtainMessage(ACTION_PING_DNS, id, timeout,
276 obtainMessage(ACTION_CANCEL_ALL_PINGS).sendToTarget();
285 mTarget.sendMessage(obtainMessage(DNS_PING_RESULT, internalId, responseVal));
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DrawActivity.java 63 mHandler.obtainMessage(RenderSpecHandler.CANVAS_MSG, 0, arg2, canvasClient).sendToTarget();
65 mHandler.obtainMessage(RenderSpecHandler.WEB_VIEW_MSG, 0, arg2, webViewUrl).sendToTarget();
67 mHandler.obtainMessage(RenderSpecHandler.LAYOUT_MSG, layoutId, arg2).sendToTarget();
  /frameworks/base/core/java/android/hardware/camera2/legacy/
GLThreadManager.java 174 handler.sendMessageAtFrontOfQueue(handler.obtainMessage(MSG_CLEANUP));
197 handler.sendMessage(handler.obtainMessage(MSG_NEW_FRAME));
219 Message m = handler.obtainMessage(MSG_NEW_CONFIGURATION, /*arg1*/0, /*arg2*/0, configure);
  /frameworks/base/core/java/android/widget/
AdapterViewFlipper.java 198 Message msg = mHandler.obtainMessage(FLIP_MSG);
214 Message msg = mHandler.obtainMessage(FLIP_MSG);
244 Message msg = mHandler.obtainMessage(FLIP_MSG);
Filter.java 112 Message message = mThreadHandler.obtainMessage(FILTER_TOKEN);
239 message = mResultHandler.obtainMessage(what);
246 Message finishMessage = mThreadHandler.obtainMessage(FINISH_TOKEN);
  /frameworks/base/services/core/java/com/android/server/am/
AppNotRespondingDialog.java 80 mHandler.obtainMessage(FORCE_CLOSE));
83 mHandler.obtainMessage(WAIT));
88 mHandler.obtainMessage(WAIT_AND_REPORT));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
RilMessageDecoder.java 87 Message msg = obtainMessage(CMD_START);
99 Message msg = obtainMessage(RilMessageDecoder.CMD_PARAMS_READY);
106 Message msg = mCaller.obtainMessage(CatService.MSG_ID_RIL_MSG_DECODED,
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 110 mStateMachine.sendMessage(mStateMachine.obtainMessage(
574 Message msg = mStateMachine.obtainMessage(HeadsetClientStateMachine.HOLD_CALL);
586 Message msg = mStateMachine.obtainMessage(HeadsetClientStateMachine.ACCEPT_CALL);
600 Message msg = mStateMachine.obtainMessage(HeadsetClientStateMachine.REJECT_CALL);
613 Message msg = mStateMachine.obtainMessage(HeadsetClientStateMachine.TERMINATE_CALL);
627 Message msg = mStateMachine.obtainMessage(HeadsetClientStateMachine.ENTER_PRIVATE_MODE);
641 Message msg = mStateMachine.obtainMessage(HeadsetClientStateMachine.REDIAL);
654 Message msg = mStateMachine.obtainMessage(HeadsetClientStateMachine.DIAL_NUMBER);
667 Message msg = mStateMachine.obtainMessage(HeadsetClientStateMachine.DIAL_MEMORY);
680 Message msg = mStateMachine.obtainMessage(HeadsetClientStateMachine.SEND_DTMF)
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CLIRListPreference.java 44 mHandler.obtainMessage(MyHandler.MESSAGE_SET_CLIR));
55 mPhone.getOutgoingCallerIdDisplay(mHandler.obtainMessage(MyHandler.MESSAGE_GET_CLIR,
166 mPhone.getOutgoingCallerIdDisplay(obtainMessage(MESSAGE_GET_CLIR,
CallWaitingCheckBoxPreference.java 44 mPhone.getCallWaiting(mHandler.obtainMessage(MyHandler.MESSAGE_GET_CALL_WAITING,
57 mHandler.obtainMessage(MyHandler.MESSAGE_SET_CALL_WAITING));
135 mPhone.getCallWaiting(obtainMessage(MESSAGE_GET_CALL_WAITING,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 104 mHandler.obtainMessage(MESSAGE_STATE_CHANGE, state, -1).sendToTarget();
190 Message msg = mHandler.obtainMessage(MESSAGE_DEVICE_NAME);
249 Message msg = mHandler.obtainMessage(MESSAGE_TOAST);
261 Message msg = mHandler.obtainMessage(MESSAGE_TOAST);
464 mHandler.obtainMessage(MESSAGE_READ, bytes, -1, buffer)
484 mHandler.obtainMessage(MESSAGE_WRITE, -1, -1, buffer)
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 92 mHandler.obtainMessage(Constants.MESSAGE_STATE_CHANGE, state, -1).sendToTarget();
200 Message msg = mHandler.obtainMessage(Constants.MESSAGE_DEVICE_NAME);
260 Message msg = mHandler.obtainMessage(Constants.MESSAGE_TOAST);
275 Message msg = mHandler.obtainMessage(Constants.MESSAGE_TOAST);
482 mHandler.obtainMessage(Constants.MESSAGE_READ, bytes, -1, buffer)
504 mHandler.obtainMessage(Constants.MESSAGE_WRITE, -1, -1, buffer)
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 92 mHandler.obtainMessage(Constants.MESSAGE_STATE_CHANGE, state, -1).sendToTarget();
200 Message msg = mHandler.obtainMessage(Constants.MESSAGE_DEVICE_NAME);
260 Message msg = mHandler.obtainMessage(Constants.MESSAGE_TOAST);
275 Message msg = mHandler.obtainMessage(Constants.MESSAGE_TOAST);
482 mHandler.obtainMessage(Constants.MESSAGE_READ, bytes, -1, buffer)
504 mHandler.obtainMessage(Constants.MESSAGE_WRITE, -1, -1, buffer)
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 90 mHandler.obtainMessage(BluetoothChat.MESSAGE_STATE_CHANGE, state, -1).sendToTarget();
176 Message msg = mHandler.obtainMessage(BluetoothChat.MESSAGE_DEVICE_NAME);
235 Message msg = mHandler.obtainMessage(BluetoothChat.MESSAGE_TOAST);
250 Message msg = mHandler.obtainMessage(BluetoothChat.MESSAGE_TOAST);
457 mHandler.obtainMessage(BluetoothChat.MESSAGE_READ, bytes, -1, buffer)
478 mHandler.obtainMessage(BluetoothChat.MESSAGE_WRITE, -1, -1, buffer)
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatService.java 92 mHandler.obtainMessage(Constants.MESSAGE_STATE_CHANGE, state, -1).sendToTarget();
200 Message msg = mHandler.obtainMessage(Constants.MESSAGE_DEVICE_NAME);
260 Message msg = mHandler.obtainMessage(Constants.MESSAGE_TOAST);
275 Message msg = mHandler.obtainMessage(Constants.MESSAGE_TOAST);
482 mHandler.obtainMessage(Constants.MESSAGE_READ, bytes, -1, buffer)
504 mHandler.obtainMessage(Constants.MESSAGE_WRITE, -1, -1, buffer)
  /frameworks/base/core/java/android/app/trust/
TrustManager.java 113 Message m = mHandler.obtainMessage(MSG_TRUST_CHANGED, (enabled ? 1 : 0), userId,
123 mHandler.obtainMessage(MSG_TRUST_MANAGED_CHANGED, (managed ? 1 : 0), userId,
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 122 mHandler.obtainMessage(MSG_ADD_CONNECTION_SERVICE_ADAPTER, adapter).sendToTarget();
126 mHandler.obtainMessage(MSG_REMOVE_CONNECTION_SERVICE_ADAPTER, adapter).sendToTarget();
142 mHandler.obtainMessage(MSG_CREATE_CONNECTION, args).sendToTarget();
147 mHandler.obtainMessage(MSG_ABORT, callId).sendToTarget();
155 mHandler.obtainMessage(MSG_ANSWER_VIDEO, args).sendToTarget();
160 mHandler.obtainMessage(MSG_ANSWER, callId).sendToTarget();
165 mHandler.obtainMessage(MSG_REJECT, callId).sendToTarget();
170 mHandler.obtainMessage(MSG_DISCONNECT, callId).sendToTarget();
175 mHandler.obtainMessage(MSG_HOLD, callId).sendToTarget();
180 mHandler.obtainMessage(MSG_UNHOLD, callId).sendToTarget()
    [all...]

Completed in 1670 milliseconds

1 23 4 5 6 7 8 91011>>