Searched refs:onSoftApChannelSwitched (Results 1 – 4 of 4) sorted by relevance
45 void onSoftApChannelSwitched(int frequency, int bandwidth); in onSoftApChannelSwitched() method
37 MOCK_METHOD2(onSoftApChannelSwitched, ::android::binder::Status(int, int));
153 EXPECT_CALL(*callback, onSoftApChannelSwitched(kTestChannelFrequency, in TEST_F()
73 ap_interface_event_callback_->onSoftApChannelSwitched(frequency, bandwidth); in NotifySoftApChannelSwitched()