QSCarrierGroup now accounts for the device being on airplane mode when
deciding what to display. In particular, in QS, it marks the view as
GONE.
Test: visual, in phone with DSDS
Test: atest CarrierTextControllerTest
Fixes: 129839626
Change-Id: I54d03f6a00e6e9604fc646b8993a04429881552a
* changes:
Replacing AudioVolumeGroups with List
Cleaning up SeekBarVolumizer
Removing name getter from AudioProductStrategy
Replacing AudioProductStrategies with List
PrivacyType now uses the icons defined in the framework for the
permission groups.
Also, fixes icon size and min width of chip. This requires that the
icons be right aligned when there's no background so there is no extra
black space to the right of a single icons.
Remove unnecessary references to whether the device is secured as those
were only needed when exposing apps.
Still needed to change the icons in PhoneStatusBarPolicy, need to
address the sizing of icons correctly.
Bug: 129677355
Fixes: 130179014
Test: manual: changing theme changes the icon
Test: visual
Change-Id: Iededc1132caa37cca05112f635ddad8aa04e6ea4
To address the API review feedback provided by
the API council.
Bug: 129261432
Test: atest DnsResolverTest
Merged-In: I5737cf293264bf9d492e7bd56b62bee4d49002eb
(cherry picked from commit 454fe010dc)
Change-Id: I429dd93285f50314e9d757f4ec8539a3ba40e61b
This freezes the interface as of the latest beta build, although it has
not changed since then.
This change adds the necessary implementations for getInterfaceVersion.
Test: flashed, WiFi working
Bug: 128803828
Merged-In: Ib852b0555f0e20b858f9dd0b16dbd98dbbd22b55
Merged-In: I0c231bdce89474b53603cc15d55787c8c78a809d
(cherry picked from commit fd4eafe8f6)
Change-Id: Idc0e7ea98dbf57e07ee578bc1772c2111af2e563
* changes:
p2p: unit tests for WifiP2pWfdInfo
p2p: unit tests for WifiP2pInfo
p2p: unit tests for WifiP2pProvDiscEvent
p2p: unit tests for WifiP2pDeviceList
p2p: unit tests for WifiP2pConfig
p2p: unit tests for P2P UPNP service discovery
p2p: unit tests for P2P DNS SD service discovery
p2p: unit tests for WifiP2pGroup
p2p: unit tests for WifiP2pGroupList
This code should be enabled from R, but for some devices it just works
because of target SDK + no /product/lib directory. To avoid confusion
this code should be removed from Q release
Bug: 129011845
Test: m -j
Change-Id: I4d85cbcb5e2cbe694ec065f4e3d060eb74f542ba
Pending client can now be started in two places. Originally it was only
started when onError was received (previous client canceled). We recently
discovered some enumerate bugs likely due to system boot timing changes,
where Keyguard authenticate() can occur while enumerate() is still going.
As a result, we queue clients while enumerate is happening and start them
when enumerate finishes. We need to remember to set the pending client to
null.
Fixes: 130208531
Test: Fingerprint works during cold boot
Change-Id: I5fe1c7a9fc96875f3d87048b12e601755d7f4963