Home
last modified time | relevance | path

Searched defs:errorMsg (Results 1 – 19 of 19) sorted by relevance

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSessionRule.java65 final String errorMsg = MockImeSession.getUnavailabilityReason(mContext); in apply() field in MockImeSessionRule
67 Log.w(TAG, "Mock IME not available: " + errorMsg); in apply()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewFadingEdgeTest.java201 final String errorMsg; field in TextViewFadingEdgeTest.TestCase
210 TestCase(String errorMsg, String text, boolean horizontalFadingEnabled, int gravity, in TestCase()
223 TestCase(String errorMsg, String text, boolean horizontalFadingEnabled, int gravity, in TestCase()
/cts/hostsidetests/appsecurity/test-apps/UseProcessSuccess/src/com/android/cts/useprocess/
DBaseNetworkService.java59 static final void writeResult(Parcel out, String errorMsg, Throwable where) { in writeResult()
/cts/tests/tests/selinux/common/src/android/security/
DSELinuxTargetSdkTestBase.java138 protected void appDomainContext(String contextRegex, String errorMsg) throws IOException { in appDomainContext()
150 protected void appDataContext(String contextRegex, String errorMsg) throws Exception { in appDataContext()
/cts/hostsidetests/appsecurity/test-apps/rro/OverlayTarget/src/com/android/cts/overlay/target/
DOverlayTargetTest.java148 final String errorMsg = "Fail to parse the state of overlay package " + overlayPackage; in getStateForOverlay() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDefaultFocusHighlightTest.java218 String errorMsg = "[" + drawableName + "] Testing no ColorStateList failed."; in testColorStateListHandledDrawable() local
/cts/tests/tests/accounts/src/android/accounts/cts/
DMockAccountAuthenticator.java490 String errorMsg = "Default Error Message"; in fillResultWithError() local
518 String errorMsg = "Default Error Message"; in isCredentialsUpdateSuggested() local
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java397 String errorMsg = "Default Error Message"; in fillDefaultError() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DCameraMuteToggleActivity.java169 private void showCameraErrorText(String errorMsg) { in showCameraErrorText()
/cts/tests/tests/content/src/android/content/cts/
DActivityRequireContentUriPermissionFromCallerTest.java399 String errorMsg = getErrorMessage(modeFlags, assertThrows, attributeActivity.mIsOr); in internalTest_startActivity() local
536 String errorMsg = intent.getStringExtra(EXTRA_ERROR_MSG); in onStart() local
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechServiceTest.java77 final SettableFuture<String> errorMsg = SettableFuture.create(); in testNullEngine() local
/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/
DBaseBroadcastTest.java190 final String errorMsg = "Expected: " + toString(expectedBroadcasts) in verifyReceivedBroadcasts() local
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/
DMockJobService.java464 ArrayList<JobWorkItem> receivedWork, String errorMsg) { in notifyExecution()
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
DVideoEncoderTest.java128 private final AtomicReference<String> errorMsg = new AtomicReference(null); field in VideoEncoderTest.VideoStorage
541 private final AtomicReference<String> errorMsg = new AtomicReference(null); field in VideoEncoderTest.VideoProcessor
766 private final AtomicReference<String> errorMsg = new AtomicReference(null); field in VideoEncoderTest.SurfaceVideoProcessor
/cts/tests/tests/jni/libjnitest/
Dmacroized_tests.c135 static jmethodID findStaticMethod(JNIEnv *env, char **errorMsg, in findStaticMethod()
151 static jmethodID findInstanceMethod(JNIEnv *env, char **errorMsg, in findInstanceMethod()
168 static jmethodID findAppropriateMethod(JNIEnv *env, char **errorMsg, in findAppropriateMethod()
/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/
DBroadcastResponseStatsTest.java2100 final String errorMsg = String.format("\nEXPECTED(%d)=%s\nACTUAL(%d)=%s\n", in assertResponseStats() local
2120 final String errorMsg = String.format("\nEXPECTED(%d)=%s\nACTUAL(%d)=%s\n", in assertResponseStats() local
/cts/tests/JobScheduler/src/android/jobscheduler/
DMockJobService.java563 ArrayList<JobWorkItem> receivedWork, String errorMsg) { in notifyExecution()
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperManagerTest.java1540 String errorMsg) { in assertWallpaperIsShown()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java5463 String errorMsg = expectedResult ? " key should be present " in checkKeysAreSupported() local