Home
last modified time | relevance | path

Searched defs:TRUE_VALUE (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DCombinedFormatUtils.java38 public static final String TRUE_VALUE = "true"; field in CombinedFormatUtils
/aosp12/system/tools/aidl/
H A Dast_java.cpp463 std::shared_ptr<Expression> TRUE_VALUE = std::make_shared<LiteralExpression>("true"); variable