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

  /system/tools/aidl/tests/
aidl_test_client_parcelables.cpp 99 non_empty_bundle.putBooleanVector(String16("test_bool_vector"),
  /frameworks/native/libs/binder/include/binder/
PersistableBundle.h 59 void putBooleanVector(const String16& key, const std::vector<bool>& value);
Value.h 114 void putBooleanVector(const std::vector<bool>& value);
  /frameworks/native/libs/binder/
PersistableBundle.cpp 191 void PersistableBundle::putBooleanVector(const String16& key, const vector<bool>& value) {

Completed in 49 milliseconds