Commit Graph

377727 Commits

Author SHA1 Message Date
Tadashi G. Takaoka
cfbbe2d89d Merge "Fix missing showWhenLocked activity attribute"
am: f1e9db0cbe

Change-Id: If921e3c02dc5c3604f4c67c77666f85cefd69846
2018-11-06 09:06:46 -08:00
Tadashi G. Takaoka
f1e9db0cbe Merge "Fix missing showWhenLocked activity attribute" 2018-11-06 16:57:36 +00:00
Alan Stokes
ad370ddf38 Merge "Stop recording unsupported class loaders."
am: c90f30d1d9

Change-Id: Ie89804c75a652608481e70bcf27b95ced43a578c
2018-11-06 01:21:42 -08:00
Alan Stokes
c90f30d1d9 Merge "Stop recording unsupported class loaders." 2018-11-06 08:58:59 +00:00
Tadashi G. Takaoka
0b590e6ab9 Fix missing showWhenLocked activity attribute
This attribute will stabilize ScreenDecorWindowTests since this test
needs activity is shown even on locked device.

Fixes: 119041502
Bug: 119037340
Test: On sleeping DUT.
  atest FrameworksServicesTests:com.android.server.wm.ScreenDecorWindowTests
Change-Id: I98ef00ba32c792c396f3abba447dd20628902492
Merged-In: I8fc2683ad65e627c4e002b767fd23a4dd9f16223
2018-11-06 13:40:49 +09:00
Fabrício Ferracioli
632e04221d Merge "Adding 1662 for Netherlands in the SMS shortcode whitelist."
am: fa1536d33d

Change-Id: Ie24b0ac85d58cc2ae64e5ced0e7041cbcfc8ecb7
2018-11-05 19:45:24 -08:00
Treehugger Robot
fa1536d33d Merge "Adding 1662 for Netherlands in the SMS shortcode whitelist." 2018-11-06 03:34:33 +00:00
Shuo Qian
aea5d0afcc Merge "Revert "Make getRssi() API for LTE Received Signal Strength Indication (RSSI)""
am: 1a517ba852

Change-Id: I72cc7a0f3c566820f674333b312ffec740281c4e
2018-11-05 19:17:33 -08:00
Shuo Qian
1a517ba852 Merge "Revert "Make getRssi() API for LTE Received Signal Strength Indication (RSSI)"" 2018-11-06 03:06:20 +00:00
Shuo Qian
5e80484991 Revert "Make getRssi() API for LTE Received Signal Strength Indication (RSSI)"
This reverts commit c3380f767a.

Reason for revert: b/119055885

Change-Id: I47e6dd038d97a9d5a48d36b53f9e75e356a1e409
2018-11-06 00:18:16 +00:00
Evan Laird
509e8969a2 Merge "SystemUI: Add tuner interface to StatusBarSignalPolicy"
am: 3ef1990e7c

Change-Id: Ibeb326519b67b7f076ca01c21756f92c425efeb0
2018-11-05 10:11:21 -08:00
Evan Laird
3ef1990e7c Merge "SystemUI: Add tuner interface to StatusBarSignalPolicy" 2018-11-05 17:57:44 +00:00
Paul Duffin
455c3da3e2 Merge "Remove sun.... libcore classes from light grey/vendor lists"
am: 65b79f96cd

Change-Id: I060ab0a9dfff6bbf0c04cd7b15bca9250d7c776e
2018-11-05 06:03:31 -08:00
Treehugger Robot
65b79f96cd Merge "Remove sun.... libcore classes from light grey/vendor lists" 2018-11-05 13:46:02 +00:00
Fabrício Ferracioli
9e40d1a047 Adding 1662 for Netherlands in the SMS shortcode whitelist.
Added 1662 for Netherlands in Q3 SMS shortcode whitelist.

Test: Tests performed by Salvatore Baglieri.

BUG: 111393528

Change-Id: I406c6c7260f5bce365b3f116df8ef2045c9ba3fa
Signed-off-by: Fabrício Ferracioli <fferracioli@google.com>
2018-11-05 11:35:15 -02:00
Alan Stokes
6dba50d633 Stop recording unsupported class loaders.
Don't record anything if any of the classloaders in the chain are
unsupported.  (This is slightly unsubtle, but matchs the existing
behavior - see below.) We can't correctly DexOpt secondary dex files
in this case anyway.

Also discard any existing records of unsupported classloaders on read.

