Searched refs:mLastWfcMode (Results 1 – 2 of 2) sorted by relevance
138 int mLastWfcMode = WIFI_MODE_CELLULAR_PREFERRED; field in QnsEventDispatcher411 switch (mLastWfcMode) { in notifyImmediately()517 mLastWfcMode = QnsUtils.getWfcMode(mQnsImsManager, false); in registerContentObserver()632 if (mLastWfcMode != wfcMode || bForceUpdate) { in notifyCurrentSetting()644 mLastWfcMode = wfcMode; in notifyCurrentSetting()
691 while (dispatcher.mLastWfcMode != mode && now < deadline) { in waitForWfcModeChange()710 assertEquals(QnsConstants.WIFI_PREF, mQnsEventDispatcher.mLastWfcMode); in testLoadWfcSettingsWhenCreate()