Home
last modified time | relevance | path

Searched defs:assertResult (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
H A DAssertOk.h53 inline ::testing::AssertionResult assertResult(const char* e_expr, const char* r_expr, in assertResult() function
62 inline ::testing::AssertionResult assertResult(const char* e_expr, const char* r_expr, in assertResult() function
70 inline ::testing::AssertionResult assertResult(const char* e_expr, const char* r_expr, in assertResult() function
84 inline ::testing::AssertionResult assertResult(const char* e_expr, const char* r_expr, in assertResult() function
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringServiceTest.java83 public void assertResult(final int expected) { in assertResult() method in TetheringServiceTest.TestTetheringResult
98 public void assertResult(int expected) { in assertResult() method in TetheringServiceTest.MyResultReceiver