Searched refs:getCurrentDataConnectionState (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java453 public abstract int getCurrentDataConnectionState(); method in class:ServiceStateTracker
466 if (getCurrentDataConnectionState() == ServiceState.STATE_IN_SERVICE) {
484 if (getCurrentDataConnectionState() != ServiceState.STATE_IN_SERVICE) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java343 if (mSST.getCurrentDataConnectionState() == ServiceState.STATE_IN_SERVICE) {
697 } else if (mSST.getCurrentDataConnectionState() != ServiceState.STATE_IN_SERVICE) {
H A DCdmaServiceStateTracker.java1236 public int getCurrentDataConnectionState() { method in class:CdmaServiceStateTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java301 } else if (mSST.getCurrentDataConnectionState()
344 if (mSST.getCurrentDataConnectionState() == ServiceState.STATE_IN_SERVICE) {
H A DGsmServiceStateTracker.java1398 public int getCurrentDataConnectionState() { method in class:GsmServiceStateTracker

Completed in 67 milliseconds