Searched defs:addLine (Results 1 - 3 of 3) 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/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java773 * .addLine(str1)
774 * .addLine(str2)
813 public InboxStyle addLine(CharSequence cs) { method in class:NotificationCompat.InboxStyle
/frameworks/base/core/java/android/app/
H A DNotification.java540 * notifications, each of which was supplied to {@link InboxStyle#addLine(CharSequence)}.
2203 * .addLine(str1)
2204 * .addLine(str2)
2242 public InboxStyle addLine(CharSequence cs) { method in class:Notification.InboxStyle

Completed in 821 milliseconds