- Oct 04, 2019
-
-
Tobias Thierer authored
Another CL in this topic moves libcore.net.MimeMap to package libcore.content.type. This CL updates associated references. Bug: 136256059 Bug: 124232146 Test: Treehugger Test: CtsMimeMapTestCases Exempt-From-Owner-Approval: move affecting imports only Change-Id: I30aac8b28a1740180ea01834a2bb66b61cb255d4
-
- Oct 03, 2019
-
-
Anna Trostanetski authored
-
Tobias Thierer authored
-
- Oct 02, 2019
-
-
Hall Liu authored
-
Treehugger Robot authored
-
Hall Liu authored
Add a carrier config key that specifies whether merging an RTT call is allowed. Bug: 136035168 Test: manual Change-Id: I8cfdf68c69b50abed88d7c835db0480a53755f5a Merged-In: I8cfdf68c69b50abed88d7c835db0480a53755f5a
-
Hall Liu authored
-
Tobias Thierer authored
-
Treehugger Robot authored
* changes: InputManagerService: Add Mic Mute switch support AudioService: Add reporting of Mic Mute on start InputManager: Add isMicMuted() helper
-
Hall Liu authored
-
Tobias Thierer authored
This addresses an outstanding review comment from https://r.android.com/1130781 Test: Visual inspection only. Change-Id: Ica163c4a0ec5e963c53c0cc5f2be2cd50d279eeb
-
Hall Liu authored
-
Ryan Mitchell authored
-
Tobias Thierer authored
-
James Lin authored
-
Chalard Jean authored
-
Hall Liu authored
Add enum entries for the new call states in Telecom -- used in metrics Bug: 140317205 Test: compiles Change-Id: Icc58cdbb116fe55249eb9ddca5420ecb852dc424
-
Hall Liu authored
Add Telecom APIs and AIDL code. Test: CTS Bug: 140317205 Change-Id: I99970f5ce12442f307a656db76cb26f5101e6c7f
-
- Oct 01, 2019
-
-
Hall Liu authored
Add a call to Context#unbindService in close() in the three MBMS session classes so that we don't get a service binding leak. Also add implementations of onNullBinding. Fixes: 140144741 Test: manual Change-Id: Ibde9fdbc096decb7b6ab7b60016645bc4810b859
-
Mathieu Chartier authored
-
Jorge E. Moreira authored
glwallpaper requests a GL context with low priority, however this feature is a GL extension that may not be available in the GL implementation (swiftshader, for example). Bug: 138834844 Test: run cuttlefish locally Merged-In: I72edeb0f4dc03e51bda22209415604e752c18e52 Change-Id: I72edeb0f4dc03e51bda22209415604e752c18e52
-
Jordan Liu authored
-
Mathieu Chartier authored
Test: atest frameworks/base/tests/BootImageProfileTest/src/com/android/bootimageprofile/BootImageProfileTest.java Bug: 139883463 Change-Id: I11d0d98731756da5b9739b18acb5ab140657ca34
-
James.cf Lin authored
Bug: 139260798 Test: Manual Change-Id: I93df866fe020d03130458175a8823368069c47e6 Merged-In: I875e597fa3cb5d7f5a93989d2ff8e4abbbd9d045
-
Jordan Liu authored
Only getOperation and getCategory are currently used, so we only expose those parts of the functionality. Eventually if we move BearerData to the CBR app we will also have to expose the constructor, at which point we may also want to expose the other constants that the constructor uses, but for now this is okay. Bug: 135956699 Test: manual Change-Id: I1d3ba564372845f9b8a470adf82e84df745c02a7 Merged-In: I1d3ba564372845f9b8a470adf82e84df745c02a7
-
Brad Ebinger authored
-
Treehugger Robot authored
-
Nathan Harold authored
-
Tobias Thierer authored
Historically, the mapping implemented by MimeMap (formerly MimeUtils) was largely untested and therefore differed between Android devices. This CL topic makes CtsMimeMapTestCases a lot more opinionated by checking that: - MimeMap.getDefault() must respect all of the mappings supplied in stock Android. This is enforced via CTS bundling a copy of: - the {,android.,vendor.}mime.types data files - DefaultMimeMapFactory (rewritten via jarjar to android.content.type.cts.StockAndroidMimeMapFactory) MimeMap.getDefault() is allowed to implement _additional_ mappings, but changed or removed mappings are not allowed. - Public APIs android.webkit.MimeTypeMap and URLConnection.getFileNameMap() must behave consistently with MimeMap.getDefault() (in stock Android, those APIs are implemented directly on top of MimeMap.getDefault()). Test: atest CtsMimeMapTestCases Test: atest CtsLibcoreTestCases:libcore.libcore.net.MimeMapTest Test: The above atest runs pass on a device that contains an additional mapping in vendor.mime.types that is not present in CTS. Test: Checked that on a device that changes a mapping in android.mime.types, CtsLibcoreTestCases still passes but CtsMimeMapTestCases fails. Bug: 141842930 Bug: 139895945 Change-Id: I68e0e9c3ce53c1acf2a89f8b80519f4658c07217
-
Chun-Wei Wang authored
-
Jeffrey Vander Stoep authored
-
Chalard Jean authored
-
Jeff Vander Stoep authored
Test: atest InetDiagSocketTest Change-Id: Ieef0ca291924c0d81b1110bd25020d57fa9f0fec Bug: 141870193
-
Treehugger Robot authored
* changes: Introduce vendor.mime.types android.mime.types: Fix typo.
-
Chalard Jean authored
-
Hall Liu authored
-
JW Wang authored
-f now works for APEXes as well. Bug: 140813980 Test: adb shell pm list packages --apex-only -f package:/system/apex/com.android.apex.cts.shim.apex=com.android.apex.cts.shim package:/system/apex/com.android.art.debug.apex=com.android.art package:/system/apex/com.android.conscrypt.apex=com.google.android.conscrypt Change-Id: I6206c4db392a37152f14aa5510c35e52f565f9a6
-
Brad Ebinger authored
For testing we need the emergency call to go through the CTS ConnectionService. This is achieved by passing in a package name filter for testing, which restricts which ConnectionServices are available for emergency calling. For safety this filter will be bypassed if the user calls an actual emergency number (instead of a test number). Bug: 138741228 Test: atest CtsTelecomTestCases Change-Id: I656533e4a36a7bba48625bf6f763731991695aed
-
- Sep 30, 2019
-
-
Brad Ebinger authored
-
Nathan Harold authored
Explain that once a country signal is lost, the broadcast will be delayed for some time until we are confident that we have lost visibility to any country (unless we detect a new country). Bug: 136036974 Test: make offline-sdk-docs (docstring-only change) Merged-In: I29536ca2d60968405bb476a97dfbda69487c0013 Change-Id: I29536ca2d60968405bb476a97dfbda69487c0013 (cherry picked from commit 3bdc7e4c)
-