/cts/libs/vogar-expect/src/vogar/util/ |
D | LogOutput.java | 25 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()
|
D | Log.java | 35 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/ |
D | MessageTest.java | 80 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
|
D | BuildTest.java | 47 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/ |
D | AccelerometerMeasurementTestActivity.java | 89 String message, in delayedVerifyMeasurements() 103 private void verifyMeasurements(String message, double ... expectations) throws Throwable { in verifyMeasurements()
|
D | BaseSensorSemiAutomatedTestActivity.java | 81 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/ |
D | CtsException.java | 25 public CtsException(String message) { in CtsException()
|
D | ReportLog.java | 46 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/ |
D | RemoteViews_ActionExceptionTest.java | 29 String message = "This is exception message"; in testConstructor() local
|
D | PositionTesterContextMenuListener.java | 92 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/ |
D | WindowManager_BadTokenExceptionTest.java | 32 String message = "WindowManager_BadTokenExceptionTest"; in testBadTokenException() local
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManager_NameNotFoundExceptionTest.java | 34 final String message = "test"; in testNameNotFoundException() local
|
/cts/tests/tests/app/src/android/app/cts/ |
D | PendingIntent_CanceledExceptionTest.java | 33 final String message = "test"; in testConstructor() local
|
/cts/tests/tests/content/src/android/content/cts/ |
D | IntentFilter_MalformedMimeTypeExceptionTest.java | 42 final String message = "testException"; in testMalformedMimeTypeException() local
|
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilitySettingsTest.java | 42 String message = "Accessibility settings activity must be launched via Intent " + in testAccessibilitySettingsIntentHandled() local
|
/cts/tests/tests/accessibility/src/android/view/accessibility/cts/ |
D | AccessibilityRecordTest.java | 186 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/ |
D | ChromeClient.java | 32 public synchronized boolean onConsoleMessage(ConsoleMessage message) { in onConsoleMessage()
|
/cts/tools/vm-tests-tf/src/dot/junit/ |
D | DxAbstractMain.java | 25 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/ |
D | SensorManagerTestVerifier.java | 119 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/ |
D | CtsNativeScanner.java | 62 private static String getArg(String[] args, int index, String message) { in getArg()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | PrintStreamPrinterTest.java | 47 final String message = "testMessageOfPrintStreamPrinter"; in testPrintln() local
|
/cts/tools/cts-java-scanner/src/com/android/cts/javascanner/ |
D | CtsJavaScanner.java | 62 private static String getArg(String[] args, int index, String message) { in getArg()
|
/cts/libs/deviceutil/src/android/cts/util/ |
D | PollingCheck.java | 59 public static void check(CharSequence message, long timeout, Callable<Boolean> condition) in check()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/ |
D | NfcUtils.java | 27 public static boolean areMessagesEqual(NdefMessage message, NdefMessage otherMessage) { in areMessagesEqual()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | ServicePermissionsTest.java | 134 String message = lines.get(0); in testDumpProtected() local
|