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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/telecomm/java/android/telecom/
Connection.java 628 mMessageHandler.obtainMessage(
633 mMessageHandler.obtainMessage(
638 mMessageHandler.obtainMessage(MSG_SET_CAMERA, cameraId).sendToTarget();
642 mMessageHandler.obtainMessage(MSG_SET_PREVIEW_SURFACE, surface).sendToTarget();
646 mMessageHandler.obtainMessage(MSG_SET_DISPLAY_SURFACE, surface).sendToTarget();
650 mMessageHandler.obtainMessage(
655 mMessageHandler.obtainMessage(MSG_SET_ZOOM, value).sendToTarget();
662 mMessageHandler.obtainMessage(MSG_SEND_SESSION_MODIFY_REQUEST, args).sendToTarget();
666 mMessageHandler.obtainMessage(
671 mMessageHandler.obtainMessage(MSG_REQUEST_CAMERA_CAPABILITIES).sendToTarget()
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallTracker.java 75 mLastRelevantPoll = obtainMessage(EVENT_POLL_CALLS_RESULT);
82 Message msg = obtainMessage();
143 return obtainMessage(what);
IccPhoneBookInterfaceManager.java 181 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
229 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
276 Message response = mBaseHandler.obtainMessage(EVENT_LOAD_DONE, status);
SubscriptionInfoUpdater.java 191 sendMessage(obtainMessage(EVENT_SIM_ABSENT, slotId, -1));
193 sendMessage(obtainMessage(EVENT_SIM_UNKNOWN, slotId, -1));
195 sendMessage(obtainMessage(EVENT_SIM_IO_ERROR, slotId, -1));
203 sendMessage(obtainMessage(EVENT_SIM_LOCKED, slotId, -1, reason));
205 sendMessage(obtainMessage(EVENT_SIM_LOADED, slotId, -1));
344 obtainMessage(EVENT_SIM_LOCKED_QUERY_ICCID_DONE,
441 obtainMessage(EVENT_GET_NETWORK_SELECTION_MODE_DONE, new Integer(slotId)));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
IconLoader.java 193 Message msg = obtainMessage(EVENT_READ_CLUT_DONE);
206 Message msg = obtainMessage(EVENT_READ_EF_IMG_RECOED_DONE);
212 Message msg = obtainMessage(EVENT_READ_ICON_DONE);
CommandParamsFactory.java 357 .obtainMessage(MSG_ID_LOAD_ICON_DONE));
399 .obtainMessage(MSG_ID_LOAD_ICON_DONE));
456 .obtainMessage(MSG_ID_LOAD_ICON_DONE));
535 .obtainMessage(MSG_ID_LOAD_ICON_DONE));
647 .obtainMessage(MSG_ID_LOAD_ICON_DONE));
659 .obtainMessage(MSG_ID_LOAD_ICON_DONE));
698 .obtainMessage(MSG_ID_LOAD_ICON_DONE));
821 .obtainMessage(MSG_ID_LOAD_ICON_DONE));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimDataDownloadHandler.java 91 obtainMessage(EVENT_WRITE_SMS_COMPLETE));
105 if (sendMessage(obtainMessage(EVENT_START_DATA_DOWNLOAD, smsMessage))) {
169 mCi.sendEnvelopeWithStatus(encodedEnvelope, obtainMessage(
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecordCache.java 159 obtainMessage(EVENT_UPDATE_ADN_DONE, efid, recordIndex, adn));
237 obtainMessage(EVENT_UPDATE_ADN_DONE, efid, index, newAdn));
299 obtainMessage(EVENT_LOAD_ALL_ADN_LIKE_DONE, efid, 0));
RuimRecords.java 809 mCi.getCDMASubscription(obtainMessage(EVENT_GET_CDMA_SUBSCRIPTION_DONE));
818 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE));
822 obtainMessage(EVENT_GET_ICCID_DONE));
826 obtainMessage(EVENT_GET_ICC_RECORD_DONE, new EfPlLoaded()));
830 obtainMessage(EVENT_GET_ICC_RECORD_DONE, new EfCsimLiLoaded()));
834 obtainMessage(EVENT_GET_ICC_RECORD_DONE, new EfCsimSpnLoaded()));
838 obtainMessage(EVENT_GET_ICC_RECORD_DONE, new EfCsimMdnLoaded()));
842 obtainMessage(EVENT_GET_ICC_RECORD_DONE, new EfCsimImsimLoaded()));
846 obtainMessage(EVENT_GET_ICC_RECORD_DONE, new EfCsimCdmaHomeLoaded()));
852 obtainMessage(EVENT_GET_ICC_RECORD_DONE, new EfCsimEprlLoaded()))
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 409 Message msg = mHandler.obtainMessage(MESSAGE_CONNECT, device);
416 Message msg = mHandler.obtainMessage(MESSAGE_DISCONNECT,device);
471 Message msg = mHandler.obtainMessage(MESSAGE_GET_PROTOCOL_MODE,device);
485 Message msg = mHandler.obtainMessage(MESSAGE_VIRTUAL_UNPLUG,device);
497 Message msg = mHandler.obtainMessage(MESSAGE_SET_PROTOCOL_MODE);
511 Message msg = mHandler.obtainMessage(MESSAGE_GET_REPORT);
529 Message msg = mHandler.obtainMessage(MESSAGE_SET_REPORT);
549 /*Message msg = mHandler.obtainMessage(MESSAGE_SEND_DATA);
559 Message msg = mHandler.obtainMessage(MESSAGE_ON_GET_PROTOCOL_MODE);
566 Message msg = mHandler.obtainMessage(MESSAGE_ON_GET_REPORT)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java 116 Message reply = ContactsAsyncHelper.this.obtainMessage(msg.what);
164 Message msg = sThreadHandler.obtainMessage(DEFAULT_TOKEN);
213 Message msg = sThreadHandler.obtainMessage(DEFAULT_TOKEN);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 564 final Message msg = mHandler.obtainMessage(
574 mHandler.obtainMessage(MSG_SIM_STATE_CHANGE, args.subId, args.slotId, args.simState)
577 mHandler.sendMessage(mHandler.obtainMessage(MSG_RINGER_MODE_CHANGED,
581 mHandler.sendMessage(mHandler.obtainMessage(MSG_PHONE_STATE_CHANGED, state));
595 mHandler.obtainMessage(MSG_SERVICE_STATE_CHANGE, subId, 0, serviceState));
607 mHandler.sendMessage(mHandler.obtainMessage(MSG_USER_INFO_CHANGED,
610 mHandler.sendMessage(mHandler.obtainMessage(MSG_FACE_UNLOCK_STATE_CHANGED, 1,
613 mHandler.sendMessage(mHandler.obtainMessage(MSG_FACE_UNLOCK_STATE_CHANGED, 0,
    [all...]
  /frameworks/base/core/java/android/content/pm/
LauncherApps.java 475 obtainMessage(MSG_ADDED, info).sendToTarget();
482 obtainMessage(MSG_REMOVED, info).sendToTarget();
489 obtainMessage(MSG_CHANGED, info).sendToTarget();
498 obtainMessage(MSG_AVAILABLE, info).sendToTarget();
507 obtainMessage(MSG_UNAVAILABLE, info).sendToTarget();
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CameraDeviceUserShim.java 216 Message msg = getHandler().obtainMessage(CAMERA_ERROR,
224 Message msg = getHandler().obtainMessage(CAMERA_IDLE);
230 Message msg = getHandler().obtainMessage(CAPTURE_STARTED,
241 Message msg = getHandler().obtainMessage(RESULT_RECEIVED,
248 Message msg = getHandler().obtainMessage(PREPARED,
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
StorageMeasurement.java 287 sendMessage(obtainMessage(MSG_CONNECTED, imcs));
306 mMainHandler.obtainMessage(0, mCached).sendToTarget();
313 sendMessage(obtainMessage(MSG_CONNECTED, mDefaultContainer));
338 mMainHandler.obtainMessage(0, mCached).sendToTarget();
358 final Message finished = mMeasurementHandler.obtainMessage(MeasurementHandler.MSG_COMPLETED,
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 147 sendMessageDelayed(obtainMessage(MSG_START_TUTORIAL), 100);
807 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_PREDICTION), 0);
813 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_PREDICTION),
816 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_PREDICTION),
821 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_PREDICTION), 0);
    [all...]
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareImpl.java 314 Message m = mReaperHandler.obtainMessage(REAPER_GEOFENCE_ADDED, callback);
449 mReaperHandler.obtainMessage(REAPER_MONITOR_CALLBACK_ADDED, callback);
453 Message m = mCallbacksHandler.obtainMessage(CALLBACK_ADD, callback);
461 Message m = mCallbacksHandler.obtainMessage(CALLBACK_REMOVE, callback);
498 Message message = mGeofenceHandler.obtainMessage(
519 Message message = mCallbacksHandler.obtainMessage(GEOFENCE_STATUS, event);
533 Message message = mGeofenceHandler.obtainMessage(operation);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java     [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCameraAgentImpl.java 328 obtainMessage(CameraActions.CAPTURE_PHOTO, callbacks).sendToTarget();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 255 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
383 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
459 .obtainMessage(DISCONNECT_MAP, 0, 0, device));
584 mSessionStatusHandler.obtainMessage (UPDATE_MAS_INSTANCES,
    [all...]
  /frameworks/base/core/java/android/hardware/fingerprint/
FingerprintManager.java     [all...]
  /frameworks/base/core/java/android/print/
PrintManager.java 552 mHandler.obtainMessage(MyHandler.MSG_ON_START,
588 mHandler.obtainMessage(MyHandler.MSG_ON_LAYOUT, args).sendToTarget();
621 mHandler.obtainMessage(MyHandler.MSG_ON_WRITE, args).sendToTarget();
630 mHandler.obtainMessage(MyHandler.MSG_ON_FINISH,
641 mHandler.obtainMessage(MyHandler.MSG_ON_KILL,
    [all...]
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintService.java 189 mHandler.obtainMessage(MyHandler.MSG_ON_REQUEST_CANCEL_PRINT_JOB,
216 mHandler.obtainMessage(MyHandler.MSG_ON_PRINT_JOB_QUEUED,
309 mHandler.obtainMessage(MyHandler.MSG_START_PRINTER_DISCOVERY,
373 mHandler.obtainMessage(MyHandler.MSG_VALIDATE_PRINTERS,
400 mHandler.obtainMessage(MyHandler.MSG_START_PRINTER_STATE_TRACKING,
432 mHandler.obtainMessage(MyHandler.MSG_STOP_PRINTER_STATE_TRACKING,
  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioManager.java 152 mAudioManagerHandler.obtainMessage(MSG_AUDIO_MANAGER_INITIALIZE, 0, 0).sendToTarget();
458 mAudioManagerHandler.obtainMessage(
484 mAudioManagerHandler.obtainMessage(MSG_AUDIO_MANAGER_TURN_ON_SPEAKER, on ? 1 : 0, 0)
573 mAudioManagerHandler.obtainMessage(
588 mAudioManagerHandler.obtainMessage(MSG_AUDIO_MANAGER_ABANDON_AUDIO_FOCUS_FOR_CALL, 0, 0)
602 mAudioManagerHandler.obtainMessage(MSG_AUDIO_MANAGER_SET_MODE, newMode, 0).sendToTarget();
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
VisualizerTest.java 111 sendMessageDelayed(obtainMessage(MSG_NEW_CAPTURE, 0, 0, null), CAPTURE_PERIOD_MS);
137 sendMessageDelayed(obtainMessage(MSG_NEW_CAPTURE, 0, 0, null), CAPTURE_PERIOD_MS);
224 mVisualizerTestHandler.obtainMessage(msg, 0, 0, null));

Completed in 718 milliseconds

1 2 3 4 56 7 8 91011>>