summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/accounts/ChooseAccountPreferenceController.java
Commit message (Collapse)AuthorAgeFilesLines
* RestrictedLockUtils was split into ...InternalPhilip P. Moltmann2018-08-301-1/+2
| | | | | | | | | | | | | | 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
* Sort importsFan Zhang2018-08-281-4/+4
| | | | | | | | Having consistent import order will reduce chance of merge conflict between internal and external master Test: rebuild Change-Id: I0b1a170967ddcce7f388603fd521f6ed1eeba30b
* Migrate ChooseAccountActivity to DashboardFragmentEmily Chuang2018-04-271-0/+287
- Build a controller to generate/manage a list of preferences. - Move some logics to the controller and add tests. - Rename to ChooseAccountFragment. Bug: 73899467 Test: make RunSettingsRoboTests -j atest UniquePreferenceTest SettingsGatewayTest Change-Id: Id2906c4b922ef159d08c803b976671264c54665f