Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java28 import com.android.internal.util.TypedProperties;
2098 private static final TypedProperties debugProperties;
2107 final TypedProperties tp = new TypedProperties();
2172 private static void modifyFieldIfSet(final Field field, final TypedProperties properties, in modifyFieldIfSet()
2177 case TypedProperties.STRING_SET: in modifyFieldIfSet()
2180 case TypedProperties.STRING_NULL: in modifyFieldIfSet()
2188 case TypedProperties.STRING_NOT_SET: in modifyFieldIfSet()
2190 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/config/
Dhiddenapi-greylist-max-o.txt49623 Landroid/os/Debug;->debugProperties:Lcom/android/internal/util/TypedProperties;
49657 …modifyFieldIfSet(Ljava/lang/reflect/Field;Lcom/android/internal/util/TypedProperties;Ljava/lang/St…
99779 Lcom/android/internal/util/TypedProperties$ParseException;-><init>(Ljava/io/StreamTokenizer;Ljava/l…
99780 Lcom/android/internal/util/TypedProperties$TypeException;-><init>(Ljava/lang/String;Ljava/lang/Obje…
99781 Lcom/android/internal/util/TypedProperties;-><init>()V
99782 Lcom/android/internal/util/TypedProperties;->getBoolean(Ljava/lang/String;)Z
99783 Lcom/android/internal/util/TypedProperties;->getBoolean(Ljava/lang/String;Z)Z
99784 Lcom/android/internal/util/TypedProperties;->getByte(Ljava/lang/String;)B
99785 Lcom/android/internal/util/TypedProperties;->getByte(Ljava/lang/String;B)B
99786 Lcom/android/internal/util/TypedProperties;->getDouble(Ljava/lang/String;)D
[all …]