Searched defs:readBoolean (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/pm/
H A DUserManagerService.java803 readBoolean(parser, restrictions, UserManager.DISALLOW_CONFIG_WIFI);
804 readBoolean(parser, restrictions, UserManager.DISALLOW_MODIFY_ACCOUNTS);
805 readBoolean(parser, restrictions, UserManager.DISALLOW_INSTALL_APPS);
806 readBoolean(parser, restrictions, UserManager.DISALLOW_UNINSTALL_APPS);
807 readBoolean(parser, restrictions, UserManager.DISALLOW_SHARE_LOCATION);
808 readBoolean(parser, restrictions,
810 readBoolean(parser, restrictions, UserManager.DISALLOW_CONFIG_BLUETOOTH);
811 readBoolean(parser, restrictions, UserManager.DISALLOW_USB_FILE_TRANSFER);
812 readBoolean(parser, restrictions, UserManager.DISALLOW_CONFIG_CREDENTIALS);
813 readBoolean(parse
850 private void readBoolean(XmlPullParser parser, Bundle restrictions, method in class:UserManagerService
[all...]

Completed in 181 milliseconds