summaryrefslogtreecommitdiff
path: root/src/com/android/settings/development/autofill/AutofillLoggingLevelPreferenceController.java
AgeCommit message (Collapse)Author
2018-10-30Fix Developer options page memory leakStanley Wang
Change-Id: I12d53c41adee56850cd294ae89e7a56328639558 Fixes: 117583710 Test: manual Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.development
2018-08-28Sort importsFan Zhang
Having consistent import order will reduce chance of merge conflict between internal and external master Test: rebuild Change-Id: I0b1a170967ddcce7f388603fd521f6ed1eeba30b
2018-08-22Fixed NPE that crashes Settings.Felipe Leme
It happens due to a race condition when the AutofillDeveloperSettingsObserver is triggered by a settings change while the underlying preferences activity is being finished. Fixes: 113030661 Test: echo 'could not reproduce this issue' Test: runtest --path \ packages/apps/Settings/tests/unit/src/com/android/settings/core/\ PreferenceControllerContractTest.java Test: atest AutofillResetOptionsPreferenceControllerTest \ AutofillLoggingLevelPreferenceControllerTest Change-Id: I761195df13ac10705b9ce6b0c7546ec66a85d3ef
2018-07-26Added autofill options on Developer Options screen.Felipe Leme
Test: manual verification Test: atest AutofillResetOptionsPreferenceControllerTest\ AutofillLoggingLevelPreferenceControllerTest Test: runtest --path packages/apps/Settings/tests/unit/src/com/android/settings/core/PreferenceControllerContractTest.java Fixes: 65700540 Change-Id: I6b35fbf549529f4d97df164ce3fb6d641ee37650