Searched refs:putLongVector (Results 1 – 4 of 4) sorted by relevance
89 metrics->putLongVector(android::String16(error_list_name.c_str()), in ExportCounterMetric()137 metrics->putLongVector(android::String16(error_list_name.c_str()), in ExportEventMetric()
61 void putLongVector(const String16& key, const std::vector<int64_t>& value);
117 void putLongVector(const std::vector<int64_t>& value);
202 void PersistableBundle::putLongVector(const String16& key, const vector<int64_t>& value) { in putLongVector() function in android::os::PersistableBundle