Searched refs:mCurrentServiceState (Results 1 – 1 of 1) sorted by relevance
38 private volatile int mCurrentServiceState = ServiceState.STATE_POWER_OFF; field in ConnectivityUtil60 return mCurrentServiceState; in getCurrentServiceState()66 if (mCurrentServiceState != serviceState.getState()) {67 mCurrentServiceState = serviceState.getState();68 onPhoneStateChanged(mCurrentServiceState);74 mCurrentServiceState = (state == TelephonyManager.DATA_DISCONNECTED) ?90 mCurrentServiceState = (PhoneUtils.getDefault().isAirplaneModeOn() ? in register()103 mCurrentServiceState = ServiceState.STATE_POWER_OFF; in unregister()