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

/frameworks/base/core/java/android/os/
H A DDebug.java19 import com.android.internal.util.TypedProperties;
1078 private static final TypedProperties debugProperties;
1087 final TypedProperties tp = new TypedProperties();
1152 private static void modifyFieldIfSet(final Field field, final TypedProperties properties,
1157 case TypedProperties.STRING_SET:
1160 case TypedProperties.STRING_NULL:
1168 case TypedProperties.STRING_NOT_SET:
1170 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 48 milliseconds