Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java20 import com.android.internal.util.TypedProperties;
1851 private static final TypedProperties debugProperties;
1860 final TypedProperties tp = new TypedProperties();
1925 private static void modifyFieldIfSet(final Field field, final TypedProperties properties, in modifyFieldIfSet()
1930 case TypedProperties.STRING_SET: in modifyFieldIfSet()
1933 case TypedProperties.STRING_NULL: in modifyFieldIfSet()
1941 case TypedProperties.STRING_NOT_SET: in modifyFieldIfSet()
1943 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