Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMAPhone.java105 CdmaServiceStateTracker mSST; field in CDMAPhone
153 mSST = new CdmaServiceStateTracker(this); in initSstIcc()
170 mSST.registerForNetworkAttached(this, EVENT_REGISTERED_TO_NETWORK, null); in init()
230 mSST.unregisterForNetworkAttached(this); //EVENT_REGISTERED_TO_NETWORK in dispose()
240 mSST.dispose(); in dispose()
254 mSST = null; in removeReferences()
272 if (mSST == null || mSST.mSS.getState() != ServiceState.STATE_IN_SERVICE) { in getServiceState()
275 (mSST == null) ? new ServiceState() : mSST.mSS, in getServiceState()
280 if (mSST != null) { in getServiceState()
281 return mSST.mSS; in getServiceState()
[all …]
DCDMALTEPhone.java98 mSST = new CdmaLteServiceStateTracker(this); in initSstIcc()
150 if (mSST == null) { in getDataConnectionState()
168 !mSST.isConcurrentVoiceAndDataAllowed()) { in getDataConnectionState()
320 mSST.registerForNetworkAttached(this, EVENT_REGISTERED_TO_NETWORK, null); in init()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java110 GsmServiceStateTracker mSST; field in GSMPhone
156 mSST = new GsmServiceStateTracker(this); in GSMPhone()
169 mSST.registerForNetworkAttached(this, EVENT_REGISTERED_TO_NETWORK, null); in GSMPhone()
191 mSST = new GsmServiceStateTracker(this); in GSMPhone()
204 mSST.registerForNetworkAttached(this, EVENT_REGISTERED_TO_NETWORK, null); in GSMPhone()
227 mSST.unregisterForNetworkAttached(this); //EVENT_REGISTERED_TO_NETWORK in dispose()
237 mSST.dispose(); in dispose()
250 mSST = null; in removeReferences()
263 if (mSST == null || mSST.mSS.getState() != ServiceState.STATE_IN_SERVICE) { in getServiceState()
266 (mSST == null) ? new ServiceState() : mSST.mSS, in getServiceState()
[all …]
DGsmConnection.java360 if (phone.mSST.mRestrictedState.isCsRestricted()) { in disconnectCauseFromCode()
362 } else if (phone.mSST.mRestrictedState.isCsEmergencyRestricted()) { in disconnectCauseFromCode()
364 } else if (phone.mSST.mRestrictedState.isCsNormalRestricted()) { in disconnectCauseFromCode()