- Nov 18, 2019
-
-
Jerome Gaillard authored
Metalava, not Doclava, should be used to extract the metadata used in devtools. The files created then need to be copied into the SDK. Bug: 142480924 Test: m sdk Change-Id: I7eb15341fde9520d51a696a6416a63e6c19c71f9 Merged-In: I7eb15341fde9520d51a696a6416a63e6c19c71f9
-
- Nov 13, 2019
-
-
TreeHugger Robot authored
-
- Nov 12, 2019
-
-
TreeHugger Robot authored
-
Joshua Baxter authored
-
- Nov 11, 2019
-
-
Joshua Baxter authored
bug: 119075364 Change-Id: I452fc3bb80ffc7466d096b7eaf5becd18bc1fb45 test: make ds-docs
-
Joshua Baxter authored
bug: 135556269 Change-Id: I9ba7a0f7de0322ba5e82413c0a95dffbef5a6236 test: make ds-docs
-
Joshua Baxter authored
Merge "docs: Fix docs for Canvas#drawTextOnPath add parameter descriptions for index and count in drawTextOnPath fix a couple of typos" into qt-dev
-
- Nov 09, 2019
-
-
TreeHugger Robot authored
-
- Nov 08, 2019
-
-
Joshua Baxter authored
bug: 119479852 Change-Id: I5c2c31432446ef6fccf3ac80e44a1660654375c0 Test: make ds-docs
-
Joshua Baxter authored
-
Evan Laird authored
am: 663d3d79 -s ours am skip reason: change_id I0680034ed9315aa2c05282524d48faaed066ebd0 with SHA1 3b8c4743 is in history Change-Id: I74620297e68c2bfd6664ed903f912e5e25d575be
-
Evan Laird authored
am: 3692a6d2 -s ours am skip reason: change_id I0680034ed9315aa2c05282524d48faaed066ebd0 with SHA1 3b8c4743 is in history Change-Id: I575817ba777d7212391d75a6163c28e75c7ccbc4
-
Evan Laird authored
It's possible for a service to do a start/stop foreground and cause a couple of things to happen: NotificationManagerService will enqueue a EnqueueNotificationRunnable, post a PostNotificationRunnable (for the startForeground), and then also enqueue a CancelNotificationRunnable. There is some racy behavior here in that the cancel runnable can get triggered in between enqueue and post runnables. If the cancel happens first, then NotificationListenerServices will never get the message. This behavior is technically allowed, however for foreground services we want to ensure that there is a minmum amount of time that notification listeners are aware of the foreground service so that (for instance) the FGS notification can be shown. This CL does two things to mitigate this problem: 1. Introduce checking in the CancelNotificationRunnable such that it will not cancel until after PostNotificationRunnable has finished executing. 2. Introduce a NotificationLifetimeExtender method that will allow a lifetime extender to manage the lifetime of a notification that has been enqueued but not inflated yet. Bug: 119041698 Test: atest NotificationManagerServiceTest Test: atest ForegroundServiceLifetimeExtenderTest Change-Id: I0680034ed9315aa2c05282524d48faaed066ebd0 Merged-In: I0680034ed9315aa2c05282524d48faaed066ebd0
-
TreeHugger Robot authored
-
- Nov 06, 2019
-
-
Kevin Hufnagle authored
-
Joshua Baxter authored
Change-Id: I4ce6bc8a7b0e2f18055416a21f465cd2cfe4ec66 test: make ds-docs bug: 112679894
-
Joshua Baxter authored
-
Joshua Baxter authored
-
Joshua Baxter authored
Change-Id: Ia0dab15920fdbead1842ff5a20ec6d4988f11fbe test: make ds-docs bug: 79355169 Exempt-From-Owner-Approval: docs-only change
-
Joshua Baxter authored
-
Joshua Baxter authored
Change-Id: Ica9765713212955caf3c7fb246ef4ad8ca0e1c35 test: make ds-docs bug: 113636515
-
Joshua Baxter authored
-
Joshua Baxter authored
Change-Id: I2e8f28a917d0b09c0bf0a11f0db863ae7bf03ac8 test: make ds-docs bug: 79156293
-
Joshua Baxter authored
Change-Id: Ifee929d0adaaa94c5026a4b0fdf926489af639b5 test: make ds-docs bug: 37009580
-
Joshua Baxter authored
test: make ds-docs Change-Id: Ia68f66980e447209efb8102a156f78314c199f56 bug: 36979979 Exempt-From-Owner-Approval: docs-only change
-
Joshua Baxter authored
Change-Id: If39d214fde055c412dd881c282e543975a7cbc49 test: make ds-docs bug: 120135854
-
Joshua Baxter authored
-
Joshua Baxter authored
Change-Id: I843a3d94e48335babffdf8a226fa9e3d00c5bbf1 test: make ds-docs bug: 144041941
-
Joshua Baxter authored
-
Joshua Baxter authored
test: make ds-docs bug: 36974889
-
Joshua Baxter authored
add parameter descriptions for index and count in drawTextOnPath fix a couple of typos test: make ds-docs Bug: 36969777 Change-Id: I7c451fac4468fb2066b9b29a321fad57785a8a36
-
Joshua Baxter authored
-
Joshua Baxter authored
Change-Id: Ie238360300cac54bd4717b4ff75d5534f82e0307 test: make ds-docs bug: 36948876
-