Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp670 int32_t counti; in TEST_F() local
677 ASSERT_THAT(replyi.readInt32(&counti), StatusEq(NO_ERROR)); in TEST_F()
678 EXPECT_EQ(1, counti); in TEST_F()