Searched refs:EX_NULL_POINTER (Results 1 – 6 of 6) sorted by relevance
102 ASSERT_THAT(status.exceptionCode(), Eq(android::binder::Status::EX_NULL_POINTER)); in TEST_F()108 ASSERT_THAT(status.exceptionCode(), Eq(android::binder::Status::EX_NULL_POINTER)); in TEST_F()
48 EXCEPTION_TO_STRING(EX_NULL_POINTER, "NullPointerException") in exceptionToString()
39 EXCEPTION_CASE(EX_NULL_POINTER); in exceptionToString()
100 return binder::Status::fromExceptionCode(binder::Status::Exception::EX_NULL_POINTER, in getWakeLockStats()
65 EX_NULL_POINTER = -4, enumerator
615 EXPECT_THAT(toString(Status::fromExceptionCode(Status::EX_NULL_POINTER)), in TEST_F()