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;
1325 private static final TypedProperties debugProperties;
1334 final TypedProperties tp = new TypedProperties();
1399 private static void modifyFieldIfSet(final Field field, final TypedProperties properties,
1404 case TypedProperties.STRING_SET:
1407 case TypedProperties.STRING_NULL:
1415 case TypedProperties.STRING_NOT_SET:
1417 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 101 milliseconds