Searched defs:addLine (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/services/mediaresourcemanager/
H A DServiceLog.cpp45 addLine(log.string(), linePrefix, &result);
48 addLine("...", linePrefix, &result);
50 addLine("[no events yet]", linePrefix, &result);
55 void ServiceLog::addLine(const char *log, const char *prefix, String8 *result) const { function in class:android::ServiceLog
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DKMLFormatter.java30 builder.addLine("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
31 builder.addLine("<kml xmlns=\"http://earth.google.com/kml/2.2\">");
32 builder.addLine("<Document>");
38 builder.addLine("</Document>");
39 builder.addLine("</kml>");
49 builder.addLine("<Placemark>");
50 builder.addLine("<description>");
51 builder.addLine("accuracy = " + loc.getAccuracy());
52 builder.addLine("distance from last network location = "
54 builder.addLine("</descriptio
76 public void addLine(String line) { method in class:KMLFormatter.LineBuilder
[all...]
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DKernelWakelockReaderTest.java42 public ProcFileBuilder addLine(String name, int count, long timeMillis) { method in class:KernelWakelockReaderTest.ProcFileBuilder
86 .addLine("Wakelock", 34, 123) // Milliseconds
101 .addLine("Wakelock", 1, 10)
102 .addLine("Fakelock", 2, 20)
114 .addLine("Wakelock", 1, 10) // Milliseconds
115 .addLine("Wakelock", 1, 10) // Milliseconds
130 .addLine("Fakelock", 3, 30)
139 .addLine("Wakelock", 1, 10)
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
H A DVrView.java423 addLine("vr(" + img_width + "," + img_height + "): " + (time - start) / 1E6f + " ms");
435 addLine(line + ": " + (ftime / 1E3f) + " sec");
437 addLine(line + ": " + (ftime) + " ms");
441 private void addLine(String line) { method in class:VrView.VrRenderTesk
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp254 static void addLine(std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths, function in class:android::SkPathGlue
358 addLine(segmentPoints, lengths, iter->second);
370 addLine(segmentPoints, lengths, points[0]);
373 addLine(segmentPoints, lengths, points[1]);
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java251 return d.addLine("config", "delete");
254 d.addLine("user", user, to.user);
257 d.addLine("allowAlarms", allowAlarms, to.allowAlarms);
260 d.addLine("allowMedia", allowMedia, to.allowMedia);
263 d.addLine("allowSystem", allowSystem, to.allowSystem);
266 d.addLine("allowCalls", allowCalls, to.allowCalls);
269 d.addLine("allowReminders", allowReminders, to.allowReminders);
272 d.addLine("allowEvents", allowEvents, to.allowEvents);
275 d.addLine("allowRepeatCallers", allowRepeatCallers, to.allowRepeatCallers);
278 d.addLine("allowMessage
1471 private Diff addLine(String item, String action) { method in class:ZenModeConfig.Diff
1476 public Diff addLine(String item, String subitem, Object from, Object to) { method in class:ZenModeConfig.Diff
1480 public Diff addLine(String item, Object from, Object to) { method in class:ZenModeConfig.Diff
[all...]
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java346 * notifications, each of which was supplied to {@link InboxStyle#addLine(CharSequence)}.
2796 * .addLine(str1)
2797 * .addLine(str2)
2836 public InboxStyle addLine(CharSequence cs) { method in class:NotificationCompat.InboxStyle
2855 style.addLine(text);
/frameworks/base/core/java/android/app/
H A DNotification.java1090 * notifications, each of which was supplied to {@link InboxStyle#addLine(CharSequence)}.
7457 * .addLine(str1)
7458 * .addLine(str2)
7505 public InboxStyle addLine(CharSequence cs) { method in class:Notification.InboxStyle

Completed in 315 milliseconds