Searched defs:lines (Results 1 - 7 of 7) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
H A DConnectionStatus.java66 * Print lines.
68 * Print lines in ArrayList<String>
70 * @param lines ArrayList<String>
72 private void printLines(final ArrayList<String> lines) { argument
73 for (String line : lines) {
97 ArrayList<String> lines = new ArrayList<String>();
102 lines.add(line);
104 printLines(lines);
105 lines.clear();
111 lines
[all...]
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
H A DProcessStatsDumpsysTest.java327 private static String findLine(String prefix, String[] lines) { argument
328 for (String line : lines) {
413 final String[] lines = procstats.split("\n");
418 lines));
429 // lines));
434 lines));
446 // lines));
451 lines));
458 lines));
466 // lines));
[all...]
/cts/hostsidetests/jdwpsecurity/src/android/jdwpsecurity/cts/
H A DJdwpSecurityHostTest.java201 private final List<String> lines = new ArrayList<String>(); field in class:JdwpSecurityHostTest.AdbJdwpOutputReader
227 return lines;
237 lines.add(line);
/cts/tests/framework/base/activitymanager/src/android/server/am/
H A DActivityManagerDisplayTestBase.java178 private ReportedDisplayMetrics(final String lines) { argument
179 Matcher matcher = PHYSICAL_SIZE.matcher(lines);
185 matcher = PHYSICAL_DENSITY.matcher(lines);
190 matcher = OVERRIDE_SIZE.matcher(lines);
199 matcher = OVERRIDE_DENSITY.matcher(lines);
/cts/tests/tests/widget/src/android/widget/cts/
H A DTextViewTest.java979 // setting max/min lines should cause getMaxHeight/getMinHeight to return -1
2700 // Multi lines
2726 // cross the "\n" and two lines
2756 // make it multi-lines
2764 // set min lines don't effect the lines count for actual text.
3043 // maxline set, no ellipsize, text with two lines
3049 // maxline set, ellipsize end, text with two lines
3083 // no maxline, no ellipsize, text with two lines
3088 // maxline set, no ellipsize, text with three lines
8156 setMaxLines(final int lines) argument
8198 setLines(final int lines) argument
[all...]
/cts/apps/CtsVerifier/libs/
H A Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/opencv/BuildConfig.class BuildConfig. ...
/cts/tests/libcore/javautilcollections/libs/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 390 milliseconds