Home
last modified time | relevance | path

Searched refs:forMessage (Results 1 – 25 of 45) sorted by relevance

12

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DSIMRecordsTest.java165 AsyncResult.forMessage(response, EF_SIZE, null); in setUpSetForbiddenPlmnsTests()
174 AsyncResult.forMessage(response, true, null); in setUpSetForbiddenPlmnsTests()
188 AsyncResult.forMessage(response, encodedFplmn, null); in testGetForbiddenPlmns()
210 AsyncResult.forMessage(response, null, new CommandException( in testGetForbiddenPlmnsException()
234 AsyncResult.forMessage(response); in testGetForbiddenPlmnsNull()
256 AsyncResult.forMessage(response, encodedFplmn, null); in testGetForbiddenPlmnsEmptyList()
278 AsyncResult.forMessage(response, new byte[] { (byte) 0xFF, (byte) 0xFF }, null); in testGetForbiddenPlmnsInvalidLength()
307 AsyncResult ar = AsyncResult.forMessage(message, rawPnns, null); in testGetEfPnn()
346 AsyncResult ar = AsyncResult.forMessage(message, rawOpl, null); in testGetEfOpl()
362 ar = AsyncResult.forMessage(message, rawOpl, null); in testGetEfOpl()
[all …]
H A DIccPhoneBookInterfaceManagerTest.java84 AsyncResult.forMessage(response).result = mAdnList; in setUp()
93 AsyncResult.forMessage(response).result = mAdnList; in setUp()
124 AsyncResult.forMessage(response).exception = new RuntimeException(); in testAdnEFLoadWithFailure()
147 AsyncResult.forMessage(response).exception = new RuntimeException(); in testAdnEFLoadByPbCacheWithFailure()
168 AsyncResult.forMessage(response).exception = null; in testUpdateAdnRecord()
199 AsyncResult.forMessage(response).exception = null; in testUpdateAdnRecordByPbCache()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnRecordCache.java137 AsyncResult.forMessage(response).exception = e; in sendErrorResponse()
277 AsyncResult.forMessage(response).result = result; in requestLoadAllAdnLike()
308 AsyncResult.forMessage(response).exception in requestLoadAllAdnLike()
333 AsyncResult.forMessage(waiter, ar.result, ar.exception); in notifyWaiters()
378 AsyncResult.forMessage(response, null, ar.exception); in handleMessage()
H A DSIMRecords.java369 AsyncResult.forMessage((onComplete)).exception = in setVoiceMailNumber()
393 AsyncResult.forMessage((onComplete)).exception = in setVoiceMailNumber()
1025 AsyncResult.forMessage(((Message) ar.userObj)).exception = null; in handleMessage()
1053 AsyncResult.forMessage(((Message) ar.userObj)) in handleMessage()
1057 AsyncResult.forMessage(((Message) ar.userObj)) in handleMessage()
1075 AsyncResult.forMessage(((Message) ar.userObj)).exception in handleMessage()
1220 AsyncResult.forMessage(response, Arrays.copyOf(mFplmns, in handleMessage()
1223 AsyncResult.forMessage(response, null, ar.exception); in handleMessage()
1237 AsyncResult.forMessage(response).exception = ar.exception; in handleMessage()
1248 AsyncResult.forMessage(response, -1, null); in handleMessage()
[all …]
H A DUiccPkcs15.java105 AsyncResult.forMessage(mCallback, null, ar.exception); in handleMessage()
120 AsyncResult.forMessage(mCallback, result, (result == null) ? in handleMessage()
155 AsyncResult.forMessage(mCallback, null, null); in handleMessage()
158 AsyncResult.forMessage(mCallback, null, ar.exception); in handleMessage()
H A DUiccProfile.java263 AsyncResult.forMessage((Message) ar.userObj, ar.result, ar.exception);
870 AsyncResult.forMessage(onComplete).exception = e; in supplyPin()
884 AsyncResult.forMessage(onComplete).exception = e; in supplyPuk()
898 AsyncResult.forMessage(onComplete).exception = e; in supplyPin2()
912 AsyncResult.forMessage(onComplete).exception = e; in supplyPuk2()
926 AsyncResult.forMessage(onComplete).exception = e; in supplyNetworkDepersonalization()
940 AsyncResult.forMessage(onComplete).exception = e; in supplySimDepersonalization()
999 AsyncResult.forMessage(onComplete).exception = e; in setIccLockEnabled()
1013 AsyncResult.forMessage(onComplete).exception = e; in setIccFdnEnabled()
1027 AsyncResult.forMessage(onComplete).exception = e; in changeIccLockPassword()
[all …]
H A DAdnRecordLoader.java291 AsyncResult.forMessage(mUserResponse) in handleMessage()
302 AsyncResult.forMessage(mUserResponse).result in handleMessage()
H A DUiccCardApplication.java286 AsyncResult.forMessage(response).exception = ar.exception; in onChangeFdnDone()
361 AsyncResult.forMessage(response).exception = ar.exception; in onChangeFacilityLock()
400 AsyncResult.forMessage(response).exception = ar.exception;
418 AsyncResult.forMessage(response).exception = ar.exception;
H A DSimPhonebookRecordCache.java141 AsyncResult.forMessage(response).exception = e; in sendErrorResponse()
150 AsyncResult.forMessage(response).result = mSimPbRecords; in notifyAndClearWaiters()
624 AsyncResult.forMessage(response, null, e); in responseResult()
/aosp12/frameworks/base/core/java/android/os/
H A DAsyncResult.java40 forMessage(Message m, Object r, Throwable ex) in forMessage() method in AsyncResult
54 forMessage(Message m) in forMessage() method in AsyncResult
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
H A DLogicalChannelMocker.java53 AsyncResult.forMessage(msg, responseInts, exception); in mockOpenLogicalChannelResponse()
87 AsyncResult.forMessage(msg, result, exception); in mockSendToLogicalChannel()
99 AsyncResult.forMessage(msg); in mockCloseLogicalChannel()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java318 AsyncResult.forMessage(onComplete, null, null); in setVoiceMailNumber()
346 AsyncResult.forMessage(onComplete, null, null); in getOutgoingCallerIdDisplay()
354 AsyncResult.forMessage(onComplete, null, null); in setOutgoingCallerIdDisplay()
360 AsyncResult.forMessage(onComplete, null, null); in getCallWaiting()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIccSmsInterfaceManagerTest.java111 AsyncResult.forMessage(enableRangeResponse); in testSynchronization()
134 AsyncResult.forMessage(getSmscResponse); in testSynchronization()
H A DPhoneConfigurationManagerTest.java127 AsyncResult.forMessage(msg, PhoneCapability.DEFAULT_DSDS_CAPABILITY, null); in testGetDsdsCapability()
176 AsyncResult.forMessage(message, null, null); in testSwitchMultiSimConfig_dsdsCapable_noRebootRequired()
228 AsyncResult.forMessage(message, null, null); in testSwitchMultiSimConfig_multiSimToSingleSim()
H A DLocaleTrackerTest.java86 AsyncResult.forMessage(m, Arrays.asList(mCellInfo), null); in setUp()
235 AsyncResult.forMessage(m, Collections.emptyList(), null); in testToggleAirplaneModeOosPlmn()
274 AsyncResult.forMessage(m, Collections.emptyList(), null); in testToggleAirplaneModeNoCellInfo()
H A DRadioInterfaceCapabilityControllerTest.java103 AsyncResult.forMessage(m, capabilitySet, null); in getHalDeviceCapabilities()
H A DSimulatedCommands.java1587 AsyncResult.forMessage(response).result = data; in invokeOemRilRequestRaw()
1597 AsyncResult.forMessage(response).result = imsiEncryptionInfo; in setCarrierInfoForImsiEncryption()
1606 AsyncResult.forMessage(response).result = strings; in invokeOemRilRequestStrings()
1732 AsyncResult.forMessage(result).exception in unimplemented()
1746 AsyncResult.forMessage(result).result = ret; in resultSuccess()
1758 AsyncResult.forMessage(result, ret, tr); in resultFail()
1984 AsyncResult.forMessage(msg, ret, null); in sendMessageResponse()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java354 AsyncResult.forMessage(onComplete, null, null); in setVoiceMailNumber()
382 AsyncResult.forMessage(onComplete, null, null); in getOutgoingCallerIdDisplay()
390 AsyncResult.forMessage(onComplete, null, null); in setOutgoingCallerIdDisplay()
396 AsyncResult.forMessage(onComplete, null, null); in getCallWaiting()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioConfig.java219 AsyncResult.forMessage(result, null, in getRadioConfigProxy()
234 AsyncResult.forMessage(result, null, in getRadioConfigProxy()
386 AsyncResult.forMessage(result, null, in setPreferredDataModem()
415 AsyncResult.forMessage(result, null, in getPhoneCapability()
574 AsyncResult.forMessage(result, in getHalDeviceCapabilities()
H A DRIL.java483 AsyncResult.forMessage(result, null, in getRadioProxy()
579 AsyncResult.forMessage(result, null, in getRadioProxy()
727 AsyncResult.forMessage(result, null, in getIccSlotsStatus()
736 AsyncResult.forMessage(result, null, in setLogicalToPhysicalSlotMapping()
956 AsyncResult.forMessage(result, null, in supplySimDepersonalization()
1079 AsyncResult.forMessage(result, null, in enableModem()
5846 AsyncResult.forMessage(result, null, in allocatePduSessionId()
5870 AsyncResult.forMessage(result, null, in releasePduSessionId()
5895 AsyncResult.forMessage(result, null, in startHandover()
5920 AsyncResult.forMessage(result, null, in cancelHandover()
[all …]
H A DGsmCdmaPhone.java2278 AsyncResult.forMessage(onComplete, null, in getCallForwardingOption()
2417 AsyncResult.forMessage(onComplete, null, in getOutgoingCallerIdDisplay()
2439 AsyncResult.forMessage(onComplete, null, in setOutgoingCallerIdDisplay()
2457 AsyncResult.forMessage(onComplete, null, in queryCLIP()
2479 AsyncResult.forMessage(onComplete, null, in getCallWaiting()
2485 AsyncResult.forMessage(onComplete, arr, null); in getCallWaiting()
3139 AsyncResult.forMessage(onComplete, ar.result, ar.exception); in handleMessage()
3152 AsyncResult.forMessage(onComplete, ar.result, ar.exception); in handleMessage()
3181 AsyncResult.forMessage(onComplete, ar.result, ar.exception); in handleMessage()
3251 AsyncResult.forMessage(onComplete, ar.result, ar.exception); in handleMessage()
[all …]
H A DIccCard.java303 AsyncResult ret = AsyncResult.forMessage(onComplete); in sendMessageWithCardAbsentException()
H A DRILRequest.java247 AsyncResult.forMessage(result, ret, ex); in onError()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsUt.java623 AsyncResult.forMessage(result, null, new ImsException(errorString, error.mCode)); in sendFailureReport()
632 AsyncResult.forMessage(result, null, null); in sendSuccessReport()
641 AsyncResult.forMessage(result, ssInfo, null); in sendSuccessReport()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDataConnectionTest.java1191 AsyncResult.forMessage( in checkStartStopNattKeepalive()
1200 AsyncResult.forMessage( in checkStartStopNattKeepalive()
1205 AsyncResult.forMessage( in checkStartStopNattKeepalive()
1221 AsyncResult.forMessage(kaStopped); in checkStartStopNattKeepalive()
1268 AsyncResult.forMessage( in checkStartNattKeepaliveFail()
1274 AsyncResult.forMessage( in checkStartNattKeepaliveFail()
1279 AsyncResult.forMessage( in checkStartNattKeepaliveFail()

12