Searched refs:mTestListener (Results 1 – 3 of 3) sorted by relevance
47 ImsCallSessionListener mTestListener = new ImsCallSessionListener(mMockListener); in testListenerMayHandoverDeprecated() local48 mTestListener.callSessionMayHandover(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, in testListenerMayHandoverDeprecated()58 ImsCallSessionListener mTestListener = new ImsCallSessionListener(mMockListener); in testListenerHandoverDeprecated() local59 mTestListener.callSessionHandover(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, in testListenerHandoverDeprecated()70 ImsCallSessionListener mTestListener = new ImsCallSessionListener(mMockListener); in testListenerHandoverFailedDeprecated() local71 mTestListener.callSessionHandoverFailed(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, in testListenerHandoverFailedDeprecated()
59 sp<TestInputListener> mTestListener; member in android::InputClassifierTest62 mTestListener = new TestInputListener(); in SetUp()63 mClassifier = new InputClassifier(mTestListener); in SetUp()68 mTestListener.clear(); in TearDown()82 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyConfigurationChangedWasCalled(&outArgs)); in TEST_F()94 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyKeyWasCalled(&outArgs)); in TEST_F()107 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyMotionWasCalled(&args)); in TEST_F()121 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifySwitchWasCalled(&outArgs)); in TEST_F()134 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyDeviceResetWasCalled(&outArgs)); in TEST_F()
1745 sp<TestInputListener> mTestListener; member in android::InputReaderIntegrationTest1751 mTestListener = new TestInputListener(2000ms /*eventHappenedTimeout*/, in SetUp()1754 mReader = new InputReader(std::make_shared<EventHub>(), mFakePolicy, mTestListener); in SetUp()1761 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyConfigurationChangedWasCalled()); in SetUp()1766 mTestListener.clear(); in TearDown()1787 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyConfigurationChangedWasNotCalled()); in TEST_F()1792 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyConfigurationChangedWasNotCalled()); in TEST_F()1801 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyConfigurationChangedWasCalled()); in TEST_F()1822 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyConfigurationChangedWasCalled()); in TEST_F()1832 mTestListener->assertNotifyConfigurationChangedWasCalled(&configChangedArgs)); in TEST_F()[all …]