Searched defs:tryParseBool (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/ | ||
H A D | ResourceUtils.cpp | 389 bool tryParseBool(const StringPiece16& str, bool* outValue) { function in namespace:aapt::ResourceUtils 405 std::unique_ptr<BinaryPrimitive> tryParseBool(const StringPiece16& str) { function in namespace:aapt::ResourceUtils 407 if (tryParseBool(str, &result)) { 503 std::unique_ptr<BinaryPrimitive> boolean = tryParseBool(value); |
/frameworks/base/services/core/java/com/android/server/notification/ | ||
H A D | RankingHelper.java | 312 private static boolean tryParseBool(String value, boolean defValue) { method in class:RankingHelper |
Completed in 73 milliseconds