Home | History | Annotate | Download | only in policy

Lines Matching refs:mServiceState

76     ServiceState mServiceState;
381 mServiceState = state;
453 if (mServiceState != null) {
454 switch (mServiceState.getState()) {
622 if (mServiceState != null) {
623 final int iconIndex = mServiceState.getCdmaEriIconIndex();
625 final int iconMode = mServiceState.getCdmaEriIconMode();
1022 (mServiceState == null || (!hasService() && !mServiceState.isEmergencyOnly()))) {
1270 pw.print(" mServiceState=");
1271 pw.println(mServiceState);