Searched refs:onCellularConnectivityChanged (Results 1 – 9 of 9) sorted by relevance
242 verify(mClientModeManager).onCellularConnectivityChanged( in testCellularDataConnectionOnOff()247 verify(mClientModeManager).onCellularConnectivityChanged( in testCellularDataConnectionOnOff()279 verify(mClientModeManager).onCellularConnectivityChanged( in testCellularDataListenerReset()286 verify(mClientModeManager).onCellularConnectivityChanged( in testCellularDataListenerReset()
6401 mCmi.onCellularConnectivityChanged(WifiDataStall.CELLULAR_DATA_AVAILABLE); in testOnCellularConnectivityChanged()6402 verify(mWifiConfigManager).onCellularConnectivityChanged( in testOnCellularConnectivityChanged()6405 mCmi.onCellularConnectivityChanged(WifiDataStall.CELLULAR_DATA_NOT_AVAILABLE); in testOnCellularConnectivityChanged()6406 verify(mWifiConfigManager).onCellularConnectivityChanged( in testOnCellularConnectivityChanged()6418 mCmi.onCellularConnectivityChanged(WifiDataStall.CELLULAR_DATA_NOT_AVAILABLE); in testOnCellularConnectivityChangedForceConnectivityScan()6423 mCmi.onCellularConnectivityChanged(WifiDataStall.CELLULAR_DATA_NOT_AVAILABLE); in testOnCellularConnectivityChangedForceConnectivityScan()
5172 mWifiConfigManager.onCellularConnectivityChanged(WifiDataStall.CELLULAR_DATA_NOT_AVAILABLE); in testNoCellularDataEnabledNonCarrierMergedWifi()
170 default void onCellularConnectivityChanged(@WifiDataStall.CellularDataStatusCode int status) {} in onCellularConnectivityChanged() method
148 void onCellularConnectivityChanged(@WifiDataStall.CellularDataStatusCode int status); in onCellularConnectivityChanged() method
175 .onCellularConnectivityChanged(mIsCellularDataAvailable in WifiDataStall()229 .onCellularConnectivityChanged(CELLULAR_DATA_UNKNOWN); in resetPhoneStateListener()
1334 public void onCellularConnectivityChanged(@WifiDataStall.CellularDataStatusCode int status) { in onCellularConnectivityChanged() method in ConcreteClientModeManager1335 getClientMode().onCellularConnectivityChanged(status); in onCellularConnectivityChanged()
415 public void onCellularConnectivityChanged(@WifiDataStall.CellularDataStatusCode int status) { in onCellularConnectivityChanged() method in WifiConfigManager
6415 public void onCellularConnectivityChanged(@WifiDataStall.CellularDataStatusCode int status) {6416 mWifiConfigManager.onCellularConnectivityChanged(status);