/external/perfetto/src/ipc/test/ |
ipc_integrationtest.cc | 32 using ::perfetto::ipc::AsyncResult; 93 [on_reply](AsyncResult<GreeterReplyMsg> reply) { 103 auto reply = AsyncResult<GreeterReplyMsg>::Create(); 116 [on_reply](AsyncResult<GreeterReplyMsg> reply) { 126 auto reply = AsyncResult<GreeterReplyMsg>::Create();
|
/packages/services/Telephony/src/com/android/phone/ |
CLIRListPreference.java | 9 import android.os.AsyncResult; 130 AsyncResult ar = (AsyncResult) msg.obj; 158 AsyncResult ar = (AsyncResult) msg.obj;
|
CallWaitingSwitchPreference.java | 9 import android.os.AsyncResult; 78 AsyncResult ar = (AsyncResult) msg.obj; 123 AsyncResult ar = (AsyncResult) msg.obj;
|
CdmaSystemSelectListPreference.java | 20 import android.os.AsyncResult; 116 AsyncResult ar = (AsyncResult) msg.obj; 146 AsyncResult ar = (AsyncResult) msg.obj;
|
CdmaSubscriptionListPreference.java | 20 import android.os.AsyncResult; 119 AsyncResult ar = (AsyncResult) msg.obj;
|
EnableIccPinScreen.java | 20 import android.os.AsyncResult; 54 AsyncResult ar = (AsyncResult) msg.obj; 109 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;
|
PstnIncomingCallNotifier.java | 20 import android.os.AsyncResult; 67 handleNewRingingConnection((AsyncResult) msg.obj); 70 handleCdmaCallWaiting((AsyncResult) msg.obj); 73 handleNewUnknownConnection((AsyncResult) msg.obj); 122 * @param asyncResult The result object from the new ringing event. 124 private void handleNewRingingConnection(AsyncResult asyncResult) { 126 Connection connection = (Connection) asyncResult.result; 137 private void handleCdmaCallWaiting(AsyncResult asyncResult) { [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsPhoneBase.java | 21 import android.os.AsyncResult; 83 AsyncResult result = new AsyncResult(null, Boolean.TRUE, null); 89 AsyncResult result = new AsyncResult(null, Boolean.FALSE, null); 111 mOnHoldRegistrants.notifyRegistrants(new AsyncResult(null, result, null)); 121 mOnHoldRegistrants.notifyRegistrants(new AsyncResult(null, result, null)); 135 AsyncResult result = new AsyncResult(null, Integer.valueOf(mode), null); 378 AsyncResult.forMessage(onComplete, null, null) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccFileHandler.java | 168 * ((AsyncResult)(onLoaded.obj)).result is the byte[] 188 * ((AsyncResult)(onLoaded.obj)).result is the byte[] 201 * ((AsyncResult)(onLoaded.obj)).result is the byte[] 254 * ((AsyncResult)(onLoaded.obj)).result is an ArrayList<byte[]> 272 * ((AsyncResult)(onLoaded.obj)).result is an ArrayList<byte[]> 285 * ((AsyncResult)(onLoaded.obj)).result is the byte[] 304 * ((AsyncResult)(onLoaded.obj)).result is the byte[] 322 * ((AsyncResult)(onLoaded.obj)).result is the byte[] 351 * @param onComplete onComplete.obj will be an AsyncResult 368 * @param onComplete onComplete.obj will be an AsyncResult [all...] |
UiccCardApplication.java | 20 import android.os.AsyncResult; 226 * @param ar is asyncResult of Query_Facility_Locked 228 private void onQueryFdnEnabled(AsyncResult ar) { 253 private void onChangeFdnDone(AsyncResult ar) { 267 AsyncResult.forMessage(response).exception = ar.exception; 283 private void onQueryFacilityLock(AsyncResult ar) { 333 private void onChangeFacilityLock(AsyncResult ar) { 346 AsyncResult.forMessage(response).exception = ar.exception; 355 private int parsePinPukErrorResult(AsyncResult ar) { 373 AsyncResult ar [all...] |
SIMRecords.java | 21 import android.os.AsyncResult; 320 * onComplete.obj will be an AsyncResult 321 * ((AsyncResult)onComplete.obj).exception == null on success 322 * ((AsyncResult)onComplete.obj).exception != null on fail 372 * onComplete.obj will be an AsyncResult 373 * ((AsyncResult)onComplete.obj).exception == null on success 374 * ((AsyncResult)onComplete.obj).exception != null on fail 380 AsyncResult.forMessage((onComplete)).exception = 404 AsyncResult.forMessage((onComplete)).exception = 632 AsyncResult ar [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SmsStorageMonitor.java | 23 import android.os.AsyncResult; 104 AsyncResult ar; 112 ar = (AsyncResult) msg.obj;
|
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) {
|
TelephonyDevController.java | 23 import android.os.AsyncResult; 115 AsyncResult ar = (AsyncResult) sRilHardwareConfig.obj; 132 AsyncResult ar; 136 ar = (AsyncResult) msg.obj; 168 private static void handleGetHardwareConfigChanged(AsyncResult ar) {
|
CarrierActionAgent.java | 23 import android.os.AsyncResult; 122 new AsyncResult(null, mCarrierActionOnMeteredApnEnabled, null)); 129 new AsyncResult(null, mCarrierActionOnRadioEnabled, null)); 138 new AsyncResult(null, mCarrierActionReportDefaultNetworkStatus, null)); 273 r.notifyRegistrant(new AsyncResult(null, carrierAction, null));
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
IccPhoneBookInterfaceManagerTest.java | 20 import android.os.AsyncResult; 79 AsyncResult.forMessage(response).result = mAdnList; 106 AsyncResult.forMessage(response).exception = new RuntimeException();
|
/external/perfetto/src/tracing/ipc/consumer/ |
consumer_ipc_client_impl.h | 75 void OnReadBuffersResponse(ipc::AsyncResult<protos::ReadBuffersResponse>);
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/ |
LogicalChannelMocker.java | 25 import android.os.AsyncResult; 53 AsyncResult.forMessage(msg, responseInts, exception); 87 AsyncResult.forMessage(msg, result, exception); 99 AsyncResult.forMessage(msg);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/ |
OpenLogicalChannelInvocation.java | 19 import android.os.AsyncResult; 52 protected IccOpenLogicalChannelResponse parseResult(AsyncResult ar) {
|
TransmitApduLogicalChannelInvocation.java | 19 import android.os.AsyncResult; 55 protected IccIoResult parseResult(AsyncResult ar) {
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
GsmInboundSmsHandlerTest.java | 42 import android.os.AsyncResult; 238 new AsyncResult(null, mSmsMessage, null)); 245 new AsyncResult(null, mSmsMessage, null)); 262 new AsyncResult(null, mSmsMessage, null)); 310 mGsmInboundSmsHandler.sendMessage(InboundSmsHandler.EVENT_INJECT_SMS, new AsyncResult(null, 317 mGsmInboundSmsHandler.sendMessage(InboundSmsHandler.EVENT_INJECT_SMS, new AsyncResult(null, 450 mGsmInboundSmsHandler.sendMessage(InboundSmsHandler.EVENT_NEW_SMS, new AsyncResult(null, 463 mGsmInboundSmsHandler.sendMessage(InboundSmsHandler.EVENT_NEW_SMS, new AsyncResult(null, 478 mGsmInboundSmsHandler.sendMessage(InboundSmsHandler.EVENT_NEW_SMS, new AsyncResult(null, 507 mGsmInboundSmsHandler.sendMessage(InboundSmsHandler.EVENT_NEW_SMS, new AsyncResult(null [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipPhoneBase.java | 21 import android.os.AsyncResult; 88 AsyncResult result = new AsyncResult(null, Boolean.TRUE, null); 94 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);
|
/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;
|
/packages/apps/Settings/src/com/android/settings/ |
BandMode.java | 6 import android.os.AsyncResult; 146 private void bandListLoaded(AsyncResult result) { 220 AsyncResult ar; 223 ar = (AsyncResult) msg.obj; 229 ar = (AsyncResult) msg.obj;
|