Home
last modified time | relevance | path

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

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