Alex Klyubin
b292e49b32
Merge "Obtain SPI without using Reflection."
2015-04-03 19:13:18 +00:00
Alex Klyubin
a0f656f9bd
Obtain SPI without using Reflection.
...
Bug: 18088752
Change-Id: I76d42e17f5f28af6fd9a96ee812d286f6c6a085b
2015-04-03 12:09:56 -07:00
Miao Wang
511eb66092
am 6aed9ec1: Merge "[RenderScript] update exception reporting for copyTo() after autoPadding added."
...
* commit '6aed9ec1b85ff1a8a39c4ec091a017f79413ead0':
[RenderScript] update exception reporting for copyTo() after autoPadding added.
2015-04-03 17:55:42 +00:00
Miao Wang
6aed9ec1b8
Merge "[RenderScript] update exception reporting for copyTo() after autoPadding added."
2015-04-03 17:38:14 +00:00
Miao Wang
d9b6328509
[RenderScript] update exception reporting for copyTo() after
...
autoPadding added.
- This CL fixes recent CTS failures about copyPadded after
lmp-mr1-dev changes pushed to aosp.
Change-Id: Ica1f4fd934cd83ca4357ea7e7c82dcc7f844b689
2015-04-03 09:15:39 -07:00
Wale Ogunwale
fce4220b88
am 5fd6b139: am 4a7967ad: am f61aee97: Merge "[DO NOT MERGE] Fixed NPE when trying to animate a window without display" into lmp-mr1-dev
...
* commit '5fd6b139033bcaab52921473ab3998725e157002':
[DO NOT MERGE] Fixed NPE when trying to animate a window without display
2015-04-03 00:36:56 +00:00
Wale Ogunwale
5fd6b13903
am 4a7967ad: am f61aee97: Merge "[DO NOT MERGE] Fixed NPE when trying to animate a window without display" into lmp-mr1-dev
...
* commit '4a7967ad9ac76d8b9d6285bc367c33d1b6c83235':
[DO NOT MERGE] Fixed NPE when trying to animate a window without display
2015-04-03 00:26:49 +00:00
Wale Ogunwale
4a7967ad9a
am f61aee97: Merge "[DO NOT MERGE] Fixed NPE when trying to animate a window without display" into lmp-mr1-dev
...
* commit 'f61aee97adf4e543e82289511c6127bcfa53151c':
[DO NOT MERGE] Fixed NPE when trying to animate a window without display
2015-04-03 00:15:26 +00:00
Wale Ogunwale
f61aee97ad
Merge "[DO NOT MERGE] Fixed NPE when trying to animate a window without display" into lmp-mr1-dev
2015-04-03 00:07:04 +00:00
Wale Ogunwale
70e12aa123
[DO NOT MERGE] Fixed NPE when trying to animate a window without display
...
In some cases it is possible for the AppToken.allAppWindows list to
get out of sync with the list of windows known to WMS if the client
doesn't call Session.remove(Window). This can lead to an NPE when
the animation threads runs and the display for the window has been
removed.
Bug: 19972099
Change-Id: Ifdf9ff2364b96757bba0539394c4a682f64577c9
2015-04-02 16:38:52 -07:00
Fyodor Kupolov
031898dfd2
am 3d8b7f4d: Merge "Support for storing OAT files in app directory"
...
* commit '3d8b7f4d50c2f7c64ec4e5874fd95cf837ddc12e':
Support for storing OAT files in app directory
2015-04-02 23:27:38 +00:00
Filip Gruszczynski
c069f921d9
Make burn in protection updates happen on the minute.
...
Bug: 20052872
Change-Id: Iff7e081a9ae99b457024537b8c64b7c2572b6172
2015-04-02 16:19:35 -07:00
Fyodor Kupolov
3d8b7f4d50
Merge "Support for storing OAT files in app directory"
2015-04-02 23:11:11 +00:00
younghwan1.kim
cd005ebf76
[ActivityManager] Do not add service to reschedule after removing users.
...
Some service which has persistent attribute has restarted again and
again after removing users.
but it dies right after launching because it is not valid in owner mode.
This patch will check service's userId whether userId is alive or not.
And then if userId is not alive, then service will bring down.
Change-Id: Id99bf3c651b88e377f1fd6bec8aaad81318d7579
2015-04-03 08:08:30 +09:00
Simon Wilson
d007782986
am fb397cf8: (-s ours) Merge "Frameworks/base: Support dex2oat threads system property" into lmp-mr1-modular-dev
...
* commit 'fb397cf827d2f0c2e1a2aca496c75752da11bc3f':
Frameworks/base: Support dex2oat threads system property
2015-04-02 23:04:25 +00:00
Alex Klyubin
b4834ae3fa
Rename KeymasterException to KeyStoreException.
...
The code in question talks to KeyStore which returns error codes
which are a mix of keystore and keymaster error codes. To better
match the layering of KeyStore on top of keystore and keymaster,
this CL renames KeymasterException into KeyStoreException. It also
adds human-readable error messages to exceptions raised by keystore
rather than keymaster (e.g., key not found).
Bug: 18088752
Change-Id: I4cd1235e16518c9f2e8c5557a457774c6e687b88
2015-04-02 15:57:27 -07:00
Chad Brubaker
ce7ad24b63
Mark all test keys as no auth required
...
Now that auth token checks are in keystore keys without any auth tags
are invalid.
Also adds a test to check that a key with auth required fails when none
is present.
Change-Id: I0d5d44d70a849978e9b2e809675b8343c6650ff2
2015-04-02 14:41:37 -07:00
Alex Klyubin
378df98eab
am 3cc9e5d6: Merge "Improve the AndroidKeyStore-backed HMAC state machine."
...
* commit '3cc9e5d68d89ea1ffa79ad6981585bc46362c4a7':
Improve the AndroidKeyStore-backed HMAC state machine.
2015-04-02 21:25:56 +00:00
Alex Klyubin
acee5b2b49
am 9635a56a: Merge "Expose new key use constraints in KeyPairGeneratorSpec."
...
* commit '9635a56acfe3318d9ae5020727090a2dc8c118d0':
Expose new key use constraints in KeyPairGeneratorSpec.
2015-04-02 21:25:50 +00:00
Jason Sams
37192dcde3
Fix minor blur doc bug
...
Change-Id: I4c129d9d3c93d8a36c887e5c594b4402aca5745e
2015-04-02 14:10:53 -07:00
Alex Klyubin
3cc9e5d68d
Merge "Improve the AndroidKeyStore-backed HMAC state machine."
2015-04-02 21:06:28 +00:00
Alex Klyubin
9635a56acf
Merge "Expose new key use constraints in KeyPairGeneratorSpec."
2015-04-02 21:03:11 +00:00
Simon Wilson
fb397cf827
Merge "Frameworks/base: Support dex2oat threads system property" into lmp-mr1-modular-dev
2015-04-02 20:57:53 +00:00
Alex Klyubin
957e982cd5
am d2eec1a7: Merge "Add exception types for AndroidKeyStore key validity issues."
...
* commit 'd2eec1a7865dd552114b330fce1a1472a9e08806':
Add exception types for AndroidKeyStore key validity issues.
2015-04-02 20:42:59 +00:00
Alex Klyubin
d2eec1a786
Merge "Add exception types for AndroidKeyStore key validity issues."
2015-04-02 20:24:48 +00:00
Andrew Solovay
7818f205e5
am f99a16c9: am 589a272e: am f2ff12ba: Merge "docs: Fixed formatting in android:documentLaunchMode syntax section" into lmp-docs
...
* commit 'f99a16c943a4366bdfdba19534457f9e45538f7d':
docs: Fixed formatting in android:documentLaunchMode syntax section
2015-04-02 20:19:15 +00:00
Yuichi Araki
c3fbf13d52
am e2fc3adb: am 61ce6c9b: am 776cf41d: Fix a broken link in javadoc
...
* commit 'e2fc3adbb4040400496aebdab80c4cac1083da27':
Fix a broken link in javadoc
2015-04-02 20:19:09 +00:00
Andrew Solovay
f99a16c943
am 589a272e: am f2ff12ba: Merge "docs: Fixed formatting in android:documentLaunchMode syntax section" into lmp-docs
...
* commit '589a272e97d1f24abee1bdfce18ab88cbd5f12a9':
docs: Fixed formatting in android:documentLaunchMode syntax section
2015-04-02 20:10:55 +00:00
Yuichi Araki
e2fc3adbb4
am 61ce6c9b: am 776cf41d: Fix a broken link in javadoc
...
* commit '61ce6c9b705e41800662b33601c01a4848c174d3':
Fix a broken link in javadoc
2015-04-02 20:10:48 +00:00
Andrew Solovay
589a272e97
am f2ff12ba: Merge "docs: Fixed formatting in android:documentLaunchMode syntax section" into lmp-docs
...
* commit 'f2ff12ba00ba7c290bc15ea28fdcf3c6d6d1029a':
docs: Fixed formatting in android:documentLaunchMode syntax section
2015-04-02 19:56:41 +00:00
Yuichi Araki
61ce6c9b70
am 776cf41d: Fix a broken link in javadoc
...
* commit '776cf41d7c8f239d20397886f2120407396cfc87':
Fix a broken link in javadoc
2015-04-02 19:56:35 +00:00
Andrew Solovay
f2ff12ba00
Merge "docs: Fixed formatting in android:documentLaunchMode syntax section" into lmp-docs
2015-04-02 19:25:25 +00:00
Alex Klyubin
855fa31eb5
Expose new key use constraints in KeyPairGeneratorSpec.
...
The constraints are currently ignored.
Bug: 18088752
Change-Id: Iabd2018200afb2bf8ac1748d1def47af74bfb9d3
2015-04-02 10:04:33 -07:00
Olawale Ogunwale
9987b6e867
am e4d4e22f: Merge "[ActivityManager] Avoid improper resume top activity."
...
* commit 'e4d4e22f26bfd36a553fb24232d2fd4ddf4fc907':
[ActivityManager] Avoid improper resume top activity.
2015-04-02 17:00:12 +00:00
Olawale Ogunwale
e4d4e22f26
Merge "[ActivityManager] Avoid improper resume top activity."
2015-04-02 16:39:18 +00:00
riddle_hsu
558e849a77
[ActivityManager] Avoid improper resume top activity.
...
When there is a process died, only resume top if
it contains visible activity.
This can fix case 1 in
https://android-review.googlesource.com/#/c/120901/
Change-Id: I45584e76f9e863980d04bbb593d7d26a8900acd0
2015-04-02 16:43:13 +08:00
tiger_huang
950ee77fc7
Remove the window whose client process has died or become zombie
...
Window Manager Service would fail to report window-resized to the
process which has become zombie. This would cause the window to
freeze screen continuously. In this case, we assume the process has
died and remove its window to recycle resources and to prevent it from
freezing the screen.
Change-Id: Ic7384731bf9a1fa8b9602d4f1dbee7492db126c5
2015-04-02 06:42:18 +00:00
Yuichi Araki
776cf41d7c
Fix a broken link in javadoc
...
Bug: 19856130
Change-Id: I0456e951f8bed36e3a62ddfd882f9c2d2bef9627
2015-04-02 04:03:07 +00:00
Eric Gilmore
a16d42cd4f
am 7278d89c: am f2204720: am b2b93762: Merge "Changing wording to reflect c2dm shutdown." into lmp-docs
...
* commit '7278d89c1b51bc937e79021eae523dfd0f3d30a1':
Changing wording to reflect c2dm shutdown.
2015-04-02 01:31:30 +00:00
Elliott Hughes
d15958f661
am 64c8a073: Merge "Early return in RemoteViewsAdapter is too late"
...
* commit '64c8a07345cb7cb01b3e98442b52c51d473fbf2d':
Early return in RemoteViewsAdapter is too late
2015-04-02 01:13:09 +00:00
Eric Gilmore
7278d89c1b
am f2204720: am b2b93762: Merge "Changing wording to reflect c2dm shutdown." into lmp-docs
...
* commit 'f2204720eac6fd959eb5a3732c0084636bc16095':
Changing wording to reflect c2dm shutdown.
2015-04-02 01:06:52 +00:00
Eric Gilmore
f2204720ea
am b2b93762: Merge "Changing wording to reflect c2dm shutdown." into lmp-docs
...
* commit 'b2b93762b8165ee47f49765816fc7ba0428c371c':
Changing wording to reflect c2dm shutdown.
2015-04-02 00:59:34 +00:00
Elliott Hughes
64c8a07345
Merge "Early return in RemoteViewsAdapter is too late"
2015-04-01 23:34:25 +00:00
Alex Klyubin
0b188927f4
Add exception types for AndroidKeyStore key validity issues.
...
Bug: 18088752
Change-Id: I7494cb6a793e2b57bb849a4253bba2803778c161
2015-04-01 16:22:00 -07:00
Eric Gilmore
b2b93762b8
Merge "Changing wording to reflect c2dm shutdown." into lmp-docs
2015-04-01 23:13:26 +00:00
Alex Klyubin
a80eee052d
Improve the AndroidKeyStore-backed HMAC state machine.
...
This defers the start of a new KeyStore operation after Mac.doFinal
until the next Mac.update or .doFinal. Previously, the a new KeyStore
operation was started immediately, at the end of doFinal.
Bug: 18088752
Change-Id: I2d594067ef261f519631d09f7a6087b715801656
2015-04-01 16:03:03 -07:00
Quddus Chong
7639e730c8
docs: Added training docs for UI testing frameworks (Espresso, UI Automator).
...
Change-Id: I421a29c90a0763665fd93aa85e86d2c6f33ad894
2015-04-01 15:40:45 -07:00
Scott Rowe
0f2f035066
am 5f78af44: am a03245a3: am 4fc3d3ff: Merge "docs: Building Live TV Apps" into lmp-docs
...
* commit '5f78af44bd9627dace7db4ce47fdf61cf8d78b42':
docs: Building Live TV Apps
2015-04-01 21:46:45 +00:00
Scott Rowe
5f78af44bd
am a03245a3: am 4fc3d3ff: Merge "docs: Building Live TV Apps" into lmp-docs
...
* commit 'a03245a343fe7906e4459b6a4dfcc41f60c56fd6':
docs: Building Live TV Apps
2015-04-01 21:35:39 +00:00
Scott Rowe
a03245a343
am 4fc3d3ff: Merge "docs: Building Live TV Apps" into lmp-docs
...
* commit '4fc3d3ff404c777e07616b704c68176d9060c4e4':
docs: Building Live TV Apps
2015-04-01 21:25:53 +00:00