HomeSort by relevance Sort by last modified time
    Searched refs:putLongVector (Results 1 - 4 of 4) sorted by null

  /system/tools/aidl/tests/
aidl_test_client_parcelables.cpp 102 non_empty_bundle.putLongVector(String16("test_long_vector"),
  /frameworks/native/libs/binder/include/binder/
PersistableBundle.h 61 void putLongVector(const String16& key, const std::vector<int64_t>& value);
Value.h 117 void putLongVector(const std::vector<int64_t>& value);
  /frameworks/native/libs/binder/
PersistableBundle.cpp 201 void PersistableBundle::putLongVector(const String16& key, const vector<int64_t>& value) {

Completed in 493 milliseconds