summaryrefslogtreecommitdiff
path: root/src/com/android/settings/development/VerifyAppsOverUsbPreferenceController.java
AgeCommit message (Collapse)Author
2019-11-26Minor code simplification.Alan Stokes
Test: atest VerifyAppsOverUsbPreferenceControllerTest Bug: 135751498 Change-Id: I51696147a211792e53cc6178e0912c760d667034
2019-11-22Stop relying on PACKAGE_VERIFIER_ENABLE.Alan Stokes
This setting is being removed, and it no longer controls whether a package verifier will be invoked. (Each verifier may have its own controls, but they are outside the framework.) Test: atest VerifyAppsOverUsbPreferenceControllerTest Bug: 135751498 Change-Id: I78029c3529f331a88fde42a7aac5c155954f825e
2018-08-30RestrictedLockUtils was split into ...InternalPhilip P. Moltmann
This means that in some cases RestrictedLockUtils has to be used and in some RestrictedLockUtilsInternal. This causes a lot of trivial code changes. I also updated the ordering of the imports in all affected files. Bug: 110953302 Test: Built make -j RunSettingsRoboTests Change-Id: I9bdf8b89134f853bae4f38c81af436715c73e924
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-06-18Reorder and clean up imports.Fan Zhang
Test: rebuild Change-Id: I178485c84ae7146f991fd77b6d7504b029942a68
2018-04-24Replace PackageManagerWrapper with PackageManagerHJ ChangLiao
Replace all SettingsLib/PackageManagerWrapper in Settings, by PackageManager, Remove ShadowPackageManagerWrapper. Bug: 62067063 Test: make RunSettingsRoboTests Change-Id: I6d1af55c13d80c1907b98b21e0207cc903cd9b1f
2018-04-20Migrate Settings to androidx.Aurimas Liutikas
Test: make Settings Bug: 76692459 Change-Id: I941dea40562170649bf056e675cc32e5163c0e39
2018-03-01Remove unnecessary onDeveloperOptionsSwitchEnabled/Disabled override.Doris Ling
- default implementation has been added in the super class to handle enabling/disabling the preference when the master developer options switch it turned on/off. Removing all subclass that originally implemented the methods that only contains the default behavior. Bug: 73955632 Test: make RunSettingsRoboTests Change-Id: I13c372c2ab498a5786b40cdc1ad3b5f3424abb5a
2017-11-22rename v2 controllersjeffreyhuang
- Remove v2 postfix on controllers now that v1 dev options have been removed Bug: 34203528 Test: compiles and tests still pass Change-Id: I7a937e914293233801dbd1d9536b7b47ee70d591
2017-11-17Delete DevelopmentSettings.javajeffreyhuang
- Remove the old DevelopmentSettings - Remove references to the feature flag Fixes: 65522949 Test: make RunSettingsRoboTests -j40 Change-Id: Ie2eb3465127d79a027de6bb58a47bb15e3094f89
2017-09-29Introduce VerifyAppsOverUsbPreferenceControllerV2jeffreyhuang
- Create new VerifyAppsOverUsbPreferenceControllerV2 - Deprecate VerifyAppsOverUsbPreferenceController - Create controller inside the DashboardFragment - Copy logic from VerifyAppsOverUsbPreferenceController with slight modifications for dashboard fragment compatibility Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: I37c01cd262c9e12307ec9cbe6effc5470496550f
2017-06-26Make PreferenceController a mixinTony Mantler
Bug: 62912136 Test: Existing tests in BaseSearchIndexProviderTest Change-Id: Ieda359806c09a019840b2005446c7ec8b61fdb00
2017-04-26Disable "Verify apps over usb" according to user restriction.Pavel Grafov
This is ag/2124876 which fails to automerge oc-dev->master, so sending as a separate change. Will add Merged-In to the original CL before submitting to oc-dev. Bug: 37158436 Test: make ROBOTEST_FILTER=VerifyAppsOverUsbPreferenceControllerTest RunSettingsRoboTests Change-Id: I52d40f4176ecd660c621ec056649c94fc29f2d4b