HomeSort by relevance Sort by last modified time
    Searched full:asyncresult (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /external/libgdx/gdx/src/com/badlogic/gdx/assets/
AssetLoadingTask.java 28 import com.badlogic.gdx.utils.async.AsyncResult;
44 volatile AsyncResult<Void> depsFuture = null;
45 volatile AsyncResult<Void> loadFuture = null;
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsUtInterface.java 107 * The return value of ((AsyncResult)result.obj) is an array of {@link ImsSsInfo}.
113 * The return value of ((AsyncResult)result.obj) is an array of {@link ImsCallForwardInfo}.
119 * The return value of ((AsyncResult)result.obj) is an array of {@link ImsSsInfo}.
ImsUt.java 22 import android.os.AsyncResult;
118 * The return value of ((AsyncResult)result.obj) is an array of {@link ImsSsInfo}.
146 * The return value of ((AsyncResult)result.obj) is an array of {@link ImsCallForwardInfo}.
175 * The return value of ((AsyncResult)result.obj) is an array of {@link ImsSsInfo}.
547 AsyncResult.forMessage(result, null, new ImsException(errorString, error.mCode));
556 AsyncResult.forMessage(result, null, null);
565 AsyncResult.forMessage(result, ssInfo, null);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsStorageMonitor.java 23 import android.os.AsyncResult;
104 AsyncResult ar;
112 ar = (AsyncResult) msg.obj;
PhoneInternalInterface.java 260 * Message.obj will contain an AsyncResult.
261 * AsyncResult.result will be a SuppServiceNotification instance.
561 * ((AsyncResult)onComplete.obj) is an array of CallForwardInfo.
596 * ((AsyncResult)onComplete.obj) is an array of int, with a length of 2.
618 * ((AsyncResult)onComplete.obj) is an array of int, with a length of 1.
637 * On completion, <code>response.obj</code> is set to an AsyncResult with
650 * this is complete. <code>response.obj</code> will be an AsyncResult,
652 * On success, <code>AsyncResult.result</code> will be a <code>String[]</code>
688 * (String[])(((AsyncResult)response.obj).result).
690 * (((AsyncResult)response.obj).result) == null an
    [all...]
RIL.java 36 import android.os.AsyncResult;
232 AsyncResult.forMessage(mResult, ret, ex);
527 AsyncResult.forMessage( rr.mResult, timeoutResponse, null);
839 new AsyncResult (null, mLastNITZTimeInfo, null));
    [all...]
