Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DKMLFormatter.java32 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()
55 builder.addLine("<TimeStamp>"); in getOutput()
57 builder.addLine("</TimeStamp>"); in getOutput()
58 builder.addLine("<Point>"); in getOutput()
63 builder.addLine("</Point>"); in getOutput()
64 builder.addLine("</Placemark>"); in getOutput()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DKernelWakelockReaderTest.java121 .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()
354 .addLine("WakeLock1", 34, 123) // Milliseconds in testAggregateStatsUpdate()
[all …]
/aosp14/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A 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()
/aosp14/frameworks/base/libs/hwui/jni/
H A DPath.cpp263 static void addLine(std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths, in addLine() function in android::SkPathGlue
367 addLine(segmentPoints, lengths, iter->second); in addBezier()
379 addLine(segmentPoints, lengths, points[0]); in createVerbSegments()
382 addLine(segmentPoints, lengths, points[1]); in createVerbSegments()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java1108 .setStyle(new Notification.InboxStyle().addLine("a").addLine("b")); in testInboxTextChange()
1110 .setStyle(new Notification.InboxStyle().addLine("b").addLine("c")); in testInboxTextChange()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationShellCmd.java618 inboxStyle.addLine(getNextArgRequired()); in doNotify()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java6336 .addLine("line1").addLine("line2")); in testVisualDifference_inboxStyle()
6344 .addLine("line1").addLine("line2_changed")); in testVisualDifference_inboxStyle()
6354 .addLine("line1")); in testVisualDifference_inboxStyle()
6364 .addLine("line1").addLine("line2").addLine("line3")); in testVisualDifference_inboxStyle()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java8974 public InboxStyle addLine(CharSequence cs) { in addLine() method in Notification.Builder.InboxStyle
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49868 Landroid/service/notification/ZenModeConfig$Diff;->addLine(Ljava/lang/String;Ljava/lang/Object;Ljav…
49869 Landroid/service/notification/ZenModeConfig$Diff;->addLine(Ljava/lang/String;Ljava/lang/String;)Lan…
49870 Landroid/service/notification/ZenModeConfig$Diff;->addLine(Ljava/lang/String;Ljava/lang/String;Ljav…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6605 method public android.app.Notification.InboxStyle addLine(CharSequence);