Searched refs:ERROR_MSG (Results 1 – 7 of 7) sorted by relevance
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ |
D | IkeExceptionTest.java | 46 private static final String ERROR_MSG = "Test Error Message"; field in IkeExceptionTest 50 final Throwable cause = new Throwable(ERROR_MSG); in testIkeInternalException() 53 final IkeInternalException exceptionWithMsg = new IkeInternalException(ERROR_MSG, cause); in testIkeInternalException() 57 assertEquals(ERROR_MSG, exceptionWithMsg.getMessage()); in testIkeInternalException() 72 final IkeTimeoutException exception = new IkeTimeoutException(ERROR_MSG); in testIkeTimeoutException() 73 assertEquals(ERROR_MSG, exception.getMessage()); in testIkeTimeoutException() 78 final UnknownHostException cause = new UnknownHostException(ERROR_MSG); in testIkeIOException()
|
/packages/services/Telephony/src/com/android/phone/ |
D | DiagnosticDataCollector.java | 47 public static final String ERROR_MSG = "DiagnosticDataCollector error executing cmd"; field in DiagnosticDataCollector 173 output.append(ERROR_MSG + e.toString() + System.lineSeparator()); in getProcOutputAndPersist() 175 output.append(ERROR_MSG + e.toString() + System.lineSeparator()); in getProcOutputAndPersist() 185 output.append(ERROR_MSG + System.lineSeparator()); in getProcOutputAndPersist()
|
/packages/modules/AdServices/sdksandbox/tests/unittest/src/android/app/sdksandbox/ |
D | SdkSandboxManagerUnitTest.java | 74 private static final String ERROR_MSG = "Error"; field in SdkSandboxManagerUnitTest 158 new LoadSdkException(LOAD_SDK_NOT_FOUND, ERROR_MSG), in testLoadSdkFailed() 166 assertThat(exception.getMessage()).isEqualTo(ERROR_MSG); in testLoadSdkFailed() 268 REQUEST_SURFACE_PACKAGE_INTERNAL_ERROR, ERROR_MSG, mSandboxLatencyInfo); in testRequestSurfacePackageFailed() 276 assertThat(exception.getMessage()).isEqualTo(ERROR_MSG); in testRequestSurfacePackageFailed() 356 ERROR_MSG, in testRequestSurfacePackage_callFails_logSandboxApiLatencyCalled() 466 new LoadSdkException(LOAD_SDK_NOT_FOUND, ERROR_MSG), in testLoadSdk_callFails_logSandboxApiLatencyCalled()
|
D | SdkSandboxManagerResultCodeLoggingUnitTest.java | 83 private static final String ERROR_MSG = "Error"; field in SdkSandboxManagerResultCodeLoggingUnitTest 114 new LoadSdkException(mLoadSdkErrorCode, ERROR_MSG), sandboxLatencyInfo); in testLoadSdk_callFailsWithException_logSandboxApiLatencyCalledWithResultCode()
|
/packages/modules/AdServices/sdksandbox/tests/unittest/src/android/app/sdksandbox/sdkprovider/ |
D | SdkSandboxControllerResultCodeLoggingUnitTest.java | 97 private static final String ERROR_MSG = "Error"; field in SdkSandboxControllerResultCodeLoggingUnitTest 157 new LoadSdkException(mLoadSdkErrorCode, ERROR_MSG), sandboxLatencyInfo); in testLoadSdk_callFailsWithException_logSandboxApiLatencyCalledWithResultCode()
|
D | SdkSandboxControllerUnitTest.java | 69 private static final String ERROR_MSG = "Error"; field in SdkSandboxControllerUnitTest 250 new LoadSdkException(LOAD_SDK_NOT_FOUND, ERROR_MSG), in testLoadSdk_callFails_logLatenciesCalled()
|
/packages/services/Telephony/tests/src/com/android/phone/ |
D | DiagnosticDataCollectorTest.java | 93 assertFalse(textCaptor.getValue().contains(DiagnosticDataCollector.ERROR_MSG)); in verifyCmdAndDropboxTag()
|