Home | History | Annotate | Download | only in policy

Lines Matching defs:mServiceState

70     private ServiceState mServiceState;
323 if (mServiceState != null) {
330 switch (mServiceState.getVoiceRegState()) {
335 return mServiceState.getDataRegState() == ServiceState.STATE_IN_SERVICE;
349 return (mServiceState != null && mServiceState.isEmergencyOnly());
357 if (isCdma() && mServiceState != null) {
358 final int iconMode = mServiceState.getCdmaEriIconMode();
359 return mServiceState.getCdmaEriIconIndex() != EriInfo.ROAMING_INDICATOR_OFF
363 return mServiceState != null && mServiceState.getRoaming();
443 * Updates the current state based on mServiceState, mSignalStrength, mDataNetType,
479 if (mCurrentState.networkName == mNetworkNameDefault && mServiceState != null
480 && !TextUtils.isEmpty(mServiceState.getOperatorAlphaShort())) {
481 mCurrentState.networkName = mServiceState.getOperatorAlphaShort();
504 pw.println(" mServiceState=" + mServiceState + ",");
531 mServiceState = state;
534 if (mDataNetType == TelephonyManager.NETWORK_TYPE_LTE && mServiceState != null &&
535 mServiceState.isUsingCarrierAggregation()) {
550 if (mDataNetType == TelephonyManager.NETWORK_TYPE_LTE && mServiceState != null &&
551 mServiceState.isUsingCarrierAggregation()) {