Home
last modified time | relevance | path

Searched defs:string_value (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/proto/android/stats/devicepolicy/
Ddevice_policy.proto23 repeated string string_value = 1; field
/frameworks/base/core/proto/android/service/
Druntime.proto39 optional string string_value = 2; field
/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener.cpp271 String* string_value = ValueCast<String>(xml_attr->compiled_value.get()); in WriteAttributes() local
/frameworks/base/tools/aapt2/
DResourceParser.cpp821 if (String* string_value = ValueCast<String>(out_resource->value.get())) { in ParseString() local
838 } else if (StyledString* string_value = ValueCast<StyledString>(out_resource->value.get())) { in ParseString() local