Home | History | Annotate | Download | only in aapt

Lines Matching refs:Level

13     enum Level {
22 Level level;
26 ErrorPos(const String8& file, int line, const String8& error, Level level);
35 :line(-1), level(NOTE)
43 level(that.level)
47 ErrorPos::ErrorPos(const String8& f, int l, const String8& e, Level lev)
51 level(lev)
61 this->level = rhs.level;
69 switch (level) {