/packages/services/Telephony/src/com/android/phone/ |
HfaLogic.java | 25 import android.os.AsyncResult; 216 ServiceState state = (ServiceState) ((AsyncResult) msg.obj).result;
|
MMIDialogActivity.java | 21 import android.os.AsyncResult; 57 onMMIComplete((MmiCode) ((AsyncResult) msg.obj).result);
|
OtaStartupReceiver.java | 24 import android.os.AsyncResult; 81 ServiceState state = (ServiceState) ((AsyncResult) msg.obj).result;
|
NetworkSetting.java | 26 import android.os.AsyncResult; 96 AsyncResult ar; 107 ar = (AsyncResult) msg.obj; 132 ar = (AsyncResult) msg.obj; 445 * AsyncResult. Otherwise, the functionality which takes the
|
PhoneInterfaceManager.java | 30 import android.os.AsyncResult; 254 AsyncResult ar; 280 ar = (AsyncResult) msg.obj; 349 ar = (AsyncResult) msg.obj; 389 ar = (AsyncResult) msg.obj; 429 ar = (AsyncResult) msg.obj; 457 ar = (AsyncResult) msg.obj; 494 ar = (AsyncResult) msg.obj; 562 ar = (AsyncResult) msg.obj; 620 ar = (AsyncResult) msg.obj [all...] |
/packages/services/Telephony/src/com/android/phone/settings/fdn/ |
FdnSetting.java | 22 import android.os.AsyncResult; 249 AsyncResult ar = (AsyncResult) msg.obj; 285 AsyncResult ar = (AsyncResult) msg.obj;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
GsmCdmaPhone.java | 28 import android.os.AsyncResult; [all...] |
GsmCdmaCallTracker.java | 23 import android.os.AsyncResult; 212 r.notifyRegistrant(new AsyncResult(null, null, null)); 708 new AsyncResult(null, null, null)); 711 new AsyncResult(null, null, null)); 725 protected synchronized void handlePollCalls(AsyncResult ar) { [all...] |
CallTracker.java | 19 import android.os.AsyncResult; 94 protected abstract void handlePollCalls(AsyncResult ar);
|
BaseCommands.java | 25 import android.os.AsyncResult; 156 r.notifyRegistrant(new AsyncResult(null, null, null)); 176 r.notifyRegistrant(new AsyncResult(null, null, null)); 196 r.notifyRegistrant(new AsyncResult(null, null, null)); 216 r.notifyRegistrant(new AsyncResult(null, null, null)); 743 r.notifyRegistrant(new AsyncResult(null, new Integer(mRilVersion), null));
|
ServiceStateTracker.java | 31 import android.os.AsyncResult; 658 * AsyncResult in msg.obj where AsyncResult#result contains the [all...] |
SubscriptionInfoUpdater.java | 29 import android.os.AsyncResult; 284 AsyncResult ar = (AsyncResult)msg.obj; 313 AsyncResult ar = (AsyncResult)msg.obj;
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
ImsPhoneConnectionTest.java | 18 import android.os.AsyncResult; 198 AsyncResult.forMessage(msg); 221 AsyncResult.forMessage(msg);
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
OperatorInfo.java | 117 * trying to make the conventional containing object (AsyncResult),
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
ImsEcbm.java | 35 import android.os.AsyncResult;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
UsimDataDownloadHandler.java | 20 import android.os.AsyncResult; 282 AsyncResult ar; 290 ar = (AsyncResult) msg.obj; 304 ar = (AsyncResult) msg.obj;
|
UsimPhoneBookManager.java | 19 import android.os.AsyncResult; 522 AsyncResult ar; 526 ar = (AsyncResult) msg.obj; 536 ar = (AsyncResult) msg.obj; 546 ar = (AsyncResult) msg.obj; 556 ar = (AsyncResult) msg.obj;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsExternalCallTracker.java | 28 import android.os.AsyncResult; 143 handleVideoCapabilitiesChanged((AsyncResult) msg.obj); 435 * @param ar The AsyncResult containing the new video capability of the device. 437 private void handleVideoCapabilitiesChanged(AsyncResult ar) {
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
UsimDataDownloadCommands.java.broken | 20 import android.os.AsyncResult; 115 AsyncResult.forMessage(response); 131 AsyncResult.forMessage(response); 154 AsyncResult.forMessage(response, result, null);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
CatService.java | 24 import android.os.AsyncResult; 805 AsyncResult ar = (AsyncResult) msg.obj; 833 AsyncResult ar = (AsyncResult) msg.obj; [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
ServiceStateTrackerTest.java | 22 import android.os.AsyncResult; 362 new AsyncResult(null, new String[]{"1", "2", "3", "4", "5", "6", "7", "8", "9", 390 msg.obj = new AsyncResult(null, null, null); 404 msg.obj = new AsyncResult(null, null, null); 693 ((AsyncResult)messageArgumentCaptor.getValue().obj).result); [all...] |
SubscriptionMonitorTest.java | 26 import android.os.AsyncResult; 105 AsyncResult ar = (AsyncResult)(msg.obj); 115 AsyncResult ar = (AsyncResult)(msg.obj); [all...] |
PhoneSwitcherTest.java | 26 import android.os.AsyncResult; 109 AsyncResult ar = (AsyncResult)(msg.obj);
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
PhoneMock.java | 20 import android.os.AsyncResult; 202 AsyncResult ar = new AsyncResult(null, this, null); 217 AsyncResult ar = new AsyncResult(null, cn, null); [all...] |
/packages/apps/Settings/src/com/android/settings/ |
IccLockSettings.java | 24 import android.os.AsyncResult; 118 AsyncResult ar = (AsyncResult) msg.obj;
|