Home
last modified time | relevance | path

Searched defs:defaultValue (Results 1 – 25 of 144) sorted by relevance

123456

/frameworks/native/services/surfaceflinger/
DSurfaceFlingerProperties.cpp37 int64_t vsync_event_phase_offset_ns(int64_t defaultValue) { in vsync_event_phase_offset_ns()
46 int64_t vsync_sf_event_phase_offset_ns(int64_t defaultValue) { in vsync_sf_event_phase_offset_ns()
55 bool use_context_priority(bool defaultValue) { in use_context_priority()
64 int64_t max_frame_buffer_acquired_buffers(int64_t defaultValue) { in max_frame_buffer_acquired_buffers()
73 int32_t max_graphics_width(int32_t defaultValue) { in max_graphics_width()
81 int32_t max_graphics_height(int32_t defaultValue) { in max_graphics_height()
89 bool has_wide_color_display(bool defaultValue) { in has_wide_color_display()
98 bool running_without_sync_framework(bool defaultValue) { in running_without_sync_framework()
106 bool has_HDR_display(bool defaultValue) { in has_HDR_display()
114 int64_t present_time_offset_from_vsync_ns(int64_t defaultValue) { in present_time_offset_from_vsync_ns()
[all …]
/frameworks/base/core/java/android/util/
DAttributeSet.java162 String[] options, int defaultValue); in getAttributeListValue()
174 boolean defaultValue); in getAttributeBooleanValue()
192 int defaultValue); in getAttributeResourceValue()
204 int defaultValue); in getAttributeIntValue()
218 int defaultValue); in getAttributeUnsignedIntValue()
230 float defaultValue); in getAttributeFloatValue()
243 public int getAttributeListValue(int index, String[] options, int defaultValue); in getAttributeListValue()
253 public boolean getAttributeBooleanValue(int index, boolean defaultValue); in getAttributeBooleanValue()
269 public int getAttributeResourceValue(int index, int defaultValue); in getAttributeResourceValue()
279 public int getAttributeIntValue(int index, int defaultValue); in getAttributeIntValue()
[all …]
DXmlPullAttributes.java63 String[] options, int defaultValue) { in getAttributeListValue()
69 boolean defaultValue) { in getAttributeBooleanValue()
75 int defaultValue) { in getAttributeResourceValue()
81 int defaultValue) { in getAttributeIntValue()
87 int defaultValue) { in getAttributeUnsignedIntValue()
93 float defaultValue) { in getAttributeFloatValue()
102 String[] options, int defaultValue) { in getAttributeListValue()
107 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue()
112 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue()
117 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue()
[all …]
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DNopAttributeSet.java66 defaultValue) { in getAttributeListValue()
72 boolean defaultValue) { in getAttributeBooleanValue()
77 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
82 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
88 int defaultValue) { in getAttributeUnsignedIntValue()
94 float defaultValue) { in getAttributeFloatValue()
99 public int getAttributeListValue(int index, String[] options, int defaultValue) { in getAttributeListValue()
104 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue()
109 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue()
114 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue()
[all …]
DBridgeLayoutParamsMapAttributes.java85 String[] options, int defaultValue) { in getAttributeListValue()
91 boolean defaultValue) { in getAttributeBooleanValue()
97 int defaultValue) { in getAttributeResourceValue()
103 int defaultValue) { in getAttributeIntValue()
109 int defaultValue) { in getAttributeUnsignedIntValue()
115 float defaultValue) { in getAttributeFloatValue()
121 String[] options, int defaultValue) { in getAttributeListValue()
126 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue()
131 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue()
136 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue()
[all …]
DBridgeXmlBlockParser.java409 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue()
415 boolean defaultValue) { in getAttributeBooleanValue()
420 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue()
425 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { in getAttributeFloatValue()
430 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue()
435 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
440 public int getAttributeListValue(int index, String[] options, int defaultValue) { in getAttributeListValue()
446 String[] options, int defaultValue) { in getAttributeListValue()
456 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue()
461 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
[all …]
/frameworks/layoutlib/bridge/src/android/provider/
DDeviceConfig_Delegate.java30 public static String getString(String namespace, String name, String defaultValue) { in getString()
35 public static boolean getBoolean(String namespace, String name, boolean defaultValue) { in getBoolean()
40 public static int getInt(String namespace, String name, int defaultValue) { in getInt()
45 public static long getLong(String namespace, String name, long defaultValue) { in getLong()
50 public static float getFloat(String namespace, String name, float defaultValue) { in getFloat()
/frameworks/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java119 String[] options, int defaultValue) { in getAttributeListValue()
136 boolean defaultValue) { in getAttributeBooleanValue()
152 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
159 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
201 int defaultValue) { in getAttributeUnsignedIntValue()
218 float defaultValue) { in getAttributeFloatValue()
235 String[] options, int defaultValue) { in getAttributeListValue()
241 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue()
257 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue()
264 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DDeviceConfigHelper.java41 public long getLong(String name, long defaultValue) { in getLong()
46 public int getInt(String name, int defaultValue) { in getInt()
52 public String getString(String name, @Nullable String defaultValue) { in getString()
57 public boolean getBoolean(String name, boolean defaultValue) { in getBoolean()
/frameworks/base/services/core/java/com/android/server/utils/
DDeviceConfigInterface.java39 String getString(@NonNull String namespace, @NonNull String name, @NonNull String defaultValue); in getString()
44 int getInt(@NonNull String namespace, @NonNull String name, int defaultValue); in getInt()
49 long getLong(@NonNull String namespace, @NonNull String name, long defaultValue); in getLong()
54 boolean getBoolean(@NonNull String namespace, @NonNull String name, boolean defaultValue); in getBoolean()
59 float getFloat(@NonNull String namespace, @NonNull String name, float defaultValue); in getFloat()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSystemPropertyService.java22 public String get(String key, String defaultValue) { in get()
27 public boolean getBoolean(String key, boolean defaultValue) { in getBoolean()
32 public String getString(String key, String defaultValue) { in getString()
DPropertyService.java31 String get(String key, String defaultValue); in get()
37 boolean getBoolean(String key, boolean defaultValue); in getBoolean()
43 String getString(String key, String defaultValue); in getString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DDeviceConfigProxy.java60 @NonNull String namespace, @NonNull String name, boolean defaultValue) { in getBoolean()
68 @NonNull String namespace, @NonNull String name, float defaultValue) { in getFloat()
75 public int getInt(@NonNull String namespace, @NonNull String name, int defaultValue) { in getInt()
82 public long getLong(@NonNull String namespace, @NonNull String name, long defaultValue) { in getLong()
98 @NonNull String namespace, @NonNull String name, @Nullable String defaultValue) { in getString()
/frameworks/base/core/java/org/apache/http/params/
DHttpParams.java98 long getLongParameter(String name, long defaultValue); in getLongParameter()
119 int getIntParameter(String name, int defaultValue); in getIntParameter()
140 double getDoubleParameter(String name, double defaultValue); in getDoubleParameter()
161 boolean getBooleanParameter(String name, boolean defaultValue); in getBooleanParameter()
/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
DFakeDeviceConfigInterface.java94 public String getString(String namespace, String name, String defaultValue) { in getString()
100 public int getInt(String namespace, String name, int defaultValue) { in getInt()
113 public long getLong(String namespace, String name, long defaultValue) { in getLong()
126 public float getFloat(String namespace, String name, float defaultValue) { in getFloat()
139 public boolean getBoolean(String namespace, String name, boolean defaultValue) { in getBoolean()
/frameworks/base/core/java/android/app/
DAppGlobals.java70 public static int getIntCoreSetting(String key, int defaultValue) { in getIntCoreSetting()
86 public static float getFloatCoreSetting(String key, float defaultValue) { in getFloatCoreSetting()
/frameworks/native/include/input/
DInputApplication.h60 inline nsecs_t getDispatchingTimeout(nsecs_t defaultValue) const { in getDispatchingTimeout()
65 std::chrono::nanoseconds defaultValue) const { in getDispatchingTimeout()
/frameworks/base/core/java/android/provider/
DDeviceConfig.java489 @Nullable String defaultValue) { in getString()
508 boolean defaultValue) { in getBoolean()
526 public static int getInt(@NonNull String namespace, @NonNull String name, int defaultValue) { in getInt()
552 public static long getLong(@NonNull String namespace, @NonNull String name, long defaultValue) { in getLong()
579 float defaultValue) { in getFloat()
927 public String getString(@NonNull String name, @Nullable String defaultValue) { in getString()
940 public boolean getBoolean(@NonNull String name, boolean defaultValue) { in getBoolean()
954 public int getInt(@NonNull String name, int defaultValue) { in getInt()
976 public long getLong(@NonNull String name, long defaultValue) { in getLong()
998 public float getFloat(@NonNull String name, float defaultValue) { in getFloat()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DDeviceConfigProxyFake.java106 public boolean getBoolean(String namespace, String name, boolean defaultValue) { in getBoolean()
116 public int getInt(String namespace, String name, int defaultValue) { in getInt()
126 public long getLong(String namespace, String name, long defaultValue) { in getLong()
141 public String getString(String namespace, String name, String defaultValue) { in getString()
/frameworks/base/core/java/android/content/res/
DXmlBlock.java334 String[] options, int defaultValue) { in getAttributeListValue()
342 boolean defaultValue) { in getAttributeBooleanValue()
350 int defaultValue) { in getAttributeResourceValue()
358 int defaultValue) { in getAttributeIntValue()
366 int defaultValue) in getAttributeUnsignedIntValue()
375 float defaultValue) { in getAttributeFloatValue()
384 String[] options, int defaultValue) { in getAttributeListValue()
394 boolean defaultValue) { in getAttributeBooleanValue()
404 public int getAttributeResourceValue(int idx, int defaultValue) { in getAttributeResourceValue()
413 public int getAttributeIntValue(int idx, int defaultValue) { in getAttributeIntValue()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DPrefs.java132 public static boolean getBoolean(Context context, @Key String key, boolean defaultValue) { in getBoolean()
140 public static int getInt(Context context, @Key String key, int defaultValue) { in getInt()
148 public static long getLong(Context context, @Key String key, long defaultValue) { in getLong()
156 public static String getString(Context context, @Key String key, String defaultValue) { in getString()
169 Context context, @Key String key, Set<String> defaultValue) { in getStringSet()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifTag.java559 public String getValueAsString(String defaultValue) { in getValueAsString()
590 public byte getValueAsByte(byte defaultValue) { in getValueAsByte()
621 public Rational getValueAsRational(Rational defaultValue) { in getValueAsRational()
639 public Rational getValueAsRational(long defaultValue) { in getValueAsRational()
674 public int getValueAsInt(int defaultValue) { in getValueAsInt()
705 public long getValueAsLong(long defaultValue) { in getValueAsLong()
728 public long forceGetValueAsLong(long defaultValue) { in forceGetValueAsLong()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1784 int defaultValue) { in getAttributeListValue()
1790 boolean defaultValue) { in getAttributeBooleanValue()
1795 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
1800 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
1806 int defaultValue) { in getAttributeUnsignedIntValue()
1812 float defaultValue) { in getAttributeFloatValue()
1817 public int getAttributeListValue(int index, String[] options, int defaultValue) { in getAttributeListValue()
1822 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue()
1827 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue()
1832 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue()
[all …]
/frameworks/base/core/java/android/security/keymaster/
DKeymasterArguments.java101 public int getEnum(int tag, int defaultValue) { in getEnum()
163 public long getUnsignedInt(int tag, long defaultValue) { in getUnsignedInt()
272 public byte[] getBytes(int tag, byte[] defaultValue) { in getBytes()
328 public Date getDate(int tag, Date defaultValue) { in getDate()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGlobalSettingsHelper.java35 int defaultValue) { in getInt()
44 boolean defaultValue) { in getBoolean()

123456