Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/symbol/
Dversion_script_parser.cpp97 std::optional<utils::ApiLevel> intro = utils::ParseApiLevel( in ParseSymbolTags() local
99 if (!intro) { in ParseSymbolTags()
104 result.introduced_ = intro.value(); in ParseSymbolTags()
111 std::optional<utils::ApiLevel> intro = utils::ParseApiLevel( in ParseSymbolTags() local
113 if (!intro) { in ParseSymbolTags()
118 result.introduced_ = intro.value(); in ParseSymbolTags()
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/fragments/
DDataFragment.java47 mIntroText = (TextView) view.findViewById(R.id.intro); in onCreateView()