Home
last modified time | relevance | path

Searched refs:addLine (Results 1 – 21 of 21) 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/av/services/mediaresourcemanager/
DServiceLog.cpp45 addLine(log.string(), linePrefix, &result); in toString()
48 addLine("...", linePrefix, &result); in toString()
50 addLine("[no events yet]", linePrefix, &result); in toString()
55 void ServiceLog::addLine(const char *log, const char *prefix, String8 *result) const { in addLine() function in android::ServiceLog
DServiceLog.h43 void addLine(const char *log, const char *prefix, String8 *result) const;
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java196 return d.addLine("config", "delete"); in diff()
199 d.addLine("user", user, to.user); in diff()
202 d.addLine("allowCalls", allowCalls, to.allowCalls); in diff()
205 d.addLine("allowRepeatCallers", allowRepeatCallers, to.allowRepeatCallers); in diff()
208 d.addLine("allowMessages", allowMessages, to.allowMessages); in diff()
211 d.addLine("allowCallsFrom", allowCallsFrom, to.allowCallsFrom); in diff()
214 d.addLine("allowMessagesFrom", allowMessagesFrom, to.allowMessagesFrom); in diff()
217 d.addLine("allowReminders", allowReminders, to.allowReminders); in diff()
220 d.addLine("allowEvents", allowEvents, to.allowEvents); in diff()
240 d.addLine("config", "insert"); in diff()
[all …]
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
DVrView.java424 addLine("vr(" + img_width + "," + img_height + "): " + (time - start) / 1E6f + " ms"); in doInBackground()
436 addLine(line + ": " + (ftime / 1E3f) + " sec"); in addTimeLine()
438 addLine(line + ": " + (ftime) + " ms"); in addTimeLine()
442 private void addLine(String line) { in addLine() method in VrView.VrRenderTesk
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java362 .addLine(BOLD("Alice:").append(" hey there!")) in testCreate()
363 .addLine(BOLD("Bob:").append(" hi there!")) in testCreate()
364 .addLine(BOLD("Charlie:").append(" Iz IN UR EMAILZ!!")) in testCreate()
/frameworks/base/core/jni/android/graphics/
DPath.cpp284 static void addLine(std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths, in addLine() function in android::SkPathGlue
388 addLine(segmentPoints, lengths, iter->second); in addBezier()
399 addLine(segmentPoints, lengths, points[0]); in createVerbSegments()
402 addLine(segmentPoints, lengths, points[1]); in createVerbSegments()
/frameworks/base/docs/html/training/wearables/notifications/
Dstacks.jd104 .addLine("Alex Faaborg Check this out")
105 .addLine("Jeff Chang Launch Party")
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java204 inboxStyle.addLine(computeNotificationTitle(printJob)); in createStackedNotification()
/frameworks/support/v4/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java188 style.addLine(text); in addInboxStyle()
/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java1793 public InboxStyle addLine(CharSequence cs) { in addLine() method in NotificationCompat.InboxStyle
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd261 inboxStyle.addLine(events[i]);
/frameworks/base/core/java/android/app/
DNotification.java4221 public InboxStyle addLine(CharSequence cs) { in addLine() method in Notification.InboxStyle
/frameworks/support/v4/api/
D22.0.0.txt582 …method public android.support.v4.app.NotificationCompat.InboxStyle addLine(java.lang.CharSequence);
D22.1.0.txt582 …method public android.support.v4.app.NotificationCompat.InboxStyle addLine(java.lang.CharSequence);
D22.2.1.txt611 …method public android.support.v4.app.NotificationCompat.InboxStyle addLine(java.lang.CharSequence);
D22.2.0.txt611 …method public android.support.v4.app.NotificationCompat.InboxStyle addLine(java.lang.CharSequence);
D23.txt704 …method public android.support.v4.app.NotificationCompat.InboxStyle addLine(java.lang.CharSequence);
Dcurrent.txt710 …method public android.support.v4.app.NotificationCompat.InboxStyle addLine(java.lang.CharSequence);
/frameworks/base/api/
Dcurrent.txt4952 method public android.app.Notification.InboxStyle addLine(java.lang.CharSequence);
Dsystem-current.txt5069 method public android.app.Notification.InboxStyle addLine(java.lang.CharSequence);