Searched refs:TRUE_STR (Results 1 – 2 of 2) sorted by relevance
54 static constexpr const char* TRUE_STR = "true"; member in android::installd::RunDex2OatTest::FakeRunDex2Oat80 return value == TRUE_STR; in GetBoolProperty()
125 public static final String TRUE_STR = "true"; field in XmlUtils194 if (s.equals(TRUE_STR)) { in fromString()