Home
last modified time | relevance | path

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

123

/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/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/content/src/android/content/pm/cts/
DPackageManager_NameNotFoundExceptionTest.java34 final String message = "test"; in testNameNotFoundException() local
/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/cts/
DIntentFilter_MalformedMimeTypeExceptionTest.java42 final String message = "testException"; in testMalformedMimeTypeException() local
/cts/tests/tests/app/src/android/app/cts/
DPendingIntent_CanceledExceptionTest.java33 final String message = "test"; in testConstructor() 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/webkit/src/android/webkit/cts/
DChromeClient.java32 public synchronized boolean onConsoleMessage(ConsoleMessage message) { in onConsoleMessage()
/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/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/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/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
DNfcUtils.java27 public static boolean areMessagesEqual(NdefMessage message, NdefMessage otherMessage) { in areMessagesEqual()
/cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/
DCtsNativeScanner.java66 private static String getArg(String[] args, int index, String message) { in getArg()
/cts/libs/util/src/android/cts/util/
DPollingCheck.java59 public static void check(CharSequence message, long timeout, Callable<Boolean> condition) in check()
/cts/tools/dasm/src/java_cup/
Dlexer.java174 public static void emit_error(String message) in emit_error()
188 public static void emit_warn(String message) in emit_warn()
Dparser.java341 String message, in report_fatal_error()
350 public void report_error(String message, Object info) in report_error()
/cts/tools/dasm/src/dasm/
Dparser.java856 public void report_error(String message, Object info) { in report_error()
863 public void report_fatal_error(String message, Object info) { in report_fatal_error()
/cts/tests/tests/holo/src/android/holo/cts/
DBitmapDeletionActivity.java89 private AlertDialog createFinishingDialog(int message) { in createFinishingDialog()
/cts/tests/src/android/app/cts/
DSearchManagerStubActivity.java176 private void assertFalse(String message, boolean value) throws FailException { in assertFalse()
180 private void assertTrue(String message, boolean value) throws FailException { in assertTrue()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/
DNotificationListenerVerifierActivity.java339 boolean checkEquals(long expected, long actual, String message) { in checkEquals()
347 boolean checkEquals(String expected, String actual, String message) { in checkEquals()
355 boolean checkFlagSet(int expected, int actual, String message) { in checkFlagSet()
363 private void logWithStack(String message) { in logWithStack()

123