Home
last modified time | relevance | path

Searched refs:addLine (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DKMLFormatter.java30 builder.addLine("<?xml version=\"1.0\" encoding=\"UTF-8\"?>"); in getHeader()
31 builder.addLine("<kml xmlns=\"http://earth.google.com/kml/2.2\">"); in getHeader()
32 builder.addLine("<Document>"); in getHeader()
38 builder.addLine("</Document>"); in getFooter()
39 builder.addLine("</kml>"); in getFooter()
49 builder.addLine("<Placemark>"); in getOutput()
50 builder.addLine("<description>"); in getOutput()
51 builder.addLine("accuracy = " + loc.getAccuracy()); in getOutput()
52 builder.addLine("distance from last network location = " in getOutput()
54 builder.addLine("</description>"); in getOutput()
[all …]
/frameworks/base/core/java/android/app/
DNotification.java1892 public InboxStyle addLine(CharSequence cs) { in addLine() method in Notification.InboxStyle
/frameworks/base/api/
Dcurrent.txt3818 method public android.app.Notification.InboxStyle addLine(java.lang.CharSequence);
D16.txt3818 method public android.app.Notification.InboxStyle addLine(java.lang.CharSequence);