/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcAsyncChannel.java | 359 * Bring up a connection to the apn and return an AsyncResult in onCompletedMsg. 365 * @param onCompletedMsg is sent with its msg.obj as an AsyncResult object. 366 * With AsyncResult.userObj set to the original msg.obj, 367 * AsyncResult.result = FailCause and AsyncResult.exception = Exception(). 382 * @param onCompletedMsg is sent with its msg.obj as an AsyncResult object. 383 * With AsyncResult.userObj set to the original msg.obj. 398 * @param onCompletedMsg is sent with its msg.obj as an AsyncResult object. 399 * With AsyncResult.userObj set to the original msg.obj.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipPhoneBase.java | 21 import android.os.AsyncResult; 93 AsyncResult result = new AsyncResult(null, Boolean.TRUE, null); 99 AsyncResult result = new AsyncResult(null, Boolean.FALSE, null); 335 AsyncResult.forMessage(onComplete, null, null); 352 AsyncResult.forMessage(onComplete, null, null); 360 AsyncResult.forMessage(onComplete, null, null); 366 AsyncResult.forMessage(onComplete, null, null);
|
/packages/apps/Settings/src/com/android/settings/ |
BandMode.java | 6 import android.os.AsyncResult; 146 private void bandListLoaded(AsyncResult result) { 215 AsyncResult ar; 218 ar = (AsyncResult) msg.obj; 224 ar = (AsyncResult) msg.obj;
|
/packages/services/Telephony/src/com/android/phone/ |
CdmaSystemSelectListPreference.java | 20 import android.os.AsyncResult; 117 AsyncResult ar = (AsyncResult) msg.obj; 147 AsyncResult ar = (AsyncResult) msg.obj;
|
NetworkQueryService.java | 23 import android.os.AsyncResult; 86 broadcastQueryResults((AsyncResult) msg.obj); 201 private void broadcastQueryResults (AsyncResult ar) { 208 if (DBG) log("AsyncResult is null."); 215 if (DBG) log("AsyncResult has exception " + exception);
|
CdmaSubscriptionListPreference.java | 20 import android.os.AsyncResult; 119 AsyncResult ar = (AsyncResult) msg.obj;
|
CallForwardEditPreference.java | 12 import android.os.AsyncResult; 202 AsyncResult ar = (AsyncResult) msg.obj; 272 AsyncResult ar = (AsyncResult) msg.obj;
|
ChangeIccPinScreen.java | 23 import android.os.AsyncResult; 82 AsyncResult ar = (AsyncResult) msg.obj; 234 private void handleResult(AsyncResult ar) {
|
/packages/services/Telephony/src/com/android/services/telephony/ |
TtyManager.java | 23 import android.os.AsyncResult; 46 AsyncResult ar = (AsyncResult) msg.obj; 55 AsyncResult ar = (AsyncResult) msg.obj;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
Phone.java | 28 import android.os.AsyncResult; 547 AsyncResult ar; 556 handleSetSelectNetwork((AsyncResult) msg.obj); 563 ar = (AsyncResult)msg.obj; 590 ar = (AsyncResult) msg.obj; 603 ar = (AsyncResult)msg.obj; 612 ar = (AsyncResult)msg.obj; 622 ar = (AsyncResult) msg.obj; 731 * Resulting events will have an AsyncResult in <code>Message.obj</code>. 732 * AsyncResult.userData will be set to the obj argument here [all...] |
TelephonyDevController.java | 23 import android.os.AsyncResult; 115 AsyncResult ar = (AsyncResult) sRilHardwareConfig.obj; 132 AsyncResult ar; 136 ar = (AsyncResult) msg.obj; 167 private static void handleGetHardwareConfigChanged(AsyncResult ar) {
|
IccPhoneBookInterfaceManager.java | 20 import android.os.AsyncResult; 64 AsyncResult ar; 68 ar = (AsyncResult) msg.obj; 83 ar = (AsyncResult) msg.obj; 90 ar = (AsyncResult)msg.obj; 104 private void notifyPending(AsyncResult ar) {
|
ImsSMSDispatcher.java | 23 import android.os.AsyncResult; 100 AsyncResult ar; 109 ar = (AsyncResult) msg.obj; 139 private void updateImsInfo(AsyncResult ar) { 234 AsyncResult ar = new AsyncResult(receivedIntent, msg, null);
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
IccPhoneBookInterfaceManagerTest.java | 20 import android.os.AsyncResult; 78 AsyncResult.forMessage(response).result = mAdnList; 103 AsyncResult.forMessage(response).exception = new RuntimeException();
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/async/ |
AsyncExecutor.java | 51 public <T> AsyncResult<T> submit (final AsyncTask<T> task) {
55 return new AsyncResult(executor.submit(new Callable<T>() {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
RuimRecords.java | 27 import android.os.AsyncResult; 183 AsyncResult.forMessage((onComplete)).exception = 243 public void onRecordLoaded(AsyncResult ar) { 257 public void onRecordLoaded(AsyncResult ar) { 285 public void onRecordLoaded(AsyncResult ar) { 358 public void onRecordLoaded(AsyncResult ar) { 375 public void onRecordLoaded(AsyncResult ar) { 412 public void onRecordLoaded(AsyncResult ar) { 445 public void onRecordLoaded(AsyncResult ar) { 450 private void onGetCSimEprlDone(AsyncResult ar) [all...] |
SIMRecords.java | 23 import android.os.AsyncResult; 339 * onComplete.obj will be an AsyncResult 340 * ((AsyncResult)onComplete.obj).exception == null on success 341 * ((AsyncResult)onComplete.obj).exception != null on fail 390 * onComplete.obj will be an AsyncResult 391 * ((AsyncResult)onComplete.obj).exception == null on success 392 * ((AsyncResult)onComplete.obj).exception != null on fail 398 AsyncResult.forMessage((onComplete)).exception = 422 AsyncResult.forMessage((onComplete)).exception = 632 AsyncResult ar [all...] |
IsimUiccRecords.java | 20 import android.os.AsyncResult; 108 AsyncResult ar; 124 ar = (AsyncResult)msg.obj; 135 ar = (AsyncResult)msg.obj; 205 public void onRecordLoaded(AsyncResult ar) { 216 public void onRecordLoaded(AsyncResult ar) { 233 public void onRecordLoaded(AsyncResult ar) { 244 public void onRecordLoaded(AsyncResult ar) { 254 public void onRecordLoaded(AsyncResult ar) { 306 new AsyncResult(null, null, null)) [all...] |
IccRecords.java | 20 import android.os.AsyncResult; 161 void onRecordLoaded(AsyncResult ar); 219 r.notifyRegistrant(new AsyncResult(null, null, null)); 235 r.notifyRegistrant(new AsyncResult(null, null, null)); 333 * onComplete.obj will be an AsyncResult 334 * ((AsyncResult)onComplete.obj).exception == null on success 335 * ((AsyncResult)onComplete.obj).exception != null on fail 414 * onComplete.obj will be an AsyncResult 415 * ((AsyncResult)onComplete.obj).exception == null on success 416 * ((AsyncResult)onComplete.obj).exception != null on fai [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
GSMPhoneTest.java.broken | 19 import android.os.AsyncResult; 101 state = (ServiceState) ((AsyncResult) msg.obj).result; 140 AsyncResult ar; 311 ar = (AsyncResult) msg.obj; 603 ar = (AsyncResult) msg.obj; [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
SimulatedCommands.java | 19 import android.os.AsyncResult; 453 * retMsg.obj = AsyncResult ar 483 * retMsg.obj = AsyncResult ar 495 * retMsg.obj = AsyncResult ar 514 * retMsg.obj = AsyncResult ar 537 * retMsg.obj = AsyncResult ar 553 * retMsg.obj = AsyncResult ar 570 * retMsg.obj = AsyncResult ar 584 * retMsg.obj = AsyncResult ar 852 * ((AsyncResult)response.obj).result is an int[] where int[0] i [all...] |
/packages/services/Telephony/tests/src/com/android/services/telephony/ |
EmergencyCallStateListenerTest.java | 19 import android.os.AsyncResult; 89 new AsyncResult(null, state, null)).sendToTarget(); 106 new AsyncResult(null, state, null)).sendToTarget(); 124 new AsyncResult(null, state, null)).sendToTarget();
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmCellBroadcastHandler.java | 20 import android.os.AsyncResult; 75 if (message.obj instanceof AsyncResult) { 76 SmsCbMessage cbMessage = handleGsmBroadcastSms((AsyncResult) message.obj); 87 * @param ar the AsyncResult containing the received PDUs 89 private SmsCbMessage handleGsmBroadcastSms(AsyncResult ar) {
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
DcControllerTest.java | 20 import android.os.AsyncResult; 124 mDcc.sendMessage(EVENT_DATA_STATE_CHANGED, new AsyncResult(null, l, null));
|
/packages/services/Telephony/src/com/android/phone/settings/ |
VoicemailSettingsActivity.java | 23 import android.os.AsyncResult; 124 private Map<Integer, AsyncResult> mForwardingChangeResults = null; 136 private AsyncResult mVoicemailChangeResult = null; [all...] |