Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneConstantConversions.java58 public static int convertDataState(PhoneConstants.DataState state) { in convertDataState()
77 public static PhoneConstants.DataState convertDataState(int state) { in convertDataState()
80 return PhoneConstants.DataState.CONNECTING; in convertDataState()
82 return PhoneConstants.DataState.CONNECTED; in convertDataState()
84 return PhoneConstants.DataState.SUSPENDED; in convertDataState()
86 return PhoneConstants.DataState.DISCONNECTING; in convertDataState()
88 return PhoneConstants.DataState.DISCONNECTED; in convertDataState()
DPhoneConstants.java59 public enum DataState { enum in PhoneConstants
/frameworks/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java33 import android.telephony.Annotation.DataState;
57 private @DataState int mState = TelephonyManager.DATA_UNKNOWN;
75 public PreciseDataConnectionState(@DataState int state, in PreciseDataConnectionState()
98 public PreciseDataConnectionState(@DataState int state, in PreciseDataConnectionState()
153 public @DataState int getDataConnectionState() { in getDataConnectionState()
165 public @DataState int getState() { in getState()
DAnnotation.java37 public @interface DataState { annotation in Annotation
DTelephonyManager.java5577 public @interface DataState{} annotation in TelephonyManager
5642 public static String dataStateToString(@DataState int state) { in dataStateToString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java32 import com.android.internal.telephony.PhoneConstants.DataState;
241 DataState getDataConnectionState(String apnType); in getDataConnectionState()
DGsmCdmaPhone.java679 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
680 PhoneConstants.DataState ret = PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
686 ret = PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
696 ret = PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
705 ret = PhoneConstants.DataState.SUSPENDED; in getDataConnectionState()
707 ret = PhoneConstants.DataState.CONNECTED; in getDataConnectionState()
711 ret = PhoneConstants.DataState.CONNECTING; in getDataConnectionState()
714 ret = PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
DPhone.java2577 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
2578 return PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
3555 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestPhoneNotifier.java.broken55 PhoneConstants.DataState state) {
DGsmCdmaPhoneTest.java414 assertEquals(PhoneConstants.DataState.DISCONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
421 assertEquals(PhoneConstants.DataState.DISCONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
429 assertEquals(PhoneConstants.DataState.CONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
436 assertEquals(PhoneConstants.DataState.SUSPENDED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java132 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState()
133 return PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java176 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState()
177 return PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1149 @TelephonyManager.DataState
/frameworks/base/config/
Dpreloaded-classes8737 com.android.internal.telephony.PhoneConstants$DataState
Dboot-image-profile.txt49292 Lcom/android/internal/telephony/PhoneConstants$DataState;