Home
last modified time | relevance | path

Searched defs:message (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/audio/
DHdmiCecSystemAudioModeTest.java79 String message = hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, in getDutAudioStatus() local
97 String message = hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, in handleSetSystemAudioModeOnToTv() local
129 String message = hdmiCecClient.checkExpectedOutput(CecOperand.SET_SYSTEM_AUDIO_MODE); in cect_11_2_15_1_SystemAudioModeRequestAsFollower() local
149 String message = hdmiCecClient.checkExpectedOutput(CecOperand.SET_SYSTEM_AUDIO_MODE); in cect_11_2_15_2_SystemAudioModeWithFeatureInitiation() local
180 String message = hdmiCecClient.checkExpectedOutput(CecOperand.SET_SYSTEM_AUDIO_MODE); in cect_11_2_15_4_SystemAudioModeStatusOn() local
197 String message = hdmiCecClient.checkExpectedOutput(CecOperand.SET_SYSTEM_AUDIO_MODE); in cect_11_2_15_5_SetSystemAudioModeOff() local
214 String message = hdmiCecClient.checkExpectedOutput(CecOperand.SET_SYSTEM_AUDIO_MODE); in cect_11_2_15_6_SystemAudioModeOffBeforeStandby() local
235 String message = hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, in cect_11_2_15_7_SystemAudioModeStatusOff() local
330 String message = hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, in cect_11_2_15_13_ValidShortAudioDescriptor() local
364 … String message = hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, CecOperand.FEATURE_ABORT); in cect_11_2_15_14_InvalidShortAudioDescriptor() local
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleFreeformTests.java109 final String message = "Activity should be resumed after launch"; in testMultiLaunchInFreeform() local
110 waitAndAssertActivityState(getComponentName(FirstActivity.class), STATE_RESUMED, message); in testMultiLaunchInFreeform() local
111 waitAndAssertActivityState(getComponentName(SecondActivity.class), STATE_RESUMED, message); in testMultiLaunchInFreeform() local
112 waitAndAssertActivityState(getComponentName(ThirdActivity.class), STATE_RESUMED, message); in testMultiLaunchInFreeform() local
147 final String message = "Activity should be resumed after launch"; in testLaunchOccludingInFreeform() local
148 waitAndAssertActivityState(getComponentName(SecondActivity.class), STATE_RESUMED, message); in testLaunchOccludingInFreeform() local
149 waitAndAssertActivityState(getComponentName(ThirdActivity.class), STATE_RESUMED, message); in testLaunchOccludingInFreeform() local
205 final String message = "Activity should be resumed after launch"; in testLaunchTranslucentInFreeform() local
207 message); in testLaunchTranslucentInFreeform() local
208 waitAndAssertActivityState(getComponentName(ThirdActivity.class), STATE_RESUMED, message); in testLaunchTranslucentInFreeform() local
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DCecMessage.java68 public static int hexStringToInt(String message) { in hexStringToInt()
72 public static String getAsciiString(String message) { in getAsciiString()
83 public static String getParamsAsString(String message) { in getParamsAsString()
88 public static int getParams(String message) { in getParams()
93 public static int getParams(String message, int numNibbles) { in getParams()
105 public static int getParams(String message, int start, int end) { in getParams()
112 public static LogicalAddress getSource(String message) { in getSource()
118 public static LogicalAddress getDestination(String message) { in getDestination()
124 public static CecOperand getOperand(String message) { in getOperand()
142 public static void assertPhysicalAddressValid(String message, int expectedPhysicalAddress) { in assertPhysicalAddressValid()
[all …]
DCecClientMessage.java24 private final String message; field in CecClientMessage
31 private CecClientMessage(String message) { in CecClientMessage()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssNavigationMessageTest.java120 private static void setTestValues(GnssNavigationMessage message) { in setTestValues()
129 private static void verifyTestValues(GnssNavigationMessage message) { in verifyTestValues()
144 GnssNavigationMessage message = new GnssNavigationMessage(); in testDescribeContents() local
149 GnssNavigationMessage message = new GnssNavigationMessage(); in testWriteToParcel() local
161 GnssNavigationMessage message = new GnssNavigationMessage(); in testReset() local
166 GnssNavigationMessage message = new GnssNavigationMessage(); in testSet() local
/cts/tests/location/common/src/android/location/cts/common/
DSoftAssert.java51 public void assertTrue(String message, Long eventTimeInNs, String expectedResult, in assertTrue()
77 public void assertTrue(String message, String expectedResult, in assertTrue()
93 String message, in assertTrueAsWarning()
122 public void assertTrue(String message, boolean condition) { in assertTrue()
133 public void assertOrWarnTrue(boolean strict, String message, boolean condition) { in assertOrWarnTrue()
157 StringBuilder message = new StringBuilder(); in assertAll() local
172 public static void failOrWarning(boolean testIsStrict, String message, boolean condition) { in failOrWarning()
186 public static void failAsWarning(String tag, String message) { in failAsWarning()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DDeviceReportLog.java71 public void addValue(String source, String message, double value, ResultType type, in addValue()
85 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue()
98 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
112 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
125 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue()
137 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue()
149 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue()
161 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue()
173 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue()
185 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues()
[all …]
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockScreenInfoTest.java44 final String message = ""; in testEmptyStringClearsLockInfo() local
45 mDevicePolicyManager.setDeviceOwnerLockScreenInfo(getWho(), message); in testEmptyStringClearsLockInfo() local
69 final String message = "nulladmin"; in testSetLockInfoWithNullAdminFails() local
84 private void setLockInfo(String message) { in setLockInfo()
85 mDevicePolicyManager.setDeviceOwnerLockScreenInfo(getWho(), message); in setLockInfo() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DAssertHelpers.java38 public static void assertArrayNotAllZeroes(String message, byte[] data) { in assertArrayNotAllZeroes()
61 public static void assertArrayNotGreater(String message, float[] left, float[] right) { in assertArrayNotGreater()
83 public static void assertArrayWithinLowerBound(String message, float[] value, float lowerBound) in assertArrayWithinLowerBound()
99 public static void assertArrayWithinUpperBound(String message, float[] value, float upperBound) in assertArrayWithinUpperBound()
131 public static <T> void assertArrayContains(String message, T[] actual, T checkVals) { in assertArrayContains()
143 public static void assertArrayContains(String message, int[] actual, int checkVals) { in assertArrayContains()
155 public static <T> T assertArrayContainsAnyOf(String message, T[] actual, T[] checkVals) { in assertArrayContainsAnyOf()
167 public static int assertArrayContainsAnyOf(String message, int[] actual, int[] checkVals) { in assertArrayContainsAnyOf()
179 public static <T> T assertCollectionContainsAnyOf(String message, Collection<T> actual, in assertCollectionContainsAnyOf()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DCtsVerifierReportLog.java99 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
108 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
118 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue()
130 public void addValue(String source, String message, double value, ResultType type, in addValue()
143 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue()
155 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue()
167 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue()
179 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue()
191 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue()
203 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckTestActivity.java275 String message = "OpenCV is loaded"; in test00OpenCV() local
286 String message = "Record is successful."; in test01Recording() local
296 String message = "Analysis result: " + mReport.reason; in test02Analysis() local
307 String message = "Test Roll Axis Accuracy"; in test1RollAxis() local
320 String message = "Test Pitch Axis Accuracy"; in test2PitchAxis() local
333 String message = "Test Yaw Axis Accuracy"; in test3YawAxis() local
340 private void assertLessThan(String message, double lhs, double rhs) { in assertLessThan()
/cts/tests/tests/os/src/android/os/cts/
DMessageTest.java81 Message message = Message.obtain(); in testObtain() local
94 Message message = Message.obtain(mHandler, WHAT, ARG1, ARG2, OBJ); in testObtain2() local
158 Message message = Message.obtain(mHandler, WHAT, ARG1, ARG2, OBJ); in testCopyFrom() local
173 Message message = Message.obtain(mHandler, WHAT, ARG1, ARG2, OBJ); in testRecycle() local
186 Message message = Message.obtain(mHandler, WHAT, ARG1, ARG2); in testWriteToParcel() local
217 Message message = Message.obtain(mHandler); in testSendToTarget() local
225 Message message = Message.obtain(); in testAsynchronous() local
236 Message message = Message.obtain(); in testRecycleThrowsIfMessageAlreadyRecycled() local
248 Message message = Message.obtain(); in testSendMessageThrowsIfMessageAlreadyRecycled() local
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DHingeAngleVerification.java58 String message = String.format("\nEvent time=%s, value=%s same as prior event" + in verify() local
66 String message = String.format("\nEvent time=%s, value=%s greater than maximum" + in verify() local
73 String message = String.format("\nEvent time=%s, value=%s less than 0", in verify() local
83 String message = String.format("\nEvent time=%s, value=%s more fine grained than" + in verify() local
/cts/libs/vogar-expect/src/vogar/expect/util/
DLogOutput.java25 void warn(String message); in warn()
30 void warn(String message, List<String> list); in warn()
34 void info(String message, Throwable throwable); in info()
DLog.java35 public static void warn(String message) { in warn()
44 public static void warn(String message, List<String> list) { in warn()
56 public static void info(String message, Throwable throwable) { in info()
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DConversationActionsTest.java55 ConversationActions.Message message = in testMessage_full() local
71 ConversationActions.Message message = in testMessage_minimal() local
83 ConversationActions.Message message = in testRequest_minimal() local
101 ConversationActions.Message message = in testRequest_full() local
162 private static void assertFullMessage(ConversationActions.Message message) { in assertFullMessage()
169 private void assertMinimalMessage(ConversationActions.Message message) { in assertMinimalMessage()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/exceptions/
DAdbException.java30 public AdbException(String message, String command, String output) { in AdbException()
34 public AdbException(String message, String command, String output, String err) { in AdbException()
44 public AdbException(String message, String command, Throwable cause) { in AdbException()
48 public AdbException(String message, String command, String output, Throwable cause) { in AdbException()
DNeneException.java26 public NeneException(String message) { in NeneException()
30 public NeneException(String message, Throwable throwable) { in NeneException()
/cts/tools/vm-tests-tf/src/dot/junit/
DAssertionFailedException.java21 public AssertionFailedException(String message, Throwable cause) { in AssertionFailedException()
25 public AssertionFailedException(String message) { in AssertionFailedException()
/cts/tests/tests/webkit/src/android/webkit/cts/
DPostMessageTest.java142 WebMessage message = new WebMessage(WEBVIEW_MESSAGE); in verifyPostMessageToOrigin() local
178 WebMessage message = new WebMessage(WEBVIEW_MESSAGE, new WebMessagePort[]{channel[1]}); in testMessageChannel() local
216 WebMessage message = new WebMessage(WEBVIEW_MESSAGE, new WebMessagePort[]{channel[1]}); in testClose() local
261 WebMessage message = new WebMessage(WEBVIEW_MESSAGE, new WebMessagePort[]{channel[1]}); in testReceiveMessagePort() local
286 WebMessage message = new WebMessage(WEBVIEW_MESSAGE, new WebMessagePort[]{channel[1]}); in testWebMessageHandler() local
322 WebMessage message = new WebMessage(WEBVIEW_MESSAGE, new WebMessagePort[]{channel[1]}); in testWebMessageDefaultHandler() local
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecVendorCommandsTest.java62 String message = hdmiCecClient.checkExpectedOutput(CecOperand.DEVICE_VENDOR_ID); in cect_11_2_9_1_GiveDeviceVendorId() local
76 String message = hdmiCecClient.checkExpectedOutput(CecOperand.DEVICE_VENDOR_ID); in cect_11_2_9_2_DeviceVendorIdOnInit() local
DHdmiCecSystemInformationTest.java72 String message = hdmiCecClient.checkExpectedOutput(CecOperand.REPORT_PHYSICAL_ADDRESS); in cect_11_2_6_2_GivePhysicalAddress() local
103 String message = hdmiCecClient.checkExpectedOutput(CecOperand.REPORT_FEATURES); in cect_reportFeatures_deviceTypeContainedInAllDeviceTypes() local
143 String message = in cect_11_2_6_6_GiveCecVersion() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsException.java27 public ItsException(String message, Throwable cause) { in ItsException()
31 public ItsException(String message) { in ItsException()
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestClz.java80 StringBuilder message = new StringBuilder(); in verifyResultsClzCharChar() local
151 StringBuilder message = new StringBuilder(); in verifyResultsClzChar2Char2() local
222 StringBuilder message = new StringBuilder(); in verifyResultsClzChar3Char3() local
293 StringBuilder message = new StringBuilder(); in verifyResultsClzChar4Char4() local
369 StringBuilder message = new StringBuilder(); in verifyResultsClzUcharUchar() local
440 StringBuilder message = new StringBuilder(); in verifyResultsClzUchar2Uchar2() local
511 StringBuilder message = new StringBuilder(); in verifyResultsClzUchar3Uchar3() local
582 StringBuilder message = new StringBuilder(); in verifyResultsClzUchar4Uchar4() local
658 StringBuilder message = new StringBuilder(); in verifyResultsClzShortShort() local
729 StringBuilder message = new StringBuilder(); in verifyResultsClzShort2Short2() local
[all …]
DTestConvert.java80 StringBuilder message = new StringBuilder(); in verifyResultsConvertFloat2Float2() local
152 StringBuilder message = new StringBuilder(); in verifyResultsConvertFloat3Float3() local
224 StringBuilder message = new StringBuilder(); in verifyResultsConvertFloat4Float4() local
301 StringBuilder message = new StringBuilder(); in verifyResultsConvertChar2Float2() local
373 StringBuilder message = new StringBuilder(); in verifyResultsConvertChar3Float3() local
445 StringBuilder message = new StringBuilder(); in verifyResultsConvertChar4Float4() local
522 StringBuilder message = new StringBuilder(); in verifyResultsConvertUchar2Float2() local
594 StringBuilder message = new StringBuilder(); in verifyResultsConvertUchar3Float3() local
666 StringBuilder message = new StringBuilder(); in verifyResultsConvertUchar4Float4() local
743 StringBuilder message = new StringBuilder(); in verifyResultsConvertShort2Float2() local
[all …]

12345678910>>...17