ProxyController.java 24 import android.os.AsyncResult;
341 AsyncResult ar = (AsyncResult)msg.obj;
351 RadioCapability rc = (RadioCapability) ((AsyncResult) msg.obj).result;
359 if (((AsyncResult) msg.obj).exception != null) {
408 RadioCapability rc = (RadioCapability) ((AsyncResult) msg.obj).result;
415 if (((AsyncResult) msg.obj).exception != null) {
433 RadioCapability rc = (RadioCapability) ((AsyncResult) msg.obj).result;
449 if ((((AsyncResult) msg.obj).exception != null) ||
476 RadioCapability rc = (RadioCapability) ((AsyncResult) msg.obj).result
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 24 import android.os.AsyncResult;
289 AsyncResult ar = (AsyncResult)msg.obj;
714 AsyncResult.forMessage(onComplete).exception = e;
728 AsyncResult.forMessage(onComplete).exception = e;
742 AsyncResult.forMessage(onComplete).exception = e;
756 AsyncResult.forMessage(onComplete).exception = e;
770 AsyncResult.forMessage(onComplete).exception = e;
820 AsyncResult.forMessage(onComplete).exception = e;
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
CdmaInboundSmsHandlerTest.java 22 import android.os.AsyncResult;
170 new AsyncResult(null, mSmsMessage, null));
204 new AsyncResult(null, mSmsMessage, null));
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkApp.java 24 import android.os.AsyncResult;
118 AsyncResult ar = (AsyncResult) msg.obj;
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeService.java 29 import android.os.AsyncResult;
68 resetEcmTimer((AsyncResult) msg.obj);
216 private void resetEcmTimer(AsyncResult r) {
IccNetworkDepersonalizationPanel.java 20 import android.os.AsyncResult;
109 AsyncResult res = (AsyncResult) msg.obj;
CallNotifier.java 36 import android.os.AsyncResult;
204 onDisplayInfo((AsyncResult) msg.obj);
209 onSignalInfo((AsyncResult) msg.obj);
242 onSuppServiceFailed((AsyncResult) msg.obj);
247 onTtyModeReceived((AsyncResult) msg.obj);
538 private void onDisplayInfo(AsyncResult r) {
558 private void onSuppServiceFailed(AsyncResult r) {
640 private void onTtyModeReceived(AsyncResult r) {
703 private void onSignalInfo(AsyncResult r) {
    [all...]
CdmaCallOptions.java 23 import android.os.AsyncResult;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
IconLoader.java 23 import android.os.AsyncResult;
131 AsyncResult ar;
136 ar = (AsyncResult) msg.obj;
145 ar = (AsyncResult) msg.obj;
160 ar = (AsyncResult) msg.obj;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 42 import android.os.AsyncResult;
458 AsyncResult.forMessage(msg, response, null);
472 // msg.obj will be returned in AsyncResult.userObj;
499 * msg.what == EVENT_DEACTIVATE_DONE and msg.obj == AsyncResult with AsyncResult.obj
502 * @param o is the object returned in the AsyncResult.obj.
528 AsyncResult ar = new AsyncResult(o, null, null);
543 AsyncResult.forMessage(msg);
581 AsyncResult.forMessage(connectionCompletedMsg)
    [all...]
DcController.java 23 import android.os.AsyncResult;
183 AsyncResult ar;
187 ar = (AsyncResult)msg.obj;
199 ar = (AsyncResult)msg.obj;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 270 processSsData(AsyncResult data) {
316 onSetComplete(null, new AsyncResult(null, ssData.cfInfo, ex));
321 onGetClirComplete(new AsyncResult(null, ssData.ssInfo, ex));
324 onQueryCfComplete(new AsyncResult(null, ssData.cfInfo, ex));
326 onQueryComplete(new AsyncResult(null, ssData.ssInfo, ex));
    [all...]
GsmSMSDispatcher.java 24 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) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneMmiCode.java 21 import android.os.AsyncResult;
    [all...]
ImsPhone.java 28 import android.os.AsyncResult;
461 AsyncResult ar = new AsyncResult(null, suppSvc, null);
574 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
613 AsyncResult ar = new AsyncResult(null, null, null);
899 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
915 AsyncResult.forMessage(onComplete, null,
    [all...]
  /frameworks/base/core/java/android/os/
RegistrantList.java 102 notifyRegistrants(AsyncResult ar)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 28 import android.os.AsyncResult;
282 AsyncResult ar;
285 ar = (AsyncResult) (msg.obj);
304 onSetComplete(Message msg, AsyncResult ar){
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneTest.java 24 import android.os.AsyncResult;
181 ((AsyncResult)messageArgumentCaptor.getValue().obj).result);
208 ((AsyncResult) messageArgumentCaptor.getValue().obj).result);
247 ((AsyncResult) messageArgumentCaptor.getValue().obj).result);
264 ((AsyncResult)messageArgumentCaptor.getValue().obj).result);
371 assertEquals(ssn, ((AsyncResult) message.obj).result);
372 assertEquals(null, ((AsyncResult) message.obj).userObj);
373 assertEquals(null, ((AsyncResult) message.obj).exception);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
UiccCardApplicationTest.java 17 import android.os.AsyncResult;
80 mException = (CommandException) ((AsyncResult) msg.obj).exception;

Completed in 926 milliseconds

1 23 4 5 6