- [Refactor] Also remove ACTION_DISPLAY_WHITE_BALANCE_SETTING_CHANGED
to Action enum.
Test: Rebuild rom
Bug: 131449561
Change-Id: I4edfdf275b7858a57cb12a1b4e3c03d2ec37e181
These are for the new dialogs being added for b/124254555. There is one
for the confirmation dialog, and one for the progress dialog.
Bug: 131519375
Test: manual
Change-Id: I32d639f45b5b2d5ef14c53c37f5d8e34f27524bd
// ACTION: Share a Wi-Fi network by generating a QR code
ACTION_SETTINGS_SHARE_WIFI_QR_CODE
// ACTION: Connect to a Wi-Fi network by scanning a QR code
ACTION_SETTINGS_ENROLL_WIFI_QR_CODE
// ACTION: Share Wi-Fi hotspot by generating a QR code
ACTION_SETTINGS_SHARE_WIFI_HOTSPOT_QR_CODE
Bug: 130521826
Test: manual
Change-Id: I99e55b53c49830347e48f688aa38afc3912e71b1
Together with the timestamps in each entry (WifiUsabilityStatsEntry) of WifiUsabilityStats, the added timestamp allows us to check whether the WifiUsabilityStats is obsolete or not.
Bug: 129282057
Test: frameworks/base/wifi/tests/runtests.sh
Change-Id: I1c968786173f0e719b10651315a6d1bb5b42438f
Signed-off-by: Mingguang Xu <mingguangxu@google.com>
Added Histogram of the EAP method type of installed
Passpoint profiles for R2
Bug: 122542221
Test: atest WifiMetricsTest PasspointManagerTest
Change-Id: I5c09d13a284dc15f9ba08d175212ad56cf0bc244
Added histograms tracking the number of passpoint provisioning.
Histograms are dimensioned on: <failure code>
Bug: 122542221
Test: atest WifiMetricsTest PasspointProvisionerTest
PasspointManagerTest
Change-Id: If71ed11c1898e210e08f694d85a931c811598c17
Creates Dark Theme tile and adds it to the default config,
under the fold.
Test: manually toggle tile
Fixes: 130253100
Change-Id: I2859d2eb20db1c6d9dd8e8e24979294316b905bb
Add link probe event type to StaEvent in order to correlate link probe
success/failure with other StaEvents (e.g. disconnection, score breach).
Bug: 112029045
Test: compiles
Change-Id: I2a18abc6f19179b164cd4c007597ba6cb69bf889
To answer the question if users share mainly with 1 or 2 direct targets
or with a multitude of contacts, we need to log the direct target +
package name. For privacy, this gets hashed with a salt that expires by
default every 7 days. The PH flag will allow us to change the expiration
time if we obtain PWG permission for that.
Bug: 126365511
Test: New test in ChooserActivityTest + manual testing of consistency
and flag rollout using adb shell device_config put systemui
hash_salt_max_days with multiple values
Change-Id: Ib4255b3eb39ca91ccb5803dc036ffe0ea83a27c9
Device mobility state is helpful for predicting Wifi usability in a
future time conditioned on current Wifi status.
Extend the Wifi.proto to include mobility state.
Bug: 129409568
Test: frameworks/base/wifi/tests/runtests.sh
Change-Id: I40a46bb797e4185720391ff24a943364e81bb00e
Signed-off-by: Mingguang Xu <mingguangxu@google.com>
Firmware alert can trigger Wifi usability stats data collection.
Currently the reason code of firmware alert is not collected as an
attribute. Add the reason code into Wifi usability stats as an
attribute.
Bug: 129426122
Test: frameworks/base/wifi/tests/runtests.sh
Change-Id: I5640745b5ee4588bb8ac106420262685ad8d6a28
Signed-off-by: Mingguang Xu <mingguangxu@google.com>
IP reachability is a strong indicator of Wi-Fi network quality. Extend
the WifiIsUnusableEvent list to include IP reachability lost.
Bug: 129282057
Test: frameworks/base/wifi/tests/runtests.sh
Change-Id: I0ff1075d619073d19fa365a1e6fc9894a109b8e9
Signed-off-by: Mingguang Xu <mingguangxu@google.com>
This way we can track what the general desire for the display is. Note
that this is different than tracking the actual display state since, for
example, you may be applying POLICY_DOZE but the DozeService actually
has the display in the ON state.
Bug: 122949636
Test: manual inspection
Change-Id: I65b7e26937f6fbb40057a49c4ebe4aed7380100b
As part of Security Review's requirements, I need to add a notification to
Test Harness Mode. It is visible iff Test Harness Mode is active (unless
the user blocks notifications from the system).
Currently, tapping on it does nothing; there's no Intent available in
the system to direct the user to perform a factory reset.
Bug: 80137798
Test: make && adb shell cmd testharness enable; verify that the dialog
exists
Change-Id: I9b391bce57ec1ef5392bd78bfdcf62a3a7e00e55