Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestInputListener.cpp42 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
DTestInputListener.h62 void assertNotCalled(std::string message);
/frameworks/base/core/java/android/service/autofill/
DFillCallback.java62 assertNotCalled(); in onSuccess()
104 assertNotCalled(); in onFailure()
113 private void assertNotCalled() { in assertNotCalled() method in FillCallback
DSaveCallback.java77 assertNotCalled(); in onSuccessInternal()
110 assertNotCalled(); in onFailure()
119 private void assertNotCalled() { in assertNotCalled() method in SaveCallback