Home
last modified time | relevance | path

Searched refs:outBools (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_persistable_bundle.cpp239 bool* outBools = nullptr; in TEST_F() local
240 EXPECT_EQ(APersistableBundle_getBooleanVector(bundle, "not the right key", outBools, 0), in TEST_F()
260 bool* outBools = nullptr; in TEST_F() local
261 EXPECT_EQ(APersistableBundle_getBooleanVector(bundle, "key", outBools, 0), 0); in TEST_F()