Searched refs:TypedProperties (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DDebug.java20 import com.android.internal.util.TypedProperties;
1971 private static final TypedProperties debugProperties;
1980 final TypedProperties tp = new TypedProperties();
2045 private static void modifyFieldIfSet(final Field field, final TypedProperties properties,
2050 case TypedProperties.STRING_SET:
2053 case TypedProperties.STRING_NULL:
2061 case TypedProperties.STRING_NOT_SET:
2063 case TypedProperties.STRING_TYPE_MISMATCH:
/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java30 public class TypedProperties extends HashMap<String, Object> { class in inherits:HashMap
33 * appropriately for the {@code TypedProperties} file format.
88 static final String NULL_STRING = new String("<TypedProperties:NULL_STRING>");
340 * Creates an empty TypedProperties instance.
342 public TypedProperties() { method in class:TypedProperties

Completed in 74 milliseconds