/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SMSDispatcher.java | 316 tracker.onFailed(mContext, RESULT_ERROR_LIMIT_EXCEEDED, 0/*errorCode*/); 662 tracker.onFailed(mContext, getNotInServiceError(ss), 0/*errorCode*/); 678 int errorCode = 0; 680 errorCode = ((SmsResponse)ar.result).mErrorCode; 687 tracker.onFailed(mContext, error, errorCode); 741 * the extra "errorCode" containing a radio technology specific value, 768 * the extra "errorCode" containing a radio technology specific value, [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleAdvertiserService.java | 291 public void onStartFailure(int errorCode) { 292 Log.e(TAG, "fail. Error code: " + errorCode);
|
BleScannerService.java | 223 public void onScanFailed(int errorCode) { 224 Log.e(TAG, "Scan fail. Error code: " + new Integer(errorCode).toString());
|
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/ |
MainActivity.java | 141 int errorCode = connectionResult.getErrorCode(); 142 Log.e(TAG, "Connection to Google Play services failed with error code " + errorCode);
|
/developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/ |
MainActivity.java | 141 int errorCode = connectionResult.getErrorCode(); 142 Log.e(TAG, "Connection to Google Play services failed with error code " + errorCode);
|
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/ |
MainActivity.java | 141 int errorCode = connectionResult.getErrorCode(); 142 Log.e(TAG, "Connection to Google Play services failed with error code " + errorCode);
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
JDWPConstants.java | 510 * @param errorCode 514 public static String getName(int errorCode) { 515 switch (errorCode) {
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
HandlerTest.java | 367 public void error(String msg, Exception ex, int errorCode) { 370 CallVerificationStack.getInstance().push(errorCode);
|
/external/lzma/CPP/7zip/UI/FileManager/ |
BrowseDialog.cpp | 64 DWORD errorCode = GetLastError();
65 return errorCode == 0 ? E_FAIL : errorCode;
68 extern UString HResultToMessage(HRESULT errorCode);
75 static void MessageBox_HResError(HWND wnd, HRESULT errorCode, const wchar_t *name)
77 UString s = HResultToMessage(errorCode);
847 DWORD errorCode = CommDlgExtendedError();
849 switch (errorCode)
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
FramedConnection.java | 348 void writeSynResetLater(final int streamId, final ErrorCode errorCode) { 352 writeSynReset(streamId, errorCode); 359 void writeSynReset(int streamId, ErrorCode statusCode) throws IOException { 429 public void shutdown(ErrorCode statusCode) throws IOException { 450 close(ErrorCode.NO_ERROR, ErrorCode.CANCEL); 453 private void close(ErrorCode connectionCode, ErrorCode streamCode) throws IOException { 600 ErrorCode connectionErrorCode = ErrorCode.INTERNAL_ERROR [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/ |
Http2Test.java | 224 frame.writeInt(ErrorCode.COMPRESSION_ERROR.httpCode); 227 @Override public void rstStream(int streamId, ErrorCode errorCode) { 229 assertEquals(ErrorCode.COMPRESSION_ERROR, errorCode); 565 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; 579 int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { 581 assertEquals(expectedError, errorCode); [all...] |
/frameworks/av/camera/ndk/impl/ |
ACameraDevice.h | 69 binder::Status onDeviceError(int32_t errorCode, 163 int32_t errorCode,
|
/frameworks/base/core/java/android/speech/tts/ |
FileSynthesisCallback.java | 259 public void error(int errorCode) { 266 mStatusCode = errorCode;
|
PlaybackSynthesisCallback.java | 265 public void error(int errorCode) { 271 mStatusCode = errorCode;
|
/frameworks/base/services/net/java/android/net/dhcp/ |
DhcpPacket.java | 716 public final int errorCode; 717 public ParseException(int errorCode, String msg, Object... args) { 719 this.errorCode = errorCode; [all...] |
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/ |
PowerTestActivity.java | 203 public void onReceivedError(WebView view, int errorCode, String description, 206 Log.v(LOGTAG, "WebCore error: code=" + errorCode
|
/hardware/interfaces/camera/device/3.2/ |
types.hal | 568 enum ErrorCode : uint32_t { 626 ErrorCode errorCode; 870 * ErrorCode::ERROR_RESULT. 879 * If notify has been called with ErrorCode::ERROR_RESULT, all further [all...] |
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
nan_rsp.cpp | 185 struct errorCode { 191 struct errorCode errorCodeTranslation[] = { 353 for (i = 0; i < (int)(sizeof(errorCodeTranslation)/ sizeof(errorCode)); i++) { 369 if (i == (int)(sizeof(errorCodeTranslation)/sizeof(errorCode))) { 382 for (i = 0; i < (int)(sizeof(errorCodeTranslation)/ sizeof(errorCode)); i++) { 389 if (i == (int)(sizeof(errorCodeTranslation)/sizeof(errorCode))) { 397 for (i = 0; i < (int)(sizeof(errorCodeTranslation)/ sizeof(errorCode)); i++) { 404 if (i == (int)(sizeof(errorCodeTranslation)/sizeof(errorCode))) { [all...] |
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/analytics/ |
ProvisioningAnalyticsTracker.java | 136 * @param errorCode Code indicating the type of error that happened. 139 int errorCode) { 141 AnalyticsUtils.getErrorString(task, errorCode));
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/ |
DownloadPackageTask.java | 188 private void onDownloadFail(int errorCode) { 191 + errorCode);
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
BleScanReceiver.java | 65 public void onScanFailed(int errorCode) { 66 Log.e(TAG, "Scan Failed: " + errorCode);
|
/packages/services/Car/TrustAgent/src/com/android/car/trust/ |
CarEnrolmentActivity.java | 200 public void onServerStartFailed(int errorCode) { 201 appendOutputText("Server failed to start, error code: " + errorCode);
|
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/ |
MockedVehicleHal.java | 91 public synchronized void injectError(int errorCode, int propertyId, int areaId) { 97 callback.onPropertySetError(errorCode, propertyId, areaId);
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
CallIntentProcessor.java | 237 Context context, Call call, int errorCode) { 241 switch (errorCode) {
|
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/ |
AudioProtocol.java | 446 * @param errorCode 449 private void sendSimpleReplyHeader(int command, int errorCode) throws IOException { 450 Log.d(TAG, "sending reply cmd " + command + " err " + errorCode); 451 sendReplyWithData(command, errorCode, 0, null); 454 private void sendReplyWithData(int cmd, int errorCode, int len, byte[] data) throws IOException { 459 mReplyBuffer.putInt(errorCode);
|