summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge cherrypicks of [9630981] into sparse-5967489-L31900000382779443android-10.0.0_r17android-build-team Robot2019-10-282-5/+62
|\ | | | | | | Change-Id: Icf9c2992552c21ee19b634a3b13d993855094a97
| * Update PermissionChecker usages to avoid unnecessary attribution.Svet Ganov2019-10-282-5/+62
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge Conflict Resolution for qt-release branch. We had accidental usages of the PermissionChecker for cases where no private data was provided to the app but the checkPermission API on the latter also did blame data access on the app. The PermissionChecker was designed to handle IPC calls and not for generic API checks. To avoid future accidental incorrect PermissionChecker usages this change renames the existing APIs of the latter to clearly indicate that they should be used for data delivery and also adds sibling methods for doing the same permission checks for preflight purposes. Also the documentation is improved to furhter assist developers. In addition, this change fixes accidental permission checker usages that blame when they should not by using the new preflight flavor of the permission check APIs. Test: atest com.android.settingslib.location.RecentLocationAppsTest atest CtsPermissionTestCases added: LocationAccessCheckTest#notificationOnlyForAccessesSinceFeatureWasEnabled added: LocationAccessCheckTest#noNotificationIfFeatureDisabled added: LocationAccessCheckTest#noNotificationIfBlamerNotSystemOrLocationProvider added: LocationAccessCheckTest#testOpeningLocationSettingsDoesNotTriggerAccess bug:141028068 Merged-in: I941dfbca9cb5560bd0facfa4671c04c89965919e Change-Id: I941dfbca9cb5560bd0facfa4671c04c89965919e (cherry picked from commit 7c85f8eb006661e21df4e37eb356f34141dc8eb2)
* Merge cherrypicks of [9618341, 9618157, 9618395, 9618396, 9618397, 9618398, ↵android-build-team Robot2019-10-251-0/+42
|\ | | | | | | | | | | 9618399, 9618036, 9618159, 9618160, 9617854, 9617855, 9617999, 9618000, 9618405, 9618406, 9618161, 9618401, 9618342] into sparse-5908163-L04300000381828225 Change-Id: I94e7d8828cb0868f35b5343dd141f7d440b83bc1
| * Revert "Remove isUnicodeRendersCorrectly method"Jungshik Shin2019-10-251-0/+42
|/ | | | | | | | | | | | This reverts commit d4482f89d50919f5b2c877e2e4bd9e8d4d8e519e. Since we decided to go back to pure Unicode fonts (Noto Sans Myanmar) from Unicode+Zawgyi hybrid fonts (Noto Sans Myanmar ZawDecode), add back isUnicodeRendersCorrectly to CTS. Bug: 141019225 Change-Id: I6b6503ea789a5a5a8c58a9f3269bb3c4fad4dc64 (cherry picked from commit 52b304bff0ecdd610640268aa849e052208568cf)
* Merge cherrypicks of [9111407, 9111408, 9111409, 9111410, 9111411, 9111332, ↵android-vts-10.0_r1android-cts-10.0_r1android-10.0.0_r6android-10.0.0_r5android-10.0.0_r46android-10.0.0_r4android-10.0.0_r3android-10.0.0_r2android-10.0.0_r11android-10.0.0_r10android-10.0.0_r1android-build-team Robot2019-08-014-72/+27
|\ | | | | | | | | | | 9110454] into qt-release Change-Id: I61af9d07d1d145baca082f8d5718744a2d50f2dc
| * Revert "cts: testFlashTurnOff should allow FLASH_STATE_PARTIAL while turning ↵Jayant Chowdhary2019-08-011-61/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | flash off." This reverts commit 508413980737c4ce8ea08e4e40059449aac67b19. Bug: 137901595 Test: runtest -x CaptureRequestTest.java on multiple devices Change-Id: Ibe4cb699841469d4ad86c7b41ff518da014ecbd7 Signed-off-by: Jayant Chowdhary <jchowdhary@google.com> (cherry picked from commit 2f6b09906c06f2d3f8419e23e616429834bea2a2)
| * Fix instructions for Device Owner Tests.Jonathan Scott2019-08-011-5/+8
| | | | | | | | | | | | | | | | | | Test: ctsverifier (follow instructions in bugs) Fixes: 137649438 Fixes: 137649213 Fixes: 137646156 Change-Id: I6c2534ea638348682e03a34715097ba62bc31d99 (cherry picked from commit 436a9afc92c7e0b94b69f2fb6d467433557e044c)
| * CameraITS: use small yuv size in test_param_shading_modesYin-Chia Yeh2019-08-011-2/+9
| | | | | | | | | | | | | | | | | | | | To avoid capture failure caused by burst of 36 full size yuv capture. Test: test passing on all pixel devices Bug: 138144590 Change-Id: I419b2211f8aeff23cb279d8e72e295a7350c2078 (cherry picked from commit 6acc370b2a3effc988a80909f6ff6779eb8bebf6)
| * Change SubMgrTest to use public methods instead of hidden onesYouming Ye2019-08-011-4/+5
|/ | | | | | | | | | | | The getActiveSubscriptionIdList is hidden so it cannot be used in cts tests. Alternatively, getActiveSubscriptionInfoList is public and can be accessed via CTS test. Change the testSetpreferredDataSubscriptionId() test to use the public one. Bug: 136733847 Test: CTS Change-Id: I09950212f9f551dfb52dc55de9094ec57ad860e9 (cherry picked from commit ac15baaaebc9d1e0e7b06d63b06bc21ef727edb5)
* Merge cherrypicks of [8681848, 8682094, 8682365, 8682497, 8682498, 8682518, ↵android-build-team Robot2019-07-1815-0/+632
|\ | | | | | | | | | | 8682519, 8681849, 8681887, 8681888, 8682539, 8682540, 8682541, 8681283, 8682521] into qt-release Change-Id: I3d1a73d0fc85db36ca6f272f20680af05097cff1
| * Test restricted permission vs shared uidPhilip P. Moltmann2019-07-1815-0/+632
|/ | | | | | | | | | - esp. read-external-storage perm - the rest behaves the same Bug: 136129296 Test: atest RestrictedStoragePermissionSharedUidTest RestrictedPermissionsTest Change-Id: I178d8ab6b09a518f8f9149fbe66b54fe0324a0dd (cherry picked from commit 5bcbdeb1739b6f4cad7e9e303c04dafaa1fa09a3)
* Merge cherrypicks of [8549820, 8549668, 8549613, 8549614, 8549935, 8549808, ↵android-build-team Robot2019-07-111-0/+3
|\ | | | | | | | | | | 8549876, 8549809, 8549552] into qt-release Change-Id: I8881fab1e9efaffc3c29691f297e39fa0ce86266
| * Verify that redacted MP4s are validAndrew Lewis2019-07-111-0/+3
|/ | | | | | | Test: atest MediaStore_Video_MediaTest Bug: 135499138 Change-Id: Icc77d8212e550d1d06ca577a3cb686d6ebd8653b (cherry picked from commit 3f4327c646f68a62a7b28ac17e30084d54eed010)
* Snap for 5719587 from c7315d35182d1993d4dc194bd8405cb3b4a60516 to qt-releaseandroid-build-team Robot2019-07-1110-318/+148
|\ | | | | | | Change-Id: I8a3066b2bb254b64810a127f8460f6ad3d03ecb8
| * Merge "Check first-release-sdk before opening invalid LC." into qt-devTreeHugger Robot2019-07-111-5/+8
| |\
| | * Check first-release-sdk before opening invalid LC.Cody Kesting2019-07-101-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Logical Channels are always opened for some old devices. In order to ensure compatibility for all devices, TelephonyManager#iccOpenLogicalChannel will only be checked on devices launching Q+. Bug: 131179207 Test: atest CarrierApiTest Change-Id: If10cd25a298b9fbc3a4458585f4657f48cd601d2
| * | Merge "Suppress the empty stack checks" into qt-devTreeHugger Robot2019-07-101-8/+9
| |\ \
| | * | Suppress the empty stack checksLouis Chang2019-07-101-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Empty stack leaks in certain corner cases. Suppress the empty stack checks for now and will bring it back once the known leaks are fixed. Bug: 137134312 Test: atest BackgroundActivityLaunchTest Change-Id: I1567012c21d5fa5d79b13e36374a391ac264b476
| * | | Merge "Revert "Merge commit '585279ec7a64f4746b554b434c8b99f577633272' into ↵Matthew Fitzpatrick2019-07-104-201/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am-45b398c5-1b45-4876-91cb-b88473f164b9"" into oc-dev am: 78fa3fd9e1 am: e0f16805d5 am: fd2790b4d2 am: 6dc7d218c1 Change-Id: I6e76abe53e891d5e841cd1322c16f291413bf146
| | * \ \ Merge "Revert "Merge commit '585279ec7a64f4746b554b434c8b99f577633272' into ↵Matthew Fitzpatrick2019-07-104-201/+0
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am-45b398c5-1b45-4876-91cb-b88473f164b9"" into oc-dev am: 78fa3fd9e1 am: e0f16805d5 am: fd2790b4d2 Change-Id: I8b9784ad8dffcdbe077f11a5dd7f3d42724c5bac
| | | * \ \ Merge "Revert "Merge commit '585279ec7a64f4746b554b434c8b99f577633272' into ↵Matthew Fitzpatrick2019-07-104-201/+0
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am-45b398c5-1b45-4876-91cb-b88473f164b9"" into oc-dev am: 78fa3fd9e1 am: e0f16805d5 Change-Id: I2f5257351e097274238eec658b6056b044fa53d5
| | | | * \ \ Merge "Revert "Merge commit '585279ec7a64f4746b554b434c8b99f577633272' into ↵Matthew Fitzpatrick2019-07-104-201/+0
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am-45b398c5-1b45-4876-91cb-b88473f164b9"" into oc-dev am: 78fa3fd9e1 Change-Id: Ib181cc15a5581ed43df3d6a894f7cb75178b2f85
| | | | | * \ \ Merge "Revert "Merge commit '585279ec7a64f4746b554b434c8b99f577633272' into ↵TreeHugger Robot2019-07-104-201/+0
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | am-45b398c5-1b45-4876-91cb-b88473f164b9"" into oc-dev
| | | | | | * | | Revert "Merge commit '585279ec7a64f4746b554b434c8b99f577633272' into ↵Matthew Fitzpatrick2019-07-104-201/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am-45b398c5-1b45-4876-91cb-b88473f164b9" Bug:129559484 This reverts commit 7a5e9e13c588ad5609a141c8396eb367ef4c22a4. Reason for revert: temporary removal of test before release Change-Id: I20eb4c7a09393746aef1ae9680e1be10386609ad
| * | | | | | | | [automerger skipped] [automerger] [RESTRICT AUTOMERGE]: Revert "STS test for ↵Matthew Fitzpatrick2019-07-100-0/+0
| |\| | | | | | | | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android Security CVE-2019-2054" am: b7c5f94097 am: c63dadc14a am: d713b6f523 am: 6b66e0db8a skipped: 78823be45a am: a3748d92d1 am: 80e7cd49fa am: fe05dfc4b1 -s ours am: 3d23527c24 -s ours am skip reason: subject contains skip directive Change-Id: I591e02075633ed73716602a08e4e796f306822e8
| | * | | | | | [automerger skipped] [automerger] [RESTRICT AUTOMERGE]: Revert "STS test for ↵Matthew Fitzpatrick2019-07-100-0/+0
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android Security CVE-2019-2054" am: b7c5f94097 am: c63dadc14a am: d713b6f523 am: 6b66e0db8a skipped: 78823be45a am: a3748d92d1 am: 80e7cd49fa am: fe05dfc4b1 -s ours am skip reason: subject contains skip directive Change-Id: Ibf1a802442ac97602940432e2c21ee0ca7b9eda7
| | | * | | | | [automerger] [RESTRICT AUTOMERGE]: Revert "STS test for Android Security ↵Matthew Fitzpatrick2019-07-100-0/+0
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVE-2019-2054" am: b7c5f94097 am: c63dadc14a am: d713b6f523 am: 6b66e0db8a skipped: 78823be45a am: a3748d92d1 am: 80e7cd49fa Change-Id: Ifcbcbadc0f1c6e1fae9fd9be067c04f94d33acb5
| | | | * | | | [automerger] [RESTRICT AUTOMERGE]: Revert "STS test for Android Security ↵Matthew Fitzpatrick2019-07-100-0/+0
| | | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVE-2019-2054" am: b7c5f94097 am: c63dadc14a am: d713b6f523 am: 6b66e0db8a skipped: 78823be45a am: a3748d92d1 Change-Id: I285e1ff8595d430e376c99c66711fe54fb0f436c
| | | | | * | | [automerger] [RESTRICT AUTOMERGE]: Revert "STS test for Android Security ↵Android Build Merger (Role)2019-07-100-0/+0
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVE-2019-2054" am: b7c5f94097 am: c63dadc14a am: d713b6f523 am: 6b66e0db8a skipped: 78823be45a Change-Id: Ia078f69a70beb67a3513c8762baec5d72a076952
| | | | | | * \ \ [automerger] [RESTRICT AUTOMERGE]: Revert "STS test for Android Security ↵Android Build Merger (Role)2019-07-104-201/+0
| | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVE-2019-2054" am: b7c5f94097 am: c63dadc14a am: d713b6f523 am: 6b66e0db8a Change-Id: I8c643a49602e5a87f42811d601ebaa2f47f00bbc
| | | | | | | * \ \ [automerger] [RESTRICT AUTOMERGE]: Revert "STS test for Android Security ↵Android Build Merger (Role)2019-07-104-201/+0
| | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVE-2019-2054" am: b7c5f94097 am: c63dadc14a am: d713b6f523 Change-Id: I55835bed7b312213212f6cb049f541d032140b1b
| | | | | | | | * \ \ [automerger] [RESTRICT AUTOMERGE]: Revert "STS test for Android Security ↵Android Build Merger (Role)2019-07-104-201/+0
| | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVE-2019-2054" am: b7c5f94097 am: c63dadc14a Change-Id: I62c2d877f5cb8b3a8cc3286cc35baf0649603dec
| | | | | | | | | * \ \ [automerger] [RESTRICT AUTOMERGE]: Revert "STS test for Android Security ↵Android Build Merger (Role)2019-07-104-201/+0
| | | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVE-2019-2054" am: b7c5f94097 Change-Id: I1f182eb193e4c66b0990537a5f3a285fcd0d2b47
| | | | | | | | | | * | | [RESTRICT AUTOMERGE]: Revert "STS test for Android Security CVE-2019-2054"Matthew Fitzpatrick2019-07-104-201/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1b0b8e3d6b5f5ad65e1688bd5c95c5d6b37d116d. Bug:129559484 Reason for revert: temporary removal of test before release Change-Id: Ibe703e595b196b251460f45b715a346b8257ac23
| * | | | | | | | | | | | Merge "Resolve resource ID at runtime to stabilize tests" into qt-devTreeHugger Robot2019-07-101-11/+21
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Resolve resource ID at runtime to stabilize testsjunyulai2019-07-051-11/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also remove some unused references. Bug: 136638851 Test: atest android.net.cts.ConnectivityManagerTest Merged-In: Ic44b31ed9acc48b9bcba7e1e70cc18a65bc0a8f6 Change-Id: Ic44b31ed9acc48b9bcba7e1e70cc18a65bc0a8f6 (cherry-pick from ag/8500407)
| * | | | | | | | | | | | | [automerger skipped] Merge "DO NOT MERGE: DirectBootHostTest on the device ↵Ryohei Takeuchi2019-07-100-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that doesn't support secure lock screen" into nougat-cts-dev am: 27764a59cb -s ours am: cc576551a7 am: 9790bf56b8 am: d2a3ba2ee6 -s ours am: 08db6ef498 -s ours am skip reason: subject contains skip directive Change-Id: I7142071338cb9af65afc10cd89f7b72817d76138
| | * | | | | | | | | | | | [automerger skipped] Merge "DO NOT MERGE: DirectBootHostTest on the device ↵Ryohei Takeuchi2019-07-100-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that doesn't support secure lock screen" into nougat-cts-dev am: 27764a59cb -s ours am: cc576551a7 am: 9790bf56b8 am: d2a3ba2ee6 -s ours am skip reason: subject contains skip directive Change-Id: I516338cef63e19f3f35f415eec2b61d9042930c0
| | | * | | | | | | | | | | [automerger skipped] Merge "DO NOT MERGE: DirectBootHostTest on the device ↵Ryohei Takeuchi2019-07-100-0/+0
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that doesn't support secure lock screen" into nougat-cts-dev am: 27764a59cb -s ours am: cc576551a7 am: 9790bf56b8 Change-Id: I92e4da0df902dae52f9cae9bcc9ddbee9fd3db62
| | | | * | | | | | | | | | [automerger skipped] Merge "DO NOT MERGE: DirectBootHostTest on the device ↵Ryohei Takeuchi2019-07-100-0/+0
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that doesn't support secure lock screen" into nougat-cts-dev am: 27764a59cb -s ours am: cc576551a7 Change-Id: I008a1ea28c97ec98ece98e56d7dcd9c51510a8e4
| | | | | * | | | | | | | | [automerger skipped] Merge "DO NOT MERGE: DirectBootHostTest on the device ↵Android Build Merger (Role)2019-07-100-0/+0
| | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | |/ / / / / / / | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that doesn't support secure lock screen" into nougat-cts-dev am: 27764a59cb -s ours am skip reason: subject contains skip directive skipped: d04cb821c6 skipped: 8711ad866b skipped: skipped: 21720f4c43 Change-Id: I97fda0ba40c192446a2da8f2fc50b9601ef23580
| | | | | | * | | | | | | | [automerger skipped] Merge "DO NOT MERGE: DirectBootHostTest on the device ↵Android Build Merger (Role)2019-07-100-0/+0
| | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | |/ / / / / / | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that doesn't support secure lock screen" into nougat-cts-dev am: 27764a59cb -s ours am skip reason: subject contains skip directive skipped: d04cb821c6 skipped: 8711ad866b skipped: skipped: ad36f27086 Change-Id: I80d886ba2ba706a73b7034b662c6df41921f9097
| | | | | | | * | | | | | | [automerger skipped] Merge "DO NOT MERGE: DirectBootHostTest on the device ↵Android Build Merger (Role)2019-07-100-0/+0
| | | | | | | |\ \ \ \ \ \ \ | | | | | | | | | |/ / / / / | | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that doesn't support secure lock screen" into nougat-cts-dev am: 27764a59cb -s ours am skip reason: subject contains skip directive skipped: d04cb821c6 skipped: 8711ad866b skipped: 2791e778fc Change-Id: Id7cf96f2642bfab1fb1ae92fb5280516ba53fb12
| | | | | | | | * | | | | | [automerger skipped] Merge "DO NOT MERGE: DirectBootHostTest on the device ↵Android Build Merger (Role)2019-07-100-0/+0
| | | | | | | | |\ \ \ \ \ \ | | | | | | | | | | |/ / / / | | | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that doesn't support secure lock screen" into nougat-cts-dev am: 27764a59cb -s ours am skip reason: subject contains skip directive skipped: d04cb821c6 skipped: 8711ad866b Change-Id: Ib7d53e72e74d20c0ce1cdd8152a6ecc966c4473c
| | | | | | | | | * | | | | [automerger skipped] Merge "DO NOT MERGE: DirectBootHostTest on the device ↵Android Build Merger (Role)2019-07-100-0/+0
| | | | | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that doesn't support secure lock screen" into nougat-cts-dev am: 27764a59cb -s ours am skip reason: subject contains skip directive skipped: d04cb821c6 Change-Id: I3934bc6e36fc806ce545f77dc94ab19be1a90059
| | | | | | | | | | * \ \ \ \ [automerger skipped] Merge "DO NOT MERGE: DirectBootHostTest on the device ↵Ryohei Takeuchi2019-07-100-0/+0
| | | | | | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that doesn't support secure lock screen" into nougat-cts-dev am: 27764a59cb -s ours am skip reason: subject contains skip directive Change-Id: I83a8500ba8865929f110faae31a369d38e08925b
| | | | | | | | | | | * \ \ \ \ Merge "DO NOT MERGE: DirectBootHostTest on the device that doesn't support ↵Treehugger Robot2019-07-101-0/+14
| | | | | | | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | secure lock screen" into nougat-cts-dev
| | | | | | | | | | | | * | | | | DO NOT MERGE: DirectBootHostTest on the device that doesn't support secure ↵Ryohei Takeuchi2019-06-191-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lock screen DirectBootHostTest is failed on the device that doesn't have secure lock screen because this test changes "Screen lock" setting to "PIN" but such device doesn't support "PIN" lock. Therefore, this test should be passed on the device that doesn't support secure lock screen. This patch is for the above purpose. Change-Id: Id9e5398711af07cc0f5666ed72ce057ef63a0cf7 Signed-off-by: Ryohei Takeuchi <takeuchi.ryohei@sts-tottori.com>
| * | | | | | | | | | | | | | | | Merge "CtsGpuToolsHostTestsCases: Install packages before executing tests" ↵Rafi Ahmad2019-07-101-91/+86
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into qt-dev
| | * | | | | | | | | | | | | | | | CtsGpuToolsHostTestsCases: Install packages before executing testsCody Northrop2019-07-091-91/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL installs supporting packages by hand rather than relying on the framework to do it, working around issues seen in partner testing. To do this: * Import BaseHostJUnit4Test for installPackage * Change test class to extend BaseHostJUnit4Test * Remove overrides for device getters/setters * Replace direct mDevice access with base getDevice * Install required packages before testing Bug: 130528132 Test: atest CtsGpuToolsHostTestCases Change-Id: Ifbcb5985bc8e7bdd435b454547c34fb78ef00a79