Searched defs:ATTR_TYPE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/java/com/android/server/firewall/
H A DSenderFilter.java33 private static final String ATTR_TYPE = "type"; field in class:SenderFilter
60 String typeString = parser.getAttributeValue(null, ATTR_TYPE);
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorImpl.java86 private static final String ATTR_TYPE = "type"; field in class:VideoEditorImpl
1121 final String type = parser.getAttributeValue("", ATTR_TYPE);
1164 final String type = parser.getAttributeValue("", ATTR_TYPE);
1250 final String type = parser.getAttributeValue("", ATTR_TYPE);
1295 final String type = parser.getAttributeValue("", ATTR_TYPE);
1387 serializer.attribute("", ATTR_TYPE,
1419 ATTR_TYPE, overlay.getClass().getSimpleName());
1474 ATTR_TYPE, effect.getClass().getSimpleName());
1534 serializer.attribute("", ATTR_TYPE, transition.getClass().getSimpleName());
/frameworks/base/include/androidfw/
H A DResourceTypes.h1201 ATTR_TYPE = Res_MAKEINTERNAL(0), enumerator in enum:android::ResTable_map::__anon1103
1223 // Bit mask of allowed types, for use with ATTR_TYPE.

Completed in 119 milliseconds