Home
last modified time | relevance | path

Searched refs:sendErrorResponse (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAdnRecordCache.java101 sendErrorResponse(mUserWriteResponse.valueAt(i), "AdnCace reset"); in clearUserWriters()
138 private void sendErrorResponse(Message response, String errString) { in sendErrorResponse() method in AdnRecordCache
162 sendErrorResponse(response, "EF is not known ADN-like EF:0x" + in updateAdnByIndex()
169 sendErrorResponse(response, "Have pending update for EF:0x" + in updateAdnByIndex()
201 sendErrorResponse(response, "EF is not known ADN-like EF:0x" + in updateAdnBySearch()
213 sendErrorResponse(response, "Adn list not exist for EF:0x" + in updateAdnBySearch()
227 sendErrorResponse(response, "Adn record don't exist for " + oldAdn); in updateAdnBySearch()
245 sendErrorResponse(response, "Have pending update for EF:0x" + in updateAdnBySearch()
DSimPhonebookRecordCache.java146 private void sendErrorResponse(Message response, String errString) { in sendErrorResponse() method in SimPhonebookRecordCache
173 sendErrorResponse(response, "Query adn record failed"); in sendResponsesToWaitersWithError()
270 sendErrorResponse(response, "There is an invalid new Adn for update"); in updateSimPbAdnByRecordId()
275 sendErrorResponse(response, "There is an invalid old Adn for update"); in updateSimPbAdnByRecordId()
283 sendErrorResponse(response, "There is an invalid new Adn for update"); in updateSimPbAdnBySearch()
299 sendErrorResponse(response, "SIM Phonebook record is full"); in updateSimPbAdnBySearch()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1205 sendErrorResponse(onComplete, e); in getOutgoingCallerIdDisplay()
1222 sendErrorResponse(onComplete, e); in setOutgoingCallerIdDisplay()
1237 sendErrorResponse(onComplete, e); in queryCLIP()
1263 sendErrorResponse(onComplete, e); in getCallForwardingOption()
1266 sendErrorResponse(onComplete); in getCallForwardingOption()
1308 sendErrorResponse(onComplete, e); in setCallForwardingOption()
1311 sendErrorResponse(onComplete); in setCallForwardingOption()
1327 sendErrorResponse(onComplete, e); in getCallWaiting()
1355 sendErrorResponse(onComplete, e); in setCallWaiting()
1404 sendErrorResponse(onComplete, e); in getCallBarring()
[all …]
DImsPhoneCallTracker.java2786 mPhone.sendErrorResponse(onComplete, getImsManagerIsNullException()); in setUiTTYMode()
2794 mPhone.sendErrorResponse(onComplete, e); in setUiTTYMode()
2967 mPhone.sendErrorResponse(response, getImsManagerIsNullException()); in sendUSSD()
2982 mPhone.sendErrorResponse(response, e); in sendUSSD()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3663 sendErrorResponse(response, AccountManager.ERROR_CODE_INVALID_RESPONSE, in onResult()
3671 sendErrorResponse(response, result.getInt(AccountManager.KEY_ERROR_CODE), in onResult()
3718 sendErrorResponse(response, AccountManager.ERROR_CODE_INVALID_RESPONSE, in onResult()
3762 sendErrorResponse(response, in finishSessionAsUser()
3777 sendErrorResponse( in finishSessionAsUser()
3787 sendErrorResponse( in finishSessionAsUser()
3809 sendErrorResponse( in finishSessionAsUser()
3817 sendErrorResponse( in finishSessionAsUser()
4092 sendErrorResponse( in isCredentialsUpdateSuggested()
4106 sendErrorResponse(response, in isCredentialsUpdateSuggested()
[all …]
/frameworks/av/media/libstagefright/
DMediaCodec.cpp3961 bool sendErrorResponse = true; in onMessageReceived() local
4024 sendErrorResponse = false; in onMessageReceived()
4050 sendErrorResponse = false; in onMessageReceived()
4052 sendErrorResponse = false; in onMessageReceived()
4076 sendErrorResponse = (mReplyID != nullptr); in onMessageReceived()
4110 sendErrorResponse = (mReplyID != nullptr); in onMessageReceived()
4140 if (sendErrorResponse) { in onMessageReceived()