Home | History | Annotate | Download | only in pm

Lines Matching refs:readBoolean

1023         readBoolean(parser, restrictions, UserManager.DISALLOW_CONFIG_WIFI);
1024 readBoolean(parser, restrictions, UserManager.DISALLOW_MODIFY_ACCOUNTS);
1025 readBoolean(parser, restrictions, UserManager.DISALLOW_INSTALL_APPS);
1026 readBoolean(parser, restrictions, UserManager.DISALLOW_UNINSTALL_APPS);
1027 readBoolean(parser, restrictions, UserManager.DISALLOW_SHARE_LOCATION);
1028 readBoolean(parser, restrictions,
1030 readBoolean(parser, restrictions, UserManager.DISALLOW_CONFIG_BLUETOOTH);
1031 readBoolean(parser, restrictions, UserManager.DISALLOW_USB_FILE_TRANSFER);
1032 readBoolean(parser, restrictions, UserManager.DISALLOW_CONFIG_CREDENTIALS);
1033 readBoolean(parser, restrictions, UserManager.DISALLOW_REMOVE_USER);
1034 readBoolean(parser, restrictions, UserManager.DISALLOW_DEBUGGING_FEATURES);
1035 readBoolean(parser, restrictions, UserManager.DISALLOW_CONFIG_VPN);
1036 readBoolean(parser, restrictions, UserManager.DISALLOW_CONFIG_TETHERING);
1037 readBoolean(parser, restrictions, UserManager.DISALLOW_FACTORY_RESET);
1038 readBoolean(parser, restrictions, UserManager.DISALLOW_ADD_USER);
1039 readBoolean(parser, restrictions, UserManager.ENSURE_VERIFY_APPS);
1040 readBoolean(parser, restrictions, UserManager.DISALLOW_CONFIG_CELL_BROADCASTS);
1041 readBoolean(parser, restrictions, UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS);
1042 readBoolean(parser, restrictions, UserManager.DISALLOW_APPS_CONTROL);
1043 readBoolean(parser, restrictions,
1045 readBoolean(parser, restrictions, UserManager.DISALLOW_UNMUTE_MICROPHONE);
1046 readBoolean(parser, restrictions, UserManager.DISALLOW_ADJUST_VOLUME);
1047 readBoolean(parser, restrictions, UserManager.DISALLOW_OUTGOING_CALLS);
1048 readBoolean(parser, restrictions, UserManager.DISALLOW_SMS);
1049 readBoolean(parser, restrictions, UserManager.DISALLOW_CREATE_WINDOWS);
1050 readBoolean(parser, restrictions, UserManager.DISALLOW_CROSS_PROFILE_COPY_PASTE);
1051 readBoolean(parser, restrictions, UserManager.DISALLOW_OUTGOING_BEAM);
1054 private void readBoolean(XmlPullParser parser, Bundle restrictions,