Searched defs:defaultVal (Results 1 – 4 of 4) sorted by relevance
259 public @Nullable String getString(@NonNull String tag, @Nullable String defaultVal) { in getString()272 public int getInteger(@NonNull String tag, int defaultVal) { in getInteger()289 public boolean getBoolean(@NonNull String tag, boolean defaultVal) { in getBoolean()
1043 public boolean isCategoryAllowed(@PriorityCategory int category, boolean defaultVal) { in isCategoryAllowed()1055 public boolean isVisualEffectAllowed(@VisualEffect int effect, boolean defaultVal) { in isVisualEffectAllowed()
640 Rational defaultVal = new Rational(defaultValue, 1); in getValueAsRational() local
8203 public static String getTelephonyProperty(int phoneId, String property, String defaultVal) { in getTelephonyProperty()8233 public static String getTelephonyProperty(String property, String defaultVal) { in getTelephonyProperty()