/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceFlingerProperties.cpp | 57 bool use_context_priority(bool defaultValue) { in use_context_priority() 75 int32_t max_graphics_width(int32_t defaultValue) { in max_graphics_width() 83 int32_t max_graphics_height(int32_t defaultValue) { in max_graphics_height() 91 bool has_wide_color_display(bool defaultValue) { in has_wide_color_display() 108 bool has_HDR_display(bool defaultValue) { in has_HDR_display() 143 bool use_vr_flinger(bool defaultValue) { in use_vr_flinger() 198 bool use_color_management(bool defaultValue) { in use_color_management() 249 bool refresh_rate_switching(bool defaultValue) { in refresh_rate_switching() 318 bool use_frame_rate_api(bool defaultValue) { in use_frame_rate_api() 326 bool enable_sdr_dimming(bool defaultValue) { in enable_sdr_dimming() [all …]
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | AttributeSet.java | 162 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() 269 public int getAttributeResourceValue(int index, int defaultValue); in getAttributeResourceValue() 279 public int getAttributeIntValue(int index, int defaultValue); in getAttributeIntValue() 291 public int getAttributeUnsignedIntValue(int index, int defaultValue); in getAttributeUnsignedIntValue() 301 public float getAttributeFloatValue(int index, float defaultValue); in getAttributeFloatValue() [all …]
|
H A D | XmlPullAttributes.java | 63 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() 112 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue() 117 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue() 127 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue() [all …]
|
H A D | TypedXmlPullParser.java | 201 @NonNull String name, @Nullable byte[] defaultValue) { in getAttributeBytesHex() 216 @NonNull String name, @Nullable byte[] defaultValue) { in getAttributeBytesBase64() 231 int defaultValue) { in getAttributeInt() 246 int defaultValue) { in getAttributeIntHex() 261 long defaultValue) { in getAttributeLong() 276 long defaultValue) { in getAttributeLongHex() 291 float defaultValue) { in getAttributeFloat() 306 double defaultValue) { in getAttributeDouble() 321 boolean defaultValue) { in getAttributeBoolean()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
H A D | NopAttributeSet.java | 66 defaultValue) { in getAttributeListValue() 72 boolean defaultValue) { in getAttributeBooleanValue() 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() 119 public int getAttributeUnsignedIntValue(int index, int defaultValue) { in getAttributeUnsignedIntValue() 124 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue() [all …]
|
H A D | BridgeLayoutParamsMapAttributes.java | 85 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() 131 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue() 136 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue() 146 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue() [all …]
|
H A D | BridgeXmlBlockParser.java | 409 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() 415 boolean defaultValue) { in getAttributeBooleanValue() 420 public float getAttributeFloatValue(int index, 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() 466 public int getAttributeUnsignedIntValue(int index, int defaultValue) { in getAttributeUnsignedIntValue() [all …]
|
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/util/ |
H A D | FakeBugleGservices.java | 31 public long getLong(final String key, final long defaultValue) { in getLong() 36 public int getInt(final String key, final int defaultValue) { in getInt() 41 public boolean getBoolean(final String key, final boolean defaultValue) { in getBoolean() 46 public String getString(final String key, final String defaultValue) { in getString() 51 public float getFloat(String key, float defaultValue) { in getFloat()
|
H A D | FakeBuglePrefs.java | 28 public int getInt(final String key, final int defaultValue) { in getInt() 33 public long getLong(final String key, final long defaultValue) { in getLong() 38 public boolean getBoolean(final String key, final boolean defaultValue) { in getBoolean() 43 public String getString(final String key, final String defaultValue) { in getString()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | BugleGservices.java | 42 public abstract long getLong(final String key, final long defaultValue); in getLong() 50 public abstract int getInt(final String key, final int defaultValue); in getInt() 57 public abstract boolean getBoolean(final String key, final boolean defaultValue); in getBoolean() 64 public abstract String getString(final String key, final String defaultValue); in getString() 71 public abstract float getFloat(final String key, final float defaultValue); in getFloat()
|
H A D | BugleGservicesImpl.java | 40 public long getLong(final String key, final long defaultValue) { in getLong() 46 public int getInt(final String key, final int defaultValue) { in getInt() 52 public boolean getBoolean(final String key, final boolean defaultValue) { in getBoolean() 58 public String getString(final String key, final String defaultValue) { in getString() 64 public float getFloat(final String key, final float defaultValue) { in getFloat()
|
H A D | BuglePrefs.java | 76 public abstract int getInt(final String key, final int defaultValue); in getInt() 84 public abstract long getLong(final String key, final long defaultValue); in getLong() 91 public abstract boolean getBoolean(final String key, final boolean defaultValue); in getBoolean() 98 public abstract String getString(final String key, final String defaultValue); in getString()
|
/aosp12/frameworks/layoutlib/bridge/src/android/util/ |
H A D | BridgeXmlPullAttributes.java | 119 String[] options, int defaultValue) { in getAttributeListValue() 136 boolean defaultValue) { in getAttributeBooleanValue() 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() 270 public int getAttributeUnsignedIntValue(int index, int defaultValue) { in getAttributeUnsignedIntValue() 286 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue() [all …]
|
/aosp12/frameworks/layoutlib/bridge/src/android/provider/ |
H A D | DeviceConfig_Delegate.java | 30 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()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
H A D | DeviceConfigHelper.java | 42 public long getLong(String name, long defaultValue) { in getLong() 47 public int getInt(String name, int defaultValue) { in getInt() 53 public String getString(String name, @Nullable String defaultValue) { in getString() 58 public boolean getBoolean(String name, boolean defaultValue) { in getBoolean()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
H A D | CompatUtils.java | 93 public static Object invoke(final Object receiver, final Object defaultValue, in invoke() 107 public static Object getFieldValue(final Object receiver, final Object defaultValue, in getFieldValue() 146 final T defaultValue, final Class<?>... parameterTypes) { in getMethod() 151 public ToIntMethodWrapper getPrimitiveMethod(final String name, final int defaultValue, in getPrimitiveMethod() 157 public ToFloatMethodWrapper getPrimitiveMethod(final String name, final float defaultValue, in getPrimitiveMethod() 164 final boolean defaultValue, final Class<?>... parameterTypes) { in getPrimitiveMethod() 173 public ToObjectMethodWrapper(final Method method, final T defaultValue) { in ToObjectMethodWrapper() 186 public ToIntMethodWrapper(final Method method, final int defaultValue) { in ToIntMethodWrapper() 198 public ToFloatMethodWrapper(final Method method, final float defaultValue) { in ToFloatMethodWrapper() 210 public ToBooleanMethodWrapper(final Method method, final boolean defaultValue) { in ToBooleanMethodWrapper()
|
/aosp12/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | DeviceConfigInterface.java | 39 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()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | PropertyService.java | 31 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()
|
H A D | SystemPropertyService.java | 22 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()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/configprovider/ |
H A D | ConfigProvider.java | 22 String getString(String key, String defaultValue); in getString() 24 long getLong(String key, long defaultValue); in getLong() 26 boolean getBoolean(String key, boolean defaultValue); in getBoolean()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | DeviceConfigProxy.java | 64 @NonNull String namespace, @NonNull String name, boolean defaultValue) { in getBoolean() 72 @NonNull String namespace, @NonNull String name, float defaultValue) { in getFloat() 79 public int getInt(@NonNull String namespace, @NonNull String name, int defaultValue) { in getInt() 86 public long getLong(@NonNull String namespace, @NonNull String name, long defaultValue) { in getLong() 102 @NonNull String namespace, @NonNull String name, @Nullable String defaultValue) { in getString()
|
/aosp12/packages/apps/TV/common/src/com/android/tv/common/dev/ |
H A D | DeveloperPreference.java | 35 public static DeveloperPreference<Boolean> create(String key, boolean defaultValue) { in create() 50 public static DeveloperPreference<Integer> create(String key, int defaultValue) { in create() 58 private DeveloperPreference(String key, T defaultValue) { in DeveloperPreference() 101 private DeveloperBooleanPreference(String key, Boolean defaultValue) { in DeveloperBooleanPreference() 118 private DeveloperIntegerPreference(String key, Integer defaultValue) { in DeveloperIntegerPreference()
|
/aosp12/frameworks/base/core/java/org/apache/http/params/ |
H A D | HttpParams.java | 98 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()
|
/aosp12/packages/modules/StatsD/statsd/src/flags/ |
H A D | flags.cpp | 29 string getFlagString(const string& flagName, const string& defaultValue) { in getFlagString() 36 bool getFlagBool(const string& flagName, const string& defaultValue) { in getFlagBool()
|
/aosp12/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/ |
H A D | FakeDeviceConfigInterface.java | 94 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()
|