Currently this is almost a no-op: BaseDexClassLoader doesn't notify if
there are any unknown class loaders, since
5ac512c07cfa80160e240c359349c1390a20a981, so the new check is
reachable only if there's some sort of mismatch. But I'm going to
change that soon.

Tightened up visibility a bit too.

Bug: 111336847
Test: atest --test-mapping services/core/java/com/android/server/pm/dex
Change-Id: I6af5620a73be7b6440cbafdf6a5c1da1082cbdd4
2018-11-05 11:13:46 +00:00
Tony Zhu
21457121f4 Merge "[Call Screening]Programmatically changing the default call screening app."
am: 6dd64df8b3

Change-Id: Iaf1d79f340f57a62fe7089d094107906869383fd
2018-11-05 02:48:50 -08:00
Tony Zhu
6dd64df8b3 Merge "[Call Screening]Programmatically changing the default call screening app." 2018-11-05 10:35:27 +00:00
Junyu Lai
7a782be65d Merge "Extend onDnsEvent callback to report more fields."
am: 89eb3e6117

Change-Id: I9051489d16dd720eab9fa3a0c4d4a2c6ae07e7bd
2018-11-04 20:44:30 -08:00
Junyu Lai
89eb3e6117 Merge "Extend onDnsEvent callback to report more fields." 2018-11-05 04:29:47 +00:00
Colin Cross
11a4d77516 Merge changes from topic "protobuf3.5.2"
am: 1d899f6be8

Change-Id: Ia235da2303ae0622bc8826fe9ac035fae894aec1
2018-11-04 17:51:56 -08:00
Colin Cross
5742f9ffa7 Convert statsd_test and statsd_benchmark to proto lite
am: e7908d7b62

Change-Id: Id43ecd7edc87c7e58dc194b7adbf8b48c70b5fc0
2018-11-04 17:45:26 -08:00
Colin Cross
1d899f6be8 Merge changes from topic "protobuf3.5.2"
* changes:
  Adapt to google::protobuf::uint64 type change
  Convert statsd_test and statsd_benchmark to proto lite
2018-11-05 01:13:15 +00:00
Marco Nelissen
f4f1adbf8f Merge "Add key for sample rate and bits per sample"
am: f7c4c728fc

Change-Id: I92c6167d344897b27a891fa5c7c3f1d6c712e1e3
2018-11-03 18:05:30 -07:00
Marco Nelissen
f7c4c728fc Merge "Add key for sample rate and bits per sample" 2018-11-04 00:44:58 +00:00
Jack Yu
8141dd8938 Merge "Changed the onQualifiedNetworkTypesChanged API"
am: aa08473294

Change-Id: I138cdb9c4f2f77f7f0938e46cb5bb5db09dac2d5
2018-11-03 08:50:25 -07:00
Jack Yu
aa08473294 Merge "Changed the onQualifiedNetworkTypesChanged API" 2018-11-03 15:32:55 +00:00
Elliott Hughes
b55d843217 Merge "Track google-benchmark API changes."
am: 9a8757ded5

Change-Id: Ica91fa160f7a17e22a3a63f0dda32f558f3af003
2018-11-02 22:30:50 -07:00
Treehugger Robot
9a8757ded5 Merge "Track google-benchmark API changes." 2018-11-03 05:11:09 +00:00
Brett Chabot
a16d173fc7 Merge "Replace use of deprecated androidx-test build rule."
am: d3efd1ad0c

Change-Id: I813c0659ae50fe68d14093c7cc95f7eb9f641c99
2018-11-02 22:10:22 -07:00
Treehugger Robot
d3efd1ad0c Merge "Replace use of deprecated androidx-test build rule." 2018-11-03 04:50:12 +00:00
Risan
493110e0b4 Merge "ResetListener in StorageManagerService"
am: 6b3a5194d9

Change-Id: Ibb3e89017328e2414d11078915913781d7aba226
2018-11-02 21:23:56 -07:00
Treehugger Robot
6b3a5194d9 Merge "ResetListener in StorageManagerService" 2018-11-03 02:34:10 +00:00
Risan
a354a27056 ResetListener in StorageManagerService
Bug: 110380403
Test: Manual test in ARC++, prototyped a way that reset reaches ARC++
service.
Change-Id: Icc7dcc8b5c726ed9f61226569227c4d47f44b386
Merged-In: Icc7dcc8b5c726ed9f61226569227c4d47f44b386
2018-11-02 21:45:43 +00:00
Christian Wailes
cdcf340421 Merge "Close statsd log socket before zygote fork()."
am: b3d2890291

