Home
last modified time | relevance | path

Searched refs:mCurrentServiceState (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
DConnectivityUtil.java31 private volatile int mCurrentServiceState = ServiceState.STATE_POWER_OFF; field in ConnectivityUtil
56 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()