am: b5e2592582
* commit 'b5e25925828dd5a23eaa2ea3a4cebcc6652d2762':
Hide work profile key in user credentials screen
Change-Id: Ie10f57378d3cf1168a9200bf02f3b46d2d1bfe4b
am: ed39b3b166
* commit 'ed39b3b1666cff34e34c394029fad0ad9e426968':
Hide work profile key in user credentials screen
Change-Id: I18cefc9f365ed83db5262676a1f4b9cc28b20c07
am: d398244513
* commit 'd398244513c62c9ea14a0f1c6ffef832e803c16f':
Hide work profile key in user credentials screen
Change-Id: I5273b53b07cb80d45bac61c8dcc5cba8f6b11b3a
am: 9fcefb4c1d
* commit '9fcefb4c1d8554df4c8c14337e875bb33042d12f':
Fixed issue where ListView checked state did not account for ListView header.
Change-Id: I24a239d5faa0b8b0c00384268fb02a817ad771f3
am: 02178609c6
* commit '02178609c69d395d7ddbae2db278e50572cceec3':
Fixed issue where ListView checked state did not account for ListView header.
Change-Id: I6f5fd65a9632a2f262c2e7a807cae487c4d5c0bc
Read time and I/O for OTA update from last_install, and report the
statistics using MetricsLogger.histogram.
Bug: 28658632
Change-Id: I7fd06a82cbabd346d6d44f81ebad08f6baf4b8d0
am: 4cf99bed0f
* commit '4cf99bed0f987e09e0f1a73d92b1c62dd40d144d':
Initial update of Micro theme for Material design.
Change-Id: I9dd4a4e7bf03389b6fde91ce7f4c41e85aab4b5e
am: 1d66ae128d
* commit '1d66ae128d3b81623891e07fc9f5dfd15ee055c4':
Initial update of Micro theme for Material design.
Change-Id: Iffb58e0f0d45796d2951c3566f72db058d665b5a
am: 4f5febce80
* commit '4f5febce80711166077bb9b40d76bc51cc8cf848':
Add data from /proc/pagetypeinfo to procstats.
Change-Id: I9e404c94c56fcb0a62a141b353dd76932947ca76
am: c3db3e217f
* commit 'c3db3e217f397153e9982bb29e37fc28e01062d2':
Add data from /proc/pagetypeinfo to procstats.
Change-Id: Iddfcdfeb0ad1194488ce504d420696a83d20a786
am: 4dbdd5d971
* commit '4dbdd5d97155364305abf7c010c165f1a6f79edb':
Add data from /proc/pagetypeinfo to procstats.
Change-Id: Ic86eb0ad4278dc2d0b7f93148bab00a1f707dc16
am: 4dbdd5d971
* commit '4dbdd5d97155364305abf7c010c165f1a6f79edb':
Add data from /proc/pagetypeinfo to procstats.
Change-Id: I3c455fe69244927dc5aebdf5ddb7b0badf6aeee8
This data tells us the number of pages of each type that
are available by page size. It is collected each time
the procstats snapshot is taken, and printed in the
checkin and verbose (dumpsys procstats -a) modes.
Change-Id: I14562eac15833617391c560638a9e7d239ef8db6
This is a non-functional change that separates out functionality
that should be shared between the system zygote and the WebView
zygote from that which is system zygote specific.
* Move MethodAndArgsCaller to Zygote.
* Split out server socket functions into ZygoteServer.
* Add a new (stub, for now) WebViewZygoteInit class.
Bug: 22084679
Bug: 21643067
Change-Id: I4c508a42af7ab7b53d10570ad53b846df7782cc4
am: 8dda22449b
* commit '8dda22449b47ff3f9fa22c8ee790baaa502ef610':
New api in LockSettingsService to get StrongAuth synchronously
Change-Id: Ibb8312c7e8b5920ecd4790882ba63c132b913a47
am: 1e93177121
* commit '1e93177121848f337c512b7ce0d06265abb02356':
New api in LockSettingsService to get StrongAuth synchronously
Change-Id: If568c19a9fb67eb847b776981a42049cececfe45
am: d86ac8116b
* commit 'd86ac8116bfc64c61d8124ff8d3e92be5e55cd3e':
New api in LockSettingsService to get StrongAuth synchronously
Change-Id: I07d18fd5c472f1ab3f3ad4c37583e9092f4431b4
am: d86ac8116b
* commit 'd86ac8116bfc64c61d8124ff8d3e92be5e55cd3e':
New api in LockSettingsService to get StrongAuth synchronously
Change-Id: I3fe13c51d5d33f5689f0b4130a33cf3a2777e186
am: 761f70d5a6
* commit '761f70d5a6b926780db3bba95ee1e01b4d8d95be':
Add support for ICU data pinning in the Zygote
Change-Id: If693e8cbb737186fdf0a3169d024bef08c8ceb6a
We handled stale wakelocks (wakelocks that disappear from /d/wakeup_sources)
differently in previous version of Android. They would be set stale, but still be
updated with their previous counts (they would never disappear).
The method setStale has been replaced with endSample(), which is semantically different.
Once a SamplingTimer has endSample() called, it expects any future calls to update() to
be a new sample, meaning the entire amount passed to update() is included in the kernel
wakelock's total. Since stale wakelocks were never removed from the list, this would
increase by large amounts when nothing had actually changed.
This was exacerbated by the fact that there was a bug where the last wakelock in
/d/wakeup_sources was never parsed, so if the order ever changed, this "stale" wakelock
would suddenly re-appear and the entire amount reported would be charged to the wakelock,
instead of just the difference since the last update.
All this was exposed when we added support to handle wakelocks that would disappear and
reappear with smaller values, meaning the kernel had pruned them from its accounting and
reset them.
Bug:28601080
Change-Id: Ic96027f7d580dac5e20aa73d67e5cedac4ccabeb
When a null window background is set, we want to use the
fallback drawable for resizing.
Bug: 28801472
Change-Id: Ia616d7aa18b0d7aa2c7081a85ce7551ecfeca5b3