Change-Id: I36980ccf0fde260f49be3a4f0bd9e134d5f1e724
2018-11-02 14:26:22 -07:00
Christian Wailes
b3d2890291 Merge "Close statsd log socket before zygote fork()." 2018-11-02 21:07:02 +00:00
Brett Chabot
3c27826396 Replace use of deprecated androidx-test build rule.
Test: m -j checkbuild

Change-Id: I47e4761f054087694ac1126e7b9a19d57f880479
Merged-In: I6482ff8afbae39ffd0296aeac7b29ba019daf3a6
2018-11-02 13:27:59 -07:00
Colin Cross
e7908d7b62 Convert statsd_test and statsd_benchmark to proto lite
libplatformprotos for the device is compiled using proto lite, and
statsd_test and statsd_benchmark have protos that reference the
libplatformprotos.  With protobuf 3.5.2 compiling a full proto
against a lite proto doesn't work.  Convert them to lite.  Requires
adding the protobuf internal protos to the sources,
libprotobuf-cpp-lite does not contain the compiled version of
field_options.proto.

Bug: 117607748
Test: m checkbuild
Change-Id: I6a618c4118972c0e5ffb07a361ac6612b9069c5d
2018-11-02 11:35:48 -07:00
Colin Cross
fa6bc27df0 Adapt to google::protobuf::uint64 type change
Protobuf 3.5.2 redefines google::protobuf::uint64 from unsigned long
long to uint64_t, which is sometimes unsigned long and sometimes
unsigned long long.  Use PRIu64 to print it, and add an implementation
of ProtoOutputStream::write for long.

Bug: 117607748
Test: m checkbuild
Change-Id: I48912f58e2f63f4a98c3aefaa4f78cc2c719bb68
2018-11-02 11:35:48 -07:00
Jack Yu
390edbd3d2 Changed the onQualifiedNetworkTypesChanged API
Changed the first parameter from apnType to apnTypes so the
caller can update multiple APN types in one single call. This is
useful because in some cases one single APN setting can serve
multiple APN types.

Test: Manual
Bug: 73659459
Change-Id: Ie3274c76b42a67d2f41b41195a240052c2096f9f
2018-11-02 11:34:55 -07:00
Shuo Qian
e2c37b94d7 Merge "Make getRssi() API for LTE Received Signal Strength Indication (RSSI)"
am: f4a1945d87

Change-Id: I92ad2362188f91ae5ee81b5c9967c9ae380cffe9
2018-11-02 11:12:35 -07:00
Shuo Qian
f4a1945d87 Merge "Make getRssi() API for LTE Received Signal Strength Indication (RSSI)" 2018-11-02 17:46:43 +00:00
Chen Xu
6c527de942 Merge "hidden API getCertsFromCarrierPrivilegeAccessRules"
am: b23fc3c2cd

Change-Id: Ie1b58bcb5b1c4d84bdbcf15fdea63d16db43f1af
2018-11-02 10:40:55 -07:00
Chen Xu
b23fc3c2cd Merge "hidden API getCertsFromCarrierPrivilegeAccessRules" 2018-11-02 17:29:30 +00:00
Stanley Tng
91396395e1 Merge "Change the feature flag for Hearing Aid behavior"
am: 31d6ca5c3a

Change-Id: I8bcd4abd4aeef7d88e43c1ef0c1b21b3cbd75149
2018-11-02 08:47:14 -07:00
Stanley Tng
31d6ca5c3a Merge "Change the feature flag for Hearing Aid behavior" 2018-11-02 15:28:11 +00:00
Daniel Bonnevier
56a9a6631a Add key for sample rate and bits per sample
Add new keys for sample rate and bits per sample.
This makes it possible to indicate the specification of
the music files on application.

Bug: 112986969
Test: Check if sample rate and bits per sample can be retrieved

Change-Id: Ie5a90800297a0a7c2dd6f3a2bdf9e88c9221bee1
2018-11-02 19:49:48 +09:00
David Brazdil
6a35521032 Merge "Remove non-SDK API toast"
am: 13c2382d4f

Change-Id: Iab7f96cc1c91367a0a677dfe52c6fae4a77c30ff
2018-11-02 03:36:22 -07:00
David Brazdil
13c2382d4f Merge "Remove non-SDK API toast" 2018-11-02 10:17:28 +00:00
Jack Yu
617d382303 Merge "Deprecated the resource config_tether_apndata"
am: 346bae7c76

Change-Id: I1d90ce713522809e97fa67ae3e6aaa25966c55bd
2018-11-02 00:11:45 -07:00