/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | MockImeSessionRule.java | 65 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/ |
D | TextViewFadingEdgeTest.java | 201 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/ |
D | BaseNetworkService.java | 59 static final void writeResult(Parcel out, String errorMsg, Throwable where) { in writeResult()
|
/cts/tests/tests/selinux/common/src/android/security/ |
D | SELinuxTargetSdkTestBase.java | 138 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/ |
D | OverlayTargetTest.java | 148 final String errorMsg = "Fail to parse the state of overlay package " + overlayPackage; in getStateForOverlay() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | DefaultFocusHighlightTest.java | 218 String errorMsg = "[" + drawableName + "] Testing no ColorStateList failed."; in testColorStateListHandledDrawable() local
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | MockAccountAuthenticator.java | 490 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/ |
D | TestAccountAuthenticator.java | 397 String errorMsg = "Default Error Message"; in fillDefaultError() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | CameraMuteToggleActivity.java | 169 private void showCameraErrorText(String errorMsg) { in showCameraErrorText()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ActivityRequireContentUriPermissionFromCallerTest.java | 399 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/ |
D | TextToSpeechServiceTest.java | 77 final SettableFuture<String> errorMsg = SettableFuture.create(); in testNullEngine() local
|
/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/ |
D | BaseBroadcastTest.java | 190 final String errorMsg = "Expected: " + toString(expectedBroadcasts) in verifyReceivedBroadcasts() local
|
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/ |
D | MockJobService.java | 464 ArrayList<JobWorkItem> receivedWork, String errorMsg) { in notifyExecution()
|
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/ |
D | VideoEncoderTest.java | 128 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/ |
D | macroized_tests.c | 135 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/ |
D | BroadcastResponseStatsTest.java | 2100 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/ |
D | MockJobService.java | 563 ArrayList<JobWorkItem> receivedWork, String errorMsg) { in notifyExecution()
|
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/ |
D | WallpaperManagerTest.java | 1540 String errorMsg) { in assertWallpaperIsShown()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 5463 String errorMsg = expectedResult ? " key should be present " in checkKeysAreSupported() local
|