/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
D | KMLFormatter.java | 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 …]
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | KernelWakelockReaderTest.java | 45 public ProcFileBuilder addLine(String name, int count, long timeMillis) { in addLine() method in KernelWakelockReaderTest.ProcFileBuilder 121 .addLine("Wakelock", 34, 123) // Milliseconds in testOneWakelock() 139 .addLine("Wakelock", 1, 10) in testTwoWakelocks() 140 .addLine("Fakelock", 2, 20) in testTwoWakelocks() 155 .addLine("Wakelock", 1, 10) // Milliseconds in testDuplicateWakelocksAccumulate() 156 .addLine("Wakelock", 1, 10) // Milliseconds in testDuplicateWakelocksAccumulate() 175 .addLine("Fakelock", 3, 30) in testWakelocksBecomeStale() 184 .addLine("Wakelock", 1, 10) in testWakelocksBecomeStale() 290 .addLine("Wakelock", 34, 123) // Milliseconds in testAggregateStatsNoNativeWakelocks() 329 .addLine("WakeLock1", 34, 123) // Milliseconds in testAggregateStatsBothKernelAndNativeWakelocks() [all …]
|
/frameworks/av/services/mediaresourcemanager/ |
D | ServiceLog.cpp | 45 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
|
D | ServiceLog.h | 43 void addLine(const char *log, const char *prefix, String8 *result) const;
|
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 286 return d.addLine("config", "delete"); in diff() 289 d.addLine("user", user, to.user); in diff() 292 d.addLine("allowAlarms", allowAlarms, to.allowAlarms); in diff() 295 d.addLine("allowMedia", allowMedia, to.allowMedia); in diff() 298 d.addLine("allowSystem", allowSystem, to.allowSystem); in diff() 301 d.addLine("allowCalls", allowCalls, to.allowCalls); in diff() 304 d.addLine("allowReminders", allowReminders, to.allowReminders); in diff() 307 d.addLine("allowEvents", allowEvents, to.allowEvents); in diff() 310 d.addLine("allowRepeatCallers", allowRepeatCallers, to.allowRepeatCallers); in diff() 313 d.addLine("allowMessages", allowMessages, to.allowMessages); in diff() [all …]
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/ |
D | VrView.java | 423 addLine("vr(" + img_width + "," + img_height + "): " + (time - start) / 1E6f + " ms"); in doInBackground() 435 addLine(line + ": " + (ftime / 1E3f) + " sec"); in addTimeLine() 437 addLine(line + ": " + (ftime) + " ms"); in addTimeLine() 441 private void addLine(String line) { in addLine() method in VrView.VrRenderTesk
|
/frameworks/native/cmds/lshal/ |
D | ListCommand.h | 116 void addLine(TextTable *table, const std::string &interfaceName, const std::string &transport, 120 void addLine(TextTable *table, const TableEntry &entry);
|
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
D | NotificationTests.java | 362 .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/ |
D | Path.cpp | 249 static void addLine(std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths, in addLine() function in android::SkPathGlue 353 addLine(segmentPoints, lengths, iter->second); in addBezier() 365 addLine(segmentPoints, lengths, points[0]); in createVerbSegments() 368 addLine(segmentPoints, lengths, points[1]); in createVerbSegments()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationTest.java | 209 .setStyle(new Notification.InboxStyle().addLine("a").addLine("b")); in testInboxTextChange() 211 .setStyle(new Notification.InboxStyle().addLine("b").addLine("c")); in testInboxTextChange()
|
D | NotificationManagerServiceTest.java | 3385 .addLine("line1").addLine("line2")); in testVisualDifference_inboxStyle() 3393 .addLine("line1").addLine("line2_changed")); in testVisualDifference_inboxStyle() 3403 .addLine("line1")); in testVisualDifference_inboxStyle() 3413 .addLine("line1").addLine("line2").addLine("line3")); in testVisualDifference_inboxStyle()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationShellCmd.java | 463 inboxStyle.addLine(getNextArgRequired()); in doNotify()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 7841 public InboxStyle addLine(CharSequence cs) { in addLine() method in Notification.Builder.InboxStyle
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 13355 HSPLandroid/service/notification/ZenModeConfig$Diff;->addLine(Ljava/lang/String;Ljava/lang/Object;L… 13356 HSPLandroid/service/notification/ZenModeConfig$Diff;->addLine(Ljava/lang/String;Ljava/lang/String;L…
|
D | hiddenapi-greylist-max-o.txt | 63780 Landroid/service/notification/ZenModeConfig$Diff;->addLine(Ljava/lang/String;Ljava/lang/Object;Ljav… 63781 Landroid/service/notification/ZenModeConfig$Diff;->addLine(Ljava/lang/String;Ljava/lang/String;)Lan… 63782 Landroid/service/notification/ZenModeConfig$Diff;->addLine(Ljava/lang/String;Ljava/lang/String;Ljav…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4770 method public android.app.Notification.InboxStyle addLine(java.lang.CharSequence);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 5641 method public android.app.Notification.InboxStyle addLine(CharSequence);
|
/frameworks/base/api/ |
D | current.txt | 5641 method public android.app.Notification.InboxStyle addLine(CharSequence);
|