Searched refs:putLongVector (Results 1 – 7 of 7) sorted by relevance
81 metrics->putLongVector(android::String16(error_list_name.c_str()), in ExportCounterMetric()129 metrics->putLongVector(android::String16(error_list_name.c_str()), in ExportEventMetric()
61 void putLongVector(const String16& key, const std::vector<int64_t>& value);
86 p_bundle->putLongVector(*key, value);
129 pBundle->mPBundle.putLongVector(android::String16(key), newVec); in APersistableBundle_putLongVector()
233 void putLongVector(const std::string& key, const std::vector<int64_t>& vec) { in putLongVector() function
206 void PersistableBundle::putLongVector(const String16& key, const vector<int64_t>& value) { in putLongVector() function in android::os::PersistableBundle