HomeSort by relevance Sort by last modified time
    Searched defs:UpdateConnectedState (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/wifi/
mac80211_monitor.cc 97 void Mac80211Monitor::UpdateConnectedState(bool new_state) {
mac80211_monitor_unittest.cc 166 void UpdateConnectedState(bool new_state) {
167 mac80211_monitor_.UpdateConnectedState(new_state);
226 TEST_F(Mac80211MonitorTest, UpdateConnectedState) {
227 UpdateConnectedState(false);
230 UpdateConnectedState(true);
234 UpdateConnectedState(false);
241 UpdateConnectedState(false);
255 UpdateConnectedState(false);
263 UpdateConnectedState(false);
277 UpdateConnectedState(true)
    [all...]

Completed in 675 milliseconds