/external/chromium_org/chrome/browser/renderer_host/pepper/ |
pepper_flash_browser_host.cc | 148 PP_FlashLSORestrictions restrictions = PP_FLASHLSORESTRICTIONS_NONE; local 152 restrictions = PP_FLASHLSORESTRICTIONS_BLOCK; 154 restrictions = PP_FLASHLSORESTRICTIONS_IN_MEMORY; 157 static_cast<int32_t>(restrictions)));
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
UserManagerTest.java | 68 Bundle restrictions = mUserManager.getUserRestrictions(user.getUserHandle()); local 70 restrictions.getBoolean(UserManager.DISALLOW_CONFIG_WIFI)); 149 Bundle restrictions = new Bundle(); local 150 restrictions.putBoolean(UserManager.DISALLOW_INSTALL_APPS, true); 151 restrictions.putBoolean(UserManager.DISALLOW_CONFIG_WIFI, false); 152 mUserManager.setUserRestrictions(restrictions, new UserHandle(users.get(1).id));
|
/external/chromium_org/base/win/ |
metro.cc | 138 unsigned long restrictions = 0; local 139 settings->GetRestrictions(&restrictions); 142 (restrictions & WPCFLAG_LOGGING_REQUIRED) == WPCFLAG_LOGGING_REQUIRED;
|
/external/chromium_org/ppapi/proxy/ |
flash_resource.cc | 169 int32_t restrictions; local 172 PpapiHostMsg_Flash_GetLocalDataRestrictions(), &restrictions); 175 return PP_MakeInt32(restrictions);
|
pdf_resource_unittest.cc | 117 int restrictions = 5; local 118 pdf_iface->SetContentRestriction(pp_instance(), restrictions); local
|
/frameworks/base/services/java/com/android/server/pm/ |
UserManagerService.java | 97 private static final String TAG_RESTRICTIONS = "restrictions"; 409 Bundle restrictions = mUserRestrictions.get(userId); local 410 return restrictions != null ? restrictions : Bundle.EMPTY; 415 public void setUserRestrictions(Bundle restrictions, int userId) { 417 if (restrictions == null) return; 421 mUserRestrictions.get(userId).putAll(restrictions); 608 Bundle restrictions = new Bundle(); local 609 mUserRestrictions.append(UserHandle.USER_OWNER, restrictions); 670 Bundle restrictions = mUserRestrictions.get(userInfo.id) local 750 Bundle restrictions = new Bundle(); local 962 Bundle restrictions = new Bundle(); local 1304 final Bundle restrictions = new Bundle(); local [all...] |
PackageManagerService.java | 533 // Stores a list of users whose package restrictions file needs to be updated 6738 Bundle restrictions = sUserManager.getUserRestrictions(userId); local [all...] |
/external/chromium_org/chrome/browser/ui/ |
browser_command_controller.cc | 1125 int restrictions = GetContentRestrictions(browser_); local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherClings.java | 102 Bundle restrictions = um.getUserRestrictions(); local 103 if (restrictions.getBoolean(UserManager.DISALLOW_MODIFY_ACCOUNTS, false)) {
|
/frameworks/base/core/java/android/accounts/ |
ChooseTypeAndAccountActivity.java | 149 Bundle restrictions = UserManager.get(this) local 152 restrictions.getBoolean(UserManager.DISALLOW_MODIFY_ACCOUNTS, false);
|
/packages/apps/Settings/src/com/android/settings/users/ |
AppRestrictionsFragment.java | 159 private ArrayList<RestrictionEntry> restrictions; field in class:AppRestrictionsFragment.AppRestrictionsPreference 191 void setRestrictions(ArrayList<RestrictionEntry> restrictions) { 192 this.restrictions = restrictions; 204 if (restrictions == null) return null; 205 for (RestrictionEntry entry : restrictions) { 214 return restrictions; 365 Log.e(TAG, "Cannot apply application restrictions on another user!"); 700 // If the app is required and has no restrictions, skip showing it 704 // Only do this for restricted profiles, not single-user restrictions 811 ArrayList<RestrictionEntry> restrictions = appPref.getRestrictions(); local 837 RestrictionUtils.setRestrictions(getActivity(), restrictions, mUser); local 866 ArrayList<RestrictionEntry> restrictions = RestrictionUtils.getRestrictions( local 915 final ArrayList<RestrictionEntry> restrictions = results.getParcelableArrayList( local [all...] |
/external/chromium/chrome/browser/ui/ |
browser.cc | 3756 int restrictions = 0; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar | |
org.eclipse.pde.core_3.6.1.v20100902_r361.jar | |
/packages/apps/Launcher2/src/com/android/launcher2/ |
Launcher.java | 3889 Bundle restrictions = um.getUserRestrictions(); local [all...] |
/prebuilts/sdk/18/ |
android.jar | |
/prebuilts/sdk/19/ |
android.jar | |
/prebuilts/sdk/current/ |
android.jar | |