/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | PollingCheck.java | 46 public PollingCheck(long timeout, String errorMessage) { in PollingCheck() 51 public PollingCheck(String errorMessage) { in PollingCheck() 127 public static void waitFor(final PollingCheckCondition condition, String errorMessage) { in waitFor() 128 new PollingCheck(errorMessage) { in waitFor() argument 145 public static void waitFor(long timeout, BooleanSupplier condition, String errorMessage) { in waitFor() 146 new PollingCheck(timeout, errorMessage) { in waitFor() argument
|
/cts/tests/signature/lib/common/src/android/signature/cts/ |
D | ResultObserver.java | 29 default void notifyFailure(FailureType type, String name, String errorMessage) { in notifyFailure() 39 void notifyFailure(FailureType type, String name, String errorMessage, Throwable throwable); in notifyFailure()
|
D | ExpectedFailuresFilter.java | 51 …public void notifyFailure(FailureType type, String name, String errorMessage, Throwable throwable)… in notifyFailure()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/lifecycle/ |
D | TransitionVerifier.java | 56 final String errorMessage = errorDuringTransition(activityClass, "launch"); in assertLaunchSequence() local 102 final String errorMessage = errorDuringTransition(launchingActivity, "launch"); in assertLaunchSequence() local 138 final String errorMessage = errorDuringTransition(activityClass, "launch and stop"); in assertLaunchAndStopSequence() local 160 final String errorMessage = errorDuringTransition(activityClass, "launch and pause"); in assertLaunchAndPauseSequence() local 172 final String errorMessage = errorDuringTransition(activityClass, "restart"); in assertRestartSequence() local 184 final String errorMessage = errorDuringTransition(activityClass, "restart and pause"); in assertRestartAndResumeSequence() local 214 final String errorMessage = errorDuringTransition(activityClass, "recreateA and pause"); in assertRecreateAndResumeSequence() local 226 final String errorMessage = errorDuringTransition(activityClass, "launch and destroy"); in assertLaunchAndDestroySequence() local 238 final String errorMessage = errorDuringTransition(activityClass, "launch and destroy"); in assertResumeToDestroySequence() local 257 final String errorMessage = errorDuringTransition(activityClass, "resumed to stopped"); in assertResumeToStopSequence() local [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestIlogb.java | 90 String errorMessage = CoreMathVerifier.verifyIlogb(args); in verifyResultsIlogbFloatInt() local 154 String errorMessage = CoreMathVerifier.verifyIlogb(args); in verifyResultsIlogbFloat2Int2() local 218 String errorMessage = CoreMathVerifier.verifyIlogb(args); in verifyResultsIlogbFloat3Int3() local 282 String errorMessage = CoreMathVerifier.verifyIlogb(args); in verifyResultsIlogbFloat4Int4() local
|
D | TestRemquo.java | 111 String errorMessage = CoreMathVerifier.verifyRemquo(args, target); in verifyResultsRemquoFloatFloatIntFloat() local 200 String errorMessage = CoreMathVerifier.verifyRemquo(args, target); in verifyResultsRemquoFloat2Float2Int2Float2() local 289 String errorMessage = CoreMathVerifier.verifyRemquo(args, target); in verifyResultsRemquoFloat3Float3Int3Float3() local 378 String errorMessage = CoreMathVerifier.verifyRemquo(args, target); in verifyResultsRemquoFloat4Float4Int4Float4() local
|
D | TestNativeTanpi.java | 388 String errorMessage = CoreMathVerifier.verifyNativeTanpi(args, target); in verifyResultsNativeTanpiHalfHalf() local 459 String errorMessage = CoreMathVerifier.verifyNativeTanpi(args, target); in verifyResultsNativeTanpiHalf2Half2() local 530 String errorMessage = CoreMathVerifier.verifyNativeTanpi(args, target); in verifyResultsNativeTanpiHalf3Half3() local 601 String errorMessage = CoreMathVerifier.verifyNativeTanpi(args, target); in verifyResultsNativeTanpiHalf4Half4() local
|
D | TestNativeExpm1.java | 388 String errorMessage = CoreMathVerifier.verifyNativeExpm1(args, target); in verifyResultsNativeExpm1HalfHalf() local 459 String errorMessage = CoreMathVerifier.verifyNativeExpm1(args, target); in verifyResultsNativeExpm1Half2Half2() local 530 String errorMessage = CoreMathVerifier.verifyNativeExpm1(args, target); in verifyResultsNativeExpm1Half3Half3() local 601 String errorMessage = CoreMathVerifier.verifyNativeExpm1(args, target); in verifyResultsNativeExpm1Half4Half4() local
|
D | TestNativeTan.java | 388 String errorMessage = CoreMathVerifier.verifyNativeTan(args, target); in verifyResultsNativeTanHalfHalf() local 459 String errorMessage = CoreMathVerifier.verifyNativeTan(args, target); in verifyResultsNativeTanHalf2Half2() local 530 String errorMessage = CoreMathVerifier.verifyNativeTan(args, target); in verifyResultsNativeTanHalf3Half3() local 601 String errorMessage = CoreMathVerifier.verifyNativeTan(args, target); in verifyResultsNativeTanHalf4Half4() local
|
D | TestLgamma.java | 395 String errorMessage = CoreMathVerifier.verifyLgamma(args, target); in verifyResultsLgammaFloatIntFloat() local 473 String errorMessage = CoreMathVerifier.verifyLgamma(args, target); in verifyResultsLgammaFloat2Int2Float2() local 551 String errorMessage = CoreMathVerifier.verifyLgamma(args, target); in verifyResultsLgammaFloat3Int3Float3() local 629 String errorMessage = CoreMathVerifier.verifyLgamma(args, target); in verifyResultsLgammaFloat4Int4Float4() local
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20004/test-app/src/android/security/cts/CVE_2022_20004_test/ |
D | PocActivity.java | 116 private void sendTestResult(int statusCode, String errorMessage) { in sendTestResult() 124 res.putString(getString(R.string.message_key), errorMessage); in sendTestResult() local
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | PrintingPolicyTest.java | 32 final String errorMessage = activity.getErrorMessage(); in testPrintingPolicy() local
|
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/native_split/src/com/android/cts/isolatedsplitapp/jni/ |
D | JniActivity.java | 29 String errorMessage = ""; in onCreate() local
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | TelephonyProtectedBroadcastsTest.java | 60 StringBuilder errorMessage = new StringBuilder(); //Fail on all missing broadcasts in testBroadcasts() local
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0963/src/android/security/cts/CVE_2021_0963/ |
D | PocStatus.java | 21 String errorMessage; field in PocStatus
|
/cts/tests/tests/security/src/android/security/cts/CVE_2021_0327/ |
D | CVE_2021_0327.java | 40 public static String errorMessage = null; field in CVE_2021_0327
|
D | OtherUserActivity.java | 26 String errorMessage = null; field in OtherUserActivity
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0706/src/android/security/cts/CVE_2021_0706/ |
D | DeviceTest.java | 44 String errorMessage = "PocActivity from package android.security.cts.CVE_2021_0706" in testDisablePlugin() local
|
/cts/tests/signature/api-check/src/java/android/signature/cts/api/ |
D | TestResultObserver.java | 38 public void notifyFailure(FailureType type, String name, String errorMessage, in notifyFailure()
|
/cts/tests/location/common/src/android/location/cts/common/ |
D | SoftAssert.java | 57 String errorMessage = ""; in assertTrue() local 137 String errorMessage = "(Test: FAIL) " + message; in assertOrWarnTrue() local
|
/cts/hostsidetests/install/src/android/cts/install/host/ |
D | ShimApexRule.java | 75 final String errorMessage = in uninstallShimApexIfNecessary() local
|
/cts/tests/signature/tests/src/android/signature/cts/tests/ |
D | ApiPresenceCheckerTest.java | 133 private final String errorMessage; field in ApiPresenceCheckerTest.Failure 136 public Failure(FailureType type, String name, String errorMessage, Throwable throwable) { in Failure() 177 public final void notifyFailure(FailureType type, String name, String errorMessage, in notifyFailure()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0953/src/android/security/cts/CVE_2021_0953/ |
D | PocActivity.java | 251 private void sendTestResult(int statusCode, String errorMessage) { in sendTestResult() 255 res.putString(getString(R.string.message_key), errorMessage); in sendTestResult() local
|
D | DeviceTest.java | 82 private String errorMessage; field in DeviceTest.PocStatus
|
/cts/tests/tests/systemintents/src/android/systemintents/cts/ |
D | TestManageOverlayPermissionIntents.java | 108 String errorMessage = in testManageOverlayPermissionIntentWithDataResolvesToSameIntentWithoutData() local
|