Searched refs:kKeysTag (Results 1 – 2 of 2) sorted by relevance
26 const android::String8 kKeysTag("keys"); variable171 if (jsonObject.find(kKeysTag) == -1) { in isJsonWebKeySet()
26 const std::string kKeysTag("keys"); variable175 if (jsonObject.find(kKeysTag) == std::string::npos) { in isJsonWebKeySet()