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

/frameworks/base/tools/aapt/
H A DResource.cpp2888 bool keepTag = false; local
2898 keepTag = true;
2917 keepTag = true;
2920 if (!keepTag && inApplication && depth == 3) {
2922 keepTag = true;
2925 if (keepTag) {
2933 keepTag = name.length() > 0;
2935 if (keepTag && mainDex) {
2945 keepTag = process.length() > 0 && process.find(":") != 0;
2948 if (keepTag) {
[all...]

Completed in 64 milliseconds