Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_persistable_bundle.cpp57 APersistableBundle* otherBundle = APersistableBundle_new(); in TEST_F() local
58 ASSERT_NE(nullptr, otherBundle); in TEST_F()
59 EXPECT_TRUE(APersistableBundle_isEqual(bundle, otherBundle)); in TEST_F()
62 EXPECT_FALSE(APersistableBundle_isEqual(bundle, otherBundle)); in TEST_F()
64 APersistableBundle_putBoolean(otherBundle, "a", true); in TEST_F()
65 EXPECT_TRUE(APersistableBundle_isEqual(bundle, otherBundle)); in TEST_F()
67 APersistableBundle_putBoolean(otherBundle, "a", false); in TEST_F()
68 EXPECT_FALSE(APersistableBundle_isEqual(bundle, otherBundle)); in TEST_F()