Searched refs:kKeyTag (Results 1 – 2 of 2) sorted by relevance
29 const android::String8 kKeyTag("k"); variable148 if (jsonObject.find(kKeyTag) >= 0) { in findKey()149 findValue(kKeyTag, encodedKey); in findKey()
28 const std::string kKeyTag("k"); variable140 if (jsonObject.find(kKeyTag) != std::string::npos) { in findKey()141 findValue(kKeyTag, encodedKey); in findKey()