Home
last modified time | relevance | path

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

1234

/cts/libs/vogar-expect/src/vogar/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/os/src/android/os/cts/
DMessageTest.java80 Message message = Message.obtain(); in testObtain() local
93 Message message = Message.obtain(mHandler, WHAT, ARG1, ARG2, OBJ); in testObtain2() local
157 Message message = Message.obtain(mHandler, WHAT, ARG1, ARG2, OBJ); in testCopyFrom() local
172 Message message = Message.obtain(mHandler, WHAT, ARG1, ARG2, OBJ); in testRecycle() local
185 Message message = Message.obtain(mHandler, WHAT, ARG1, ARG2); in testWriteToParcel() local
216 Message message = Message.obtain(mHandler); in testSendToTarget() local
224 Message message = Message.obtain(); in testAsynchronous() local
DBuildTest.java47 String message = "CPU is ARM v7 compatible, so " in assertArmCpuAbiConstants() local
60 String message = "CPU is x86 but ARM v7 compatible, so " in assertArmCpuAbiConstants() local
74 String message = "CPU is not ARM v7 compatible. " in assertArmCpuAbiConstants() local
106 private void assertProperty(String message, String property, String expected) in assertProperty()
130 private void assertNoPropertySet(String message, String property) throws IOException { in assertNoPropertySet()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DAccelerometerMeasurementTestActivity.java89 String message, in delayedVerifyMeasurements()
103 private void verifyMeasurements(String message, double ... expectations) throws Throwable { in verifyMeasurements()
DBaseSensorSemiAutomatedTestActivity.java81 String message = ""; in run() local
163 private void setTestResult(SensorTestResult testResult, String message) { in setTestResult()
194 public TextAppender(TextView textView, String message, int textColor) { in TextAppender()
206 public TextAppender(TextView textView, String message) { in TextAppender()
/cts/libs/commonutil/src/com/android/cts/util/
DCtsException.java25 public CtsException(String message) { in CtsException()
DReportLog.java46 public void printArray(String message, double[] values, ResultType type, in printArray()
54 public void printValue(String message, double value, ResultType type, in printValue()
60 private void doPrintArray(String message, double[] values, ResultType type, in doPrintArray()
88 public void printSummaryWithTarget(String message, double target, double value, in printSummaryWithTarget()
112 public void printSummary(String message, double value, ResultType type, in printSummary()
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViews_ActionExceptionTest.java29 String message = "This is exception message"; in testConstructor() local
DPositionTesterContextMenuListener.java92 private boolean areEqual(String message, int expected, int actual) { in areEqual()
100 private boolean isTrue(String message, boolean value) { in isTrue()
/cts/tests/tests/view/src/android/view/cts/
DWindowManager_BadTokenExceptionTest.java32 String message = "WindowManager_BadTokenExceptionTest"; in testBadTokenException() local
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManager_NameNotFoundExceptionTest.java34 final String message = "test"; in testNameNotFoundException() local
/cts/tests/tests/app/src/android/app/cts/
DPendingIntent_CanceledExceptionTest.java33 final String message = "test"; in testConstructor() local
/cts/tests/tests/content/src/android/content/cts/
DIntentFilter_MalformedMimeTypeExceptionTest.java42 final String message = "testException"; in testMalformedMimeTypeException() local
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilitySettingsTest.java42 String message = "Accessibility settings activity must be launched via Intent " + in testAccessibilitySettingsIntentHandled() local
/cts/tests/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityRecordTest.java186 String message = "text has incorrect value"; in assertEqualsText() local
216 String message = "New fields have been added, so add code to test marshaling them."; in assertNoNewNonStaticFieldsAdded() local
/cts/tests/tests/webkit/src/android/webkit/cts/
DChromeClient.java32 public synchronized boolean onConsoleMessage(ConsoleMessage message) { in onConsoleMessage()
/cts/tools/vm-tests-tf/src/dot/junit/
DDxAbstractMain.java25 static public void assertEquals(String message, int expected, int actual) { in assertEquals()
62 static public void fail(String message) { in fail()
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
DSensorManagerTestVerifier.java119 String message = SensorCtsHelper.formatAssertionMessage( in registerListener() local
163 String message = SensorCtsHelper.formatAssertionMessage( in startFlush() local
231 String message = SensorCtsHelper.formatAssertionMessage( in waitForFlushComplete() local
246 String message = SensorCtsHelper.formatAssertionMessage( in waitForEvents() local
/cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/
DCtsNativeScanner.java62 private static String getArg(String[] args, int index, String message) { in getArg()
/cts/tests/tests/util/src/android/util/cts/
DPrintStreamPrinterTest.java47 final String message = "testMessageOfPrintStreamPrinter"; in testPrintln() local
/cts/tools/cts-java-scanner/src/com/android/cts/javascanner/
DCtsJavaScanner.java62 private static String getArg(String[] args, int index, String message) { in getArg()
/cts/libs/deviceutil/src/android/cts/util/
DPollingCheck.java59 public static void check(CharSequence message, long timeout, Callable<Boolean> condition) in check()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
DNfcUtils.java27 public static boolean areMessagesEqual(NdefMessage message, NdefMessage otherMessage) { in areMessagesEqual()
/cts/tests/tests/security/src/android/security/cts/
DServicePermissionsTest.java134 String message = lines.get(0); in testDumpProtected() local

1234