Searched refs:assertNotCalled (Results 1 – 4 of 4) sorted by relevance
42 ASSERT_NO_FATAL_FAILURE(assertNotCalled<NotifyConfigurationChangedArgs>( in assertNotifyConfigurationChangedWasNotCalled()56 assertNotCalled<NotifyDeviceResetArgs>("notifyDeviceReset() should not be called.")); in assertNotifyDeviceResetWasNotCalled()65 ASSERT_NO_FATAL_FAILURE(assertNotCalled<NotifyKeyArgs>("notifyKey() should not be called.")); in assertNotifyKeyWasNotCalled()76 assertNotCalled<NotifySwitchArgs>("notifySwitch() should not be called.")); in assertNotifyMotionWasNotCalled()106 void TestInputListener::assertNotCalled(std::string message) { in assertNotCalled() function in android::TestInputListener
62 void assertNotCalled(std::string message);
62 assertNotCalled(); in onSuccess()104 assertNotCalled(); in onFailure()113 private void assertNotCalled() { in assertNotCalled() method in FillCallback
77 assertNotCalled(); in onSuccessInternal()110 assertNotCalled(); in onFailure()119 private void assertNotCalled() { in assertNotCalled() method in SaveCallback