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

1 23 4 5

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 26 import android.os.AsyncResult;
275 AsyncResult ar;
278 ar = (AsyncResult) (msg.obj);
297 onSetComplete(Message msg, AsyncResult ar){
CdmaCallTracker.java 19 import android.os.AsyncResult;
153 r.notifyRegistrant(new AsyncResult(null, null, null));
460 new AsyncResult(null, null, null));
463 new AsyncResult(null, null, null));
477 handlePollCalls(AsyncResult ar) {
    [all...]
CdmaServiceStateTracker.java 24 import android.os.AsyncResult;
267 AsyncResult ar;
330 ar = (AsyncResult) msg.obj;
337 ar = (AsyncResult) msg.obj;
387 ar = (AsyncResult) msg.obj;
392 ar = (AsyncResult) msg.obj;
434 ar = (AsyncResult) msg.obj;
445 ar = (AsyncResult) msg.obj;
461 ar = (AsyncResult) msg.obj;
475 ar = (AsyncResult)msg.obj
    [all...]
CDMAPhone.java 26 import android.os.AsyncResult;
586 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
606 mMmiCompleteRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
684 AsyncResult.forMessage(response).exception = ce;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java 22 import android.os.AsyncResult;
148 AsyncResult ar;
152 ar = (AsyncResult)msg.obj;
164 ar = (AsyncResult)msg.obj;
DataConnection.java 36 import android.os.AsyncResult;
422 AsyncResult.forMessage(msg, response, null);
436 // msg.obj will be returned in AsyncResult.userObj;
463 * msg.what == EVENT_DEACTIVATE_DONE and msg.obj == AsyncResult with AsyncResult.obj
466 * @param o is the object returned in the AsyncResult.obj.
485 AsyncResult ar = new AsyncResult(o, null, null);
495 AsyncResult.forMessage(msg);
535 AsyncResult.forMessage(connectionCompletedMsg)
    [all...]
  /packages/services/Telephony/src/com/android/phone/
ChangeIccPinScreen.java 23 import android.os.AsyncResult;
82 AsyncResult ar = (AsyncResult) msg.obj;
234 private void handleResult(AsyncResult ar) {
NetworkSetting.java 26 import android.os.AsyncResult;
86 AsyncResult ar;
97 ar = (AsyncResult) msg.obj;
121 ar = (AsyncResult) msg.obj;
387 * AsyncResult. Otherwise, the functionality which takes the
EmergencyCallHelper.java 26 import android.os.AsyncResult;
191 ServiceState state = (ServiceState) ((AsyncResult) msg.obj).result;
236 Connection conn = (Connection) ((AsyncResult) msg.obj).result;
IccNetworkDepersonalizationPanel.java 20 import android.os.AsyncResult;
86 AsyncResult res = (AsyncResult) msg.obj;
FdnSetting.java 22 import android.os.AsyncResult;
245 AsyncResult ar = (AsyncResult) msg.obj;
277 AsyncResult ar = (AsyncResult) msg.obj;
CallFeaturesSetting.java 39 import android.os.AsyncResult;
386 private Map<Integer, AsyncResult> mForwardingChangeResults = null;
398 private AsyncResult mVoicemailChangeResult = null;
691 Map<Integer, AsyncResult> results =
699 AsyncResult result = results.get(fi.reason);
    [all...]
CallStateMonitor.java 19 import android.os.AsyncResult;
EmergencyCallbackModeExitDialog.java 32 import android.os.AsyncResult;
338 if(!((Boolean)((AsyncResult) msg.obj).result).booleanValue()) {
PhoneGlobals.java 38 import android.os.AsyncResult;
297 onMMIComplete((AsyncResult) msg.obj);
729 otaUtils.onOtaProvisionStatusChanged((AsyncResult) msg.obj);
    [all...]
  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_linux.cc 208 DaemonController::AsyncResult result = DaemonController::RESULT_FAILED;
230 DaemonController::AsyncResult result = DaemonController::RESULT_FAILED;
242 DaemonController::AsyncResult result = DaemonController::RESULT_FAILED;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 20 import android.os.AsyncResult;
247 * AsyncResult in msg.obj where AsyncResult#result contains the
326 * an AsyncResult, and onComplete.obj.exception will be non-null
403 AsyncResult ar = (AsyncResult) msg.obj;
425 AsyncResult ar = (AsyncResult) msg.obj;
448 protected abstract void handlePollStateResult(int what, AsyncResult ar);
496 * new radio technology will be returned AsyncResult#result as an Integer Object
    [all...]
RIL.java 35 import android.os.AsyncResult;
198 AsyncResult.forMessage(mResult, ret, ex);
643 new AsyncResult (null, mLastNITZTimeInfo, null));
    [all...]
BaseCommands.java 24 import android.os.AsyncResult;
142 r.notifyRegistrant(new AsyncResult(null, null, null));
162 r.notifyRegistrant(new AsyncResult(null, null, null));
182 r.notifyRegistrant(new AsyncResult(null, null, null));
202 r.notifyRegistrant(new AsyncResult(null, null, null));
647 r.notifyRegistrant(new AsyncResult(null, new Integer(mRilVersion), null));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 19 import android.os.AsyncResult;
418 new AsyncResult(null, null, null));
421 new AsyncResult(null, null, null));
431 handlePollCalls(AsyncResult ar) {
856 AsyncResult ar;
865 ar = (AsyncResult)msg.obj;
872 handlePollCalls((AsyncResult)msg.obj);
877 ar = (AsyncResult)msg.obj;
885 ar = (AsyncResult)msg.obj;
894 ar = (AsyncResult)msg.obj
    [all...]
GsmMmiCode.java     [all...]
GsmSMSDispatcher.java 23 import android.os.AsyncResult;
95 handleStatusReport((AsyncResult) msg.obj);
116 * @param ar AsyncResult passed into the message handler. ar.result should
119 private void handleStatusReport(AsyncResult ar) {
GsmServiceStateTracker.java 30 import android.os.AsyncResult;
274 AsyncResult ar;
325 ar = (AsyncResult) msg.obj;
332 ar = (AsyncResult) msg.obj;
363 ar = (AsyncResult) msg.obj;
375 ar = (AsyncResult) msg.obj;
387 ar = (AsyncResult) msg.obj;
404 ar = (AsyncResult) msg.obj;
412 ar = (AsyncResult) msg.obj;
419 ar = (AsyncResult) msg.obj
    [all...]
  /external/chromium_org/remoting/webapp/
host_plugin_proto.js 54 * @param {function(remoting.HostController.AsyncResult):void} callback
76 * @param {function(remoting.HostController.AsyncResult):void} callback
82 /** @param {function(remoting.HostController.AsyncResult):void} callback
  /packages/apps/Settings/src/com/android/settings/
IccLockSettings.java 24 import android.os.AsyncResult;
104 AsyncResult ar = (AsyncResult) msg.obj;

Completed in 402 milliseconds

1 23 4 5