Home
last modified time | relevance | path

Searched defs:defValue (Results 1 – 25 of 738) sorted by relevance

12345678910>>...30

/aosp_15_r20/frameworks/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java251 public boolean getBoolean(int index, boolean defValue) { in getBoolean()
266 public int getInt(int index, int defValue) { in getInt()
292 public float getFloat(int index, float defValue) { in getFloat()
320 public int getColor(int index, int defValue) { in getColor()
366 public int getInteger(int index, int defValue) { in getInteger()
387 public float getDimension(int index, float defValue) { in getDimension()
425 public int getDimensionPixelOffset(int index, int defValue) { in getDimensionPixelOffset()
448 public int getDimensionPixelSize(int index, int defValue) { in getDimensionPixelSize()
523 public int getLayoutDimension(int index, int defValue) { in getLayoutDimension()
543 public float getFraction(int index, int base, int pbase, float defValue) { in getFraction()
[all …]
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/
H A DParseUtils.java32 public static int parseInt(@Nullable String value, int defValue) { in parseInt()
37 public static int parseIntWithBase(@Nullable String value, int base, int defValue) { in parseIntWithBase()
49 public static long parseLong(@Nullable String value, long defValue) { in parseLong()
54 public static long parseLongWithBase(@Nullable String value, int base, long defValue) { in parseLongWithBase()
66 public static float parseFloat(@Nullable String value, float defValue) { in parseFloat()
78 public static double parseDouble(@Nullable String value, double defValue) { in parseDouble()
90 public static boolean parseBoolean(@Nullable String value, boolean defValue) { in parseBoolean()
/aosp_15_r20/prebuilts/vndk/v30/x86/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v31/arm/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v34/x86/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v32/x86/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v31/x86/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v30/arm/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/hardware/interfaces/configstore/utils/include/configstore/
H A DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v33/x86/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v34/arm/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v32/arm/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/prebuilts/vndk/v33/arm/include/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()
/aosp_15_r20/frameworks/base/core/java/android/content/res/
H A DTypedArray.java385 public boolean getBoolean(@StyleableRes int index, boolean defValue) { in getBoolean()
424 public int getInt(@StyleableRes int index, int defValue) { in getInt()
461 public float getFloat(@StyleableRes int index, float defValue) { in getFloat()
510 public int getColor(@StyleableRes int index, @ColorInt int defValue) { in getColor()
632 public int getInteger(@StyleableRes int index, int defValue) { in getInteger()
681 public float getDimension(@StyleableRes int index, float defValue) { in getDimension()
730 public int getDimensionPixelOffset(@StyleableRes int index, int defValue) { in getDimensionPixelOffset()
780 public int getDimensionPixelSize(@StyleableRes int index, int defValue) { in getDimensionPixelSize()
865 public int getLayoutDimension(@StyleableRes int index, int defValue) { in getLayoutDimension()
901 public float getFraction(@StyleableRes int index, int base, int pbase, float defValue) { in getFraction()
[all …]
/aosp_15_r20/packages/services/Telephony/src/com/android/phone/vvm/
DVisualVoicemailPreferences.java96 public boolean getBoolean(String key, boolean defValue) { in getBoolean()
101 public float getFloat(String key, float defValue) { in getFloat()
105 public int getInt(String key, int defValue) { in getInt()
110 public long getLong(String key, long defValue) { in getLong()
114 public String getString(String key, String defValue) { in getString()
124 public Set<String> getStringSet(String key, Set<String> defValue) { in getStringSet()
132 private <T> T getValue(String key, T defValue) { in getValue()

12345678910>>...30