Searched refs:onCellularConnectivityChanged (Results 1 – 9 of 9) sorted by relevance
243 verify(mClientModeManager).onCellularConnectivityChanged( in testCellularDataConnectionOnOff()248 verify(mClientModeManager).onCellularConnectivityChanged( in testCellularDataConnectionOnOff()280 verify(mClientModeManager).onCellularConnectivityChanged( in testCellularDataListenerReset()287 verify(mClientModeManager).onCellularConnectivityChanged( in testCellularDataListenerReset()
8959 mCmi.onCellularConnectivityChanged(WifiDataStall.CELLULAR_DATA_AVAILABLE); in testOnCellularConnectivityChanged()8960 verify(mWifiConfigManager).onCellularConnectivityChanged( in testOnCellularConnectivityChanged()8963 mCmi.onCellularConnectivityChanged(WifiDataStall.CELLULAR_DATA_NOT_AVAILABLE); in testOnCellularConnectivityChanged()8964 verify(mWifiConfigManager).onCellularConnectivityChanged( in testOnCellularConnectivityChanged()8976 mCmi.onCellularConnectivityChanged(WifiDataStall.CELLULAR_DATA_NOT_AVAILABLE); in testOnCellularConnectivityChangedForceConnectivityScan()8981 mCmi.onCellularConnectivityChanged(WifiDataStall.CELLULAR_DATA_NOT_AVAILABLE); in testOnCellularConnectivityChangedForceConnectivityScan()
5640 mWifiConfigManager.onCellularConnectivityChanged(WifiDataStall.CELLULAR_DATA_NOT_AVAILABLE); in testNoCellularDataEnabledNonCarrierMergedWifi()
175 .onCellularConnectivityChanged(mIsCellularDataAvailable in WifiDataStall()229 .onCellularConnectivityChanged(CELLULAR_DATA_UNKNOWN); in resetPhoneStateListener()
219 default void onCellularConnectivityChanged(@WifiDataStall.CellularDataStatusCode int status) {} in onCellularConnectivityChanged() method
209 void onCellularConnectivityChanged(@WifiDataStall.CellularDataStatusCode int status); in onCellularConnectivityChanged() method
1618 public void onCellularConnectivityChanged(@WifiDataStall.CellularDataStatusCode int status) { in onCellularConnectivityChanged() method in ConcreteClientModeManager1619 getClientMode().onCellularConnectivityChanged(status); in onCellularConnectivityChanged()
481 public void onCellularConnectivityChanged(@WifiDataStall.CellularDataStatusCode int status) { in onCellularConnectivityChanged() method in WifiConfigManager
8414 public void onCellularConnectivityChanged(@WifiDataStall.CellularDataStatusCode int status) { in onCellularConnectivityChanged() method in ClientModeImpl8415 mWifiConfigManager.onCellularConnectivityChanged(status); in onCellularConnectivityChanged()