HomeSort by relevance Sort by last modified time
    Searched defs:restrictions (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_browser_host.cc 150 PP_FlashLSORestrictions restrictions = PP_FLASHLSORESTRICTIONS_NONE; local
154 restrictions = PP_FLASHLSORESTRICTIONS_BLOCK;
156 restrictions = PP_FLASHLSORESTRICTIONS_IN_MEMORY;
160 static_cast<int32_t>(restrictions)));
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
ApplicationRestrictionActivity.java 30 * The actual test will set restrictions for this package, and the purpose of this
55 Bundle restrictions = mUserManager.getApplicationRestrictions(getPackageName()); local
57 intent.putExtra("value", restrictions);
  /development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
AppRestrictionSchemaFragment.java 35 * disabled according to the restrictions set by device/profile owner. You can use the
63 // Update the UI according to the configured restrictions
66 Bundle restrictions = restrictionsManager.getApplicationRestrictions(); local
67 updateUI(restrictions);
70 private void updateUI(Bundle restrictions) {
71 if (canSayHello(restrictions)) {
83 * @param restrictions The application restrictions
86 private boolean canSayHello(Bundle restrictions) {
88 boolean canSayHello = restrictions == null ? defaultValue
    [all...]
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 42 * This fragment provides UI and functionality to set restrictions on the AppRestrictionSchema
179 * Loads the restrictions for the AppRestrictionSchema sample. In this implementation, we just
187 List<RestrictionEntry> restrictions = local
189 for (RestrictionEntry restriction : restrictions) {
217 Bundle restrictions = new Bundle(); local
218 restrictions.putBoolean(RESTRICTION_KEY_SAY_HELLO, allow);
221 PACKAGE_NAME_APP_RESTRICTION_SCHEMA, restrictions); local
222 // The profile/device owner needs to remember the current state of restrictions on its own
  /external/chromium_org/base/win/
metro.cc 100 unsigned long restrictions = 0; local
101 settings->GetRestrictions(&restrictions);
104 (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
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/
AppRestrictionSchemaFragment.java 39 * disabled according to the restrictions set by device/profile owner. You can use the
88 Bundle restrictions = manager.getApplicationRestrictions(); local
94 updateCanSayHello(entry, restrictions);
96 updateMessage(entry, restrictions);
98 updateNumber(entry, restrictions);
100 updateRank(entry, restrictions);
102 updateApprovals(entry, restrictions);
107 private void updateCanSayHello(RestrictionEntry entry, Bundle restrictions) {
109 if (restrictions == null || !restrictions.containsKey(KEY_CAN_SAY_HELLO))
    [all...]
  /developers/samples/android/admin/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/
AppRestrictionSchemaFragment.java 39 * disabled according to the restrictions set by device/profile owner. You can use the
88 Bundle restrictions = manager.getApplicationRestrictions(); local
94 updateCanSayHello(entry, restrictions);
96 updateMessage(entry, restrictions);
98 updateNumber(entry, restrictions);
100 updateRank(entry, restrictions);
102 updateApprovals(entry, restrictions);
107 private void updateCanSayHello(RestrictionEntry entry, Bundle restrictions) {
109 if (restrictions == null || !restrictions.containsKey(KEY_CAN_SAY_HELLO))
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_command_controller.cc 1143 int restrictions = GetContentRestrictions(browser_); local
    [all...]
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 48 * This fragment provides UI and functionality to set restrictions on the AppRestrictionSchema
87 * Current status of the restrictions.
175 * Loads the restrictions for the AppRestrictionSchema sample. In this implementation, we just
183 List<RestrictionEntry> restrictions = local
186 for (RestrictionEntry restriction : restrictions) {
263 // Note that the owner app needs to remember the restrictions on its own.
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 48 * This fragment provides UI and functionality to set restrictions on the AppRestrictionSchema
87 * Current status of the restrictions.
175 * Loads the restrictions for the AppRestrictionSchema sample. In this implementation, we just
183 List<RestrictionEntry> restrictions = local
186 for (RestrictionEntry restriction : restrictions) {
263 // Note that the owner app needs to remember the restrictions on its own.
  /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 

Completed in 413 milliseconds