HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_BOOLEAN (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium/chrome/browser/policy/
configuration_policy_pref_store.cc 135 { Value::TYPE_BOOLEAN, kPolicyHomepageIsNewTabPage,
141 { Value::TYPE_BOOLEAN, kPolicyAlternateErrorPagesEnabled,
143 { Value::TYPE_BOOLEAN, kPolicySearchSuggestEnabled,
145 { Value::TYPE_BOOLEAN, kPolicyDnsPrefetchingEnabled,
147 { Value::TYPE_BOOLEAN, kPolicyDisableSpdy,
151 { Value::TYPE_BOOLEAN, kPolicySafeBrowsingEnabled,
153 { Value::TYPE_BOOLEAN, kPolicyPasswordManagerEnabled,
155 { Value::TYPE_BOOLEAN, kPolicyPasswordManagerAllowShowPasswords,
157 { Value::TYPE_BOOLEAN, kPolicyPrintingEnabled,
159 { Value::TYPE_BOOLEAN, kPolicyMetricsReportingEnabled
    [all...]
configuration_policy_provider_delegate_win.cc 69 case Value::TYPE_BOOLEAN: {
configuration_policy_provider_mac.cc 70 case Value::TYPE_BOOLEAN:
configuration_policy_provider_mac_unittest.cc 55 case Value::TYPE_BOOLEAN: {
  /external/smack/src/org/jivesoftware/smackx/pubsub/
SubscribeForm.java 73 addField(SubscribeOptionFields.deliver, FormField.TYPE_BOOLEAN);
94 addField(SubscribeOptionFields.deliver, FormField.TYPE_BOOLEAN);
169 addField(SubscribeOptionFields.include_body, FormField.TYPE_BOOLEAN);
ConfigureForm.java 278 addField(ConfigureNodeFields.deliver_payloads, FormField.TYPE_BOOLEAN);
395 addField(ConfigureNodeFields.notify_config, FormField.TYPE_BOOLEAN);
416 addField(ConfigureNodeFields.notify_delete, FormField.TYPE_BOOLEAN);
439 addField(ConfigureNodeFields.notify_retract, FormField.TYPE_BOOLEAN);
460 addField(ConfigureNodeFields.persist_items, FormField.TYPE_BOOLEAN);
481 addField(ConfigureNodeFields.presence_based_delivery, FormField.TYPE_BOOLEAN);
591 addField(ConfigureNodeFields.subscribe, FormField.TYPE_BOOLEAN);
  /packages/apps/Settings/src/com/android/settings/users/
RestrictionUtils.java 71 entry.setType(RestrictionEntry.TYPE_BOOLEAN);
97 if (entry.getType() == RestrictionEntry.TYPE_BOOLEAN) {
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItemConstants.java 29 public static final int TYPE_BOOLEAN = 6;
EditableItem.java 39 PROGRESS(R.string.progress, TYPE_BOOLEAN, CATEGORY_MAIN),
40 USES_CHRON(R.string.uses_chron, TYPE_BOOLEAN, CATEGORY_MAIN),
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 92 static final int TYPE_BOOLEAN = 'Z';
114 return TYPE_BOOLEAN;
236 if (type == TYPE_BOOLEAN) {
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
Editors.java 47 editors.put(TYPE_BOOLEAN, new BooleanEditor());
  /frameworks/base/core/java/android/content/
RestrictionEntry.java 46 public static final int TYPE_BOOLEAN = 1;
117 * Constructor for {@link #TYPE_BOOLEAN} type.
123 this.type = TYPE_BOOLEAN;
173 * Returns the current selected state for an entry of type {@link #TYPE_BOOLEAN}.
190 * Sets the current selected state for an entry of type {@link #TYPE_BOOLEAN}. This value will
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
EntrySchema.java 33 public static final int TYPE_BOOLEAN = 1;
114 case TYPE_BOOLEAN:
163 case TYPE_BOOLEAN:
201 case TYPE_BOOLEAN:
487 type = TYPE_BOOLEAN;
  /external/chromium/chrome/browser/ui/webui/options/
core_options_handler.cc 161 case Value::TYPE_BOOLEAN:
193 if (value->IsType(Value::TYPE_BOOLEAN)) {
273 HandleSetPref(args, Value::TYPE_BOOLEAN);
  /libcore/luni/src/main/java/java/lang/reflect/
Field.java 76 private static final char TYPE_BOOLEAN = 'Z';
297 return getZField(object, declaringClass, type, slot, flag, TYPE_BOOLEAN);
621 setZField(object, declaringClass, type, slot, flag, TYPE_BOOLEAN, value);
    [all...]
  /developers/samples/android/content/multiuser/AppRestrictions/AppRestrictions/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 58 entry.setType(RestrictionEntry.TYPE_BOOLEAN);
CustomRestrictionsFragment.java 141 mBooleanEntry.setType(RestrictionEntry.TYPE_BOOLEAN);
  /external/chromium/base/json/
json_writer.cc 60 case Value::TYPE_BOOLEAN:
  /external/chromium/base/
values.cc 153 : Value(TYPE_BOOLEAN), boolean_value_(in_value) {
168 if (out_value && IsType(TYPE_BOOLEAN))
170 return (IsType(TYPE_BOOLEAN));
187 case TYPE_BOOLEAN:
207 case TYPE_BOOLEAN: {
values.h 52 TYPE_BOOLEAN,
  /external/smack/src/org/jivesoftware/smackx/
FormField.java 39 public static final String TYPE_BOOLEAN = "boolean";
Form.java 260 if (!FormField.TYPE_BOOLEAN.equals(field.getType())) {
  /external/chromium/chrome/browser/prefs/
pref_service.cc 45 case Value::TYPE_BOOLEAN: {
305 CreateLocaleDefaultValue(Value::TYPE_BOOLEAN, locale_default_message_id));
  /external/chromium/chrome/common/
json_schema_validator.cc 96 case Value::TYPE_BOOLEAN:
265 case Value::TYPE_BOOLEAN:
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 129 private static final String TYPE_BOOLEAN = "b";
322 } else if (TYPE_BOOLEAN.equalsIgnoreCase(type)) {

Completed in 986 milliseconds

1 2