Home
last modified time | relevance | path

Searched refs:setErrorCode (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DSmsSessionEventBuilder.java47 public SmsSessionEventBuilder setErrorCode(int code) { in setErrorCode() method in SmsSessionEventBuilder
DTelephonyMetrics.java1887 .setErrorCode(errorCode) in writeOnSmsSolicitedResponse()
1917 .setErrorCode(errorReason) in writeOnImsServiceSmsSolicitedResponse()
2429 .setErrorCode(success ? SmsManager.RESULT_ERROR_NONE : in writeIncomingSmsWithType()
2509 .setErrorCode(smsError) in writeIncomingSmsSessionWithType()
2590 .setErrorCode(smsError); in writeIncomingSmsError()
/frameworks/base/media/java/android/media/metrics/
DPlaybackErrorEvent.java343 public @NonNull Builder setErrorCode(@ErrorCode int value) { in setErrorCode() method in PlaybackErrorEvent.Builder
DEditingEndedEvent.java509 public @NonNull Builder setErrorCode(@ErrorCode int value) { in setErrorCode() method in EditingEndedEvent.Builder
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteSessionControllerTest.java711 mSatelliteModemInterface.setErrorCode(SatelliteManager.SATELLITE_RESULT_MODEM_ERROR); in testStateTransitionForNbIot()
724 mSatelliteModemInterface.setErrorCode(SatelliteManager.SATELLITE_RESULT_SUCCESS); in testStateTransitionForNbIot()
1161 public void setErrorCode(@SatelliteManager.SatelliteResult int errorCode) { in setErrorCode() method in SatelliteSessionControllerTest.TestSatelliteModemInterface
/frameworks/base/services/core/java/com/android/server/connectivity/
DIpConnectivityEventBuilder.java219 dhcpEvent.setErrorCode(in.errorCode); in setDhcpErrorEvent()
/frameworks/base/services/core/java/com/android/server/location/contexthub/
DContextHubService.java296 public void setErrorCode(byte errorCode) { in setErrorCode() method in ContextHubService.ReliableMessageRecord
1025 record.get().setErrorCode(errorCode);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt26071 method @NonNull public android.media.metrics.EditingEndedEvent.Builder setErrorCode(int);
26237 method @NonNull public android.media.metrics.PlaybackErrorEvent.Builder setErrorCode(int);