Home
last modified time | relevance | path

Searched refs:TypedProperties (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
DDebug.java29 import com.android.internal.util.TypedProperties;
2268 private static final TypedProperties debugProperties;
2277 final TypedProperties tp = new TypedProperties();
2342 private static void modifyFieldIfSet(final Field field, final TypedProperties properties, in modifyFieldIfSet()
2347 case TypedProperties.STRING_SET: in modifyFieldIfSet()
2350 case TypedProperties.STRING_NULL: in modifyFieldIfSet()
2358 case TypedProperties.STRING_NOT_SET: in modifyFieldIfSet()
2360 case TypedProperties.STRING_TYPE_MISMATCH: in modifyFieldIfSet()
/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java30 public class TypedProperties extends HashMap<String, Object> { class
342 public TypedProperties() { in TypedProperties() method in TypedProperties
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt35141 Landroid/os/Debug;->debugProperties:Lcom/android/internal/util/TypedProperties;
35175 …modifyFieldIfSet(Ljava/lang/reflect/Field;Lcom/android/internal/util/TypedProperties;Ljava/lang/St…
84703 Lcom/android/internal/util/TypedProperties$ParseException;-><init>(Ljava/io/StreamTokenizer;Ljava/l…
84704 Lcom/android/internal/util/TypedProperties$TypeException;-><init>(Ljava/lang/String;Ljava/lang/Obje…
84705 Lcom/android/internal/util/TypedProperties;-><init>()V
84706 Lcom/android/internal/util/TypedProperties;->getBoolean(Ljava/lang/String;)Z
84707 Lcom/android/internal/util/TypedProperties;->getBoolean(Ljava/lang/String;Z)Z
84708 Lcom/android/internal/util/TypedProperties;->getByte(Ljava/lang/String;)B
84709 Lcom/android/internal/util/TypedProperties;->getByte(Ljava/lang/String;B)B
84710 Lcom/android/internal/util/TypedProperties;->getDouble(Ljava/lang/String;)D
[all …]