Age | Commit message (Collapse) | Author |
|
Change-Id: Iec83a0c1f6f286a1e51abfc4356633ca9d8aea5f
|
|
the usage in a better way"
|
|
|
|
|
|
|
|
|
|
15075fcca0 am: e9fd3958f6 am: 3ce8089ecf am: 508f7d3f5b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1478280
Change-Id: I00e639a177ec4f59ac659c8d23ffce86eb2594d4
|
|
|
|
|
|
This reverts commit 874cc385191b49adfff230e3e99634f38a904a7f.
Reason for revert: causes build break b/172387048
Change-Id: I652161584c78be8e03e0668ce15325c41109e213
|
|
|
|
Pipe these information for Dialer to determine HD+ icon
Bug: 169586285
Bug: 172304392
Test: build pass
Change-Id: If4149c3020230eff8da06a37a3cf4bf69c011a6d
|
|
experiments" am: c4aedd1f87 am: 02709d5394 am: d2b9bd8405 am: 475fb2a707
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1471526
Change-Id: I006dbd6f8b0053aed42418f9c34d5b5b17d763e0
|
|
|
|
|
|
|
|
experiments"
|
|
Test: atest android.media.tv.tuner.cts
Bug: 169868608
Change-Id: I7204d1f9aa9282ce05b3fe1ccda72b883e528fca
|
|
Test: atest android.media.tv.tuner.cts
Bug: 169868608
Change-Id: I690018c8590eaddb3c261c948a3da849b0823d3a
|
|
Test: make -j44 dist
Bug: 171281889
Change-Id: I0f658c27eef808dd2129ead5cd3c97fb3c60d494
|
|
Test: make -j44 dist
Bug: 171315056
Change-Id: I78adb8ed279db45fb0d30acc03b93bb20f083a23
|
|
Test: make -j44 dist
Bug: 171281832
Change-Id: Ia90c60f6a20b3eeb62680f7e2e7c462cba6bb9ee
|
|
Test: atest FilterTest
Bug: 158816517
Change-Id: I64f7835e3dba12a2b9bdcb9d2d54b906bc7beeee
|
|
the usage in a better way
Test: make -j44 dist
Bug: 171314799
Change-Id: I6bead9d628bb47227f4168943ee412fe7d8e7752
|
|
Bug: 79161490
Test: build
Change-Id: Icf8c24f6d5b63a28272e383e5ab0641032710cdd
|
|
1. Rename setDataEnabledWithReason to
setDataEnabledForReasn
2. Allow isDataConnectionAllowed to be accessed by
same apps as isDataEnabledForReason
3. Make these apis public
Bug: 156332911
Test: cts and build
Change-Id: I8672ab8861fdec1854427ee9ce5ad8eec8774608
Merged-In: I8672ab8861fdec1854427ee9ce5ad8eec8774608
|
|
Support api to control data by thermal service
Restructure data enablement API to have single API
with reason as an input to stop adding new apis
for new usecases.
Bug: 151342791
Test: added new CTS tests and verified
Change-Id: I763c422ba54907984977d19b2774c31337e5ffe5
Merged-In: I763c422ba54907984977d19b2774c31337e5ffe5
|
|
Also, plumb the flag to WifiInfo.
Bug: 169413079
Test: atest android.net.wifi
Change-Id: I4985c3a2544684fe067e3e5aaaa612a62c611880
|
|
Test: atest android.media.tv.tuner.cts
Bug: 158816517
Change-Id: I4b0cdea9c90c60f64633f738918af70320cd6e2d
|
|
1. Naming 'Ims' in all the related variables & functions has changed to 'Rtp'.
ex) setOnImsRxNoticeListener ----> setOnRtpRxNoticeListener
2. Change viewing of the parcel's data structure.
Before the parcel is parsed based on it is byte[] type.
From now it is analyzed as (int type, int[] data)
3. Add IMS permission checking when register the callback
Test: Manually built the tree.
Bug: 158546060
Signed-off-by: Kim Sungyeon <sy85.kim@samsung.com>
Change-Id: I8c78b7ee498d84e9fcdd3a865fd963a63adb6263
|
|
Bug: 160752000
Test: atest -c FrameworksWifiApiTests
Change-Id: Ifb6b63879eeb8cbb86b31ff2eff19a62f1fbdc95
|
|
|
|
|
|
|
|
Bug: 165951651
Test: atest android.app.cts.NotificationManagerTest#testGrantRevokeNotificationManagerApis_works
Change-Id: I69ec26d90b9e4c0e5836b19c695fa9ecb64d30d5
|
|
Test: atest TelephonyManagerTest
Fix: 171770692
Change-Id: I256649ad0ddcada29e4a7012de3e5889348adb17
|
|
|
|
|
|
|
|
|
|
user state"""
|
|
|
|
1. Add new APIs (get/set Bands/Channels) to support config the dual APs
mode.
2. Update the old API (get Band/Channel) to return smallest band/channel
which associated to the smallest band in dual bands setting.
The valid bands doesn't limit to 2GHZ & 5GHZ,
but the daul APs setting should be 2.4GHZ and 5GHZ on pixel.
PS: Also fix incorrect java doc link and descritpion.
Bug: 162686273
CTS-Coverage-Bug: 171179478
Test: atest FrameworksWifiApiTests
Change-Id: Id000a600c4786bd343e0ef69a7d489658f017037
|
|
The retry timer suggested by the network will persist
accross network requests. Also changed the retry timer
to a 64-bit value to be consistent with types used in
Android time APIs.
Test: FrameworksTelephonytests
Fix: 159672248
Change-Id: I632d4dc07fb545fa04eb3aefb0ff3270ee8f6ff8
|
|
Added new failure statuses and the ability to last update timestamp.
Bug: 155697192
Test: atest android.net.wifi
Change-Id: I46d20f2804601eb7efd3712928fd5c4727b17fb4
|
|
Adding MANAGE_ACTIVITY_TASKS permission as the replacement, but
still grant the deprecated MANAGE_ACTIVITY_STACKS permission for
app compatibility.
Bug: 157876448
Test: presubmit
Change-Id: I894ee66e058b1024a731d3be4b33b69626451f08
|
|
689181f342 am: 59502e6ef9
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1472326
Change-Id: I33da7fd0b61eb0d5a6b45b4ba2140b39c377e15a
|
|
Image suggestions (and other rich content) are not handled the same way
as primitive autofill values. These suggestions are also only applicable
to augmented autofill. Therefore, instead of reusing AutofillType and
AutofillValue, we use a separate code path to insert rich content. A
follow-on change will remove AUTOFILL_TYPE_RICH_CONTENT and the
corresponding code on AutofillValue.
Bug: 168837034
Test: Manual and unit tests
atest CtsAutoFillServiceTestCases:DatasetTest
atest CtsAutoFillServiceTestCases:InlineAugmentedAuthTest
atest CtsAutoFillServiceTestCases:InlineAugmentedLoginActivityTest
Change-Id: I4fa3baf2b545908fc25f3a6e28a7addc7004786b
|
|
Adding network capability to be used with networks to be only used by
OEM apps.
Bug: 171505922
Test: atest CtsNetTestCasesLatestSdk:NetworkCapabilitiesTest
Change-Id: Ib55ebec0e178b6317d92f17e1aff060dacdfb2b1
|
|
Change-Id: Ie33f12a2f4c73443640c28ad128be96b3533fd8c
|