Searched refs:addLine (Results 1 - 6 of 6) sorted by relevance

/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/jni/android/graphics/
H A DPath.cpp286 static void addLine(std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths, function in class:android::SkPathGlue
390 addLine(segmentPoints, lengths, iter->second);
401 addLine(segmentPoints, lengths, points[0]);
404 addLine(segmentPoints, lengths, points[1]);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java204 inboxStyle.addLine(computeNotificationTitle(printJob));
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java188 style.addLine(text);
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java298 * notifications, each of which was supplied to {@link InboxStyle#addLine(CharSequence)}.
1688 * .addLine(str1)
1689 * .addLine(str2)
1728 public InboxStyle addLine(CharSequence cs) { method in class:NotificationCompat.InboxStyle
/frameworks/base/core/java/android/app/
H A DNotification.java790 * notifications, each of which was supplied to {@link InboxStyle#addLine(CharSequence)}.
3861 * .addLine(str1)
3862 * .addLine(str2)
3900 public InboxStyle addLine(CharSequence cs) { method in class:Notification.InboxStyle

Completed in 246 milliseconds