summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/bluetooth/RestrictionUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* RestrictedLockUtils was split into ...InternalPhilip P. Moltmann2018-08-301-2/+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
* Check for user restrictions disallowing BT in BluetoothEnabler.Lenka Trochtova2017-04-131-0/+43
Test: make RunSettingsRoboTests -j40 Test: manual BUG: 35596982 BUG: 32895313 Change-Id: Ie8f53b665a4aad4e6b17b20602cbe5502998d7a2