Searched refs:mCurrentServiceState (Results 1 – 1 of 1) sorted by relevance
31 private volatile int mCurrentServiceState = ServiceState.STATE_POWER_OFF; field in ConnectivityUtil56 return mCurrentServiceState; in getCurrentServiceState()62 if (mCurrentServiceState != serviceState.getState()) {63 mCurrentServiceState = serviceState.getState();64 onPhoneStateChanged(mCurrentServiceState);70 mCurrentServiceState = (state == TelephonyManager.DATA_DISCONNECTED) ?93 mCurrentServiceState = (PhoneUtils.getDefault().isAirplaneModeOn() ? in register()109 mCurrentServiceState = ServiceState.STATE_POWER_OFF; in unregister()