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.java97 sendErrorResponse(mUserWriteResponse.valueAt(i), "AdnCace reset"); in clearUserWriters()
134 private void sendErrorResponse(Message response, String errString) { in sendErrorResponse() method in AdnRecordCache
158 sendErrorResponse(response, "EF is not known ADN-like EF:0x" + in updateAdnByIndex()
165 sendErrorResponse(response, "Have pending update for EF:0x" + in updateAdnByIndex()
198 sendErrorResponse(response, "EF is not known ADN-like EF:0x" + in updateAdnBySearch()
212 sendErrorResponse(response, "Adn list not exist for EF:0x" + in updateAdnBySearch()
228 sendErrorResponse(response, "Adn record don't exist for " + oldAdn); in updateAdnBySearch()
246 sendErrorResponse(response, "Have pending update for EF:0x" + in updateAdnBySearch()
DSimPhonebookRecordCache.java138 private void sendErrorResponse(Message response, String errString) { in sendErrorResponse() method in SimPhonebookRecordCache
163 sendErrorResponse(response, "Query adn record failed"); in sendResponsesToWaitersWithError()
249 sendErrorResponse(response, "There is an invalid new Adn for update"); in updateSimPbAdnByRecordId()
263 sendErrorResponse(response, "There is an invalid old Adn for update"); in updateSimPbAdnByRecordId()
286 sendErrorResponse(response, "SIM Phonebook record don't exist for " + oldAdn); in updateSimPbAdnBySearch()
291 sendErrorResponse(response, "There is an invalid new Adn for update"); in updateSimPbAdnBySearch()
296 sendErrorResponse(response, "SIM Phonebook record is full"); in updateSimPbAdnBySearch()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1139 sendErrorResponse(onComplete, e); in getOutgoingCallerIdDisplay()
1156 sendErrorResponse(onComplete, e); in setOutgoingCallerIdDisplay()
1171 sendErrorResponse(onComplete, e); in queryCLIP()
1197 sendErrorResponse(onComplete, e); in getCallForwardingOption()
1200 sendErrorResponse(onComplete); in getCallForwardingOption()
1242 sendErrorResponse(onComplete, e); in setCallForwardingOption()
1245 sendErrorResponse(onComplete); in setCallForwardingOption()
1261 sendErrorResponse(onComplete, e); in getCallWaiting()
1289 sendErrorResponse(onComplete, e); in setCallWaiting()
1338 sendErrorResponse(onComplete, e); in getCallBarring()
[all …]
DImsPhoneCallTracker.java2292 mPhone.sendErrorResponse(onComplete, getImsManagerIsNullException()); in setUiTTYMode()
2300 mPhone.sendErrorResponse(onComplete, e); in setUiTTYMode()
2472 mPhone.sendErrorResponse(response, getImsManagerIsNullException()); in sendUSSD()
2487 mPhone.sendErrorResponse(response, e); in sendUSSD()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3523 sendErrorResponse(response, AccountManager.ERROR_CODE_INVALID_RESPONSE, in onResult()
3531 sendErrorResponse(response, result.getInt(AccountManager.KEY_ERROR_CODE), in onResult()
3573 sendErrorResponse(response, AccountManager.ERROR_CODE_INVALID_RESPONSE, in onResult()
3617 sendErrorResponse(response, in finishSessionAsUser()
3632 sendErrorResponse( in finishSessionAsUser()
3642 sendErrorResponse( in finishSessionAsUser()
3664 sendErrorResponse( in finishSessionAsUser()
3672 sendErrorResponse( in finishSessionAsUser()
3947 sendErrorResponse( in isCredentialsUpdateSuggested()
3961 sendErrorResponse(response, in isCredentialsUpdateSuggested()
[all …]
/frameworks/av/media/libstagefright/
DMediaCodec.cpp2985 bool sendErrorResponse = true; in onMessageReceived() local
3029 sendErrorResponse = false; in onMessageReceived()
3054 sendErrorResponse = false; in onMessageReceived()
3056 sendErrorResponse = false; in onMessageReceived()
3081 sendErrorResponse = (mReplyID != nullptr); in onMessageReceived()
3111 sendErrorResponse = (mReplyID != nullptr); in onMessageReceived()
3137 if (sendErrorResponse) { in onMessageReceived()