Searched refs:addLine (Results 1 – 4 of 4) sorted by relevance
30 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 …]
1892 public InboxStyle addLine(CharSequence cs) { in addLine() method in Notification.InboxStyle
3818 method public android.app.Notification.InboxStyle addLine(java.lang.CharSequence);