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.java62 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.java5255 public @interface DataState{} annotation in TelephonyManager
5320 public static String dataStateToString(@DataState int state) { in dataStateToString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java33 import com.android.internal.telephony.PhoneConstants.DataState;
243 DataState getDataConnectionState(String apnType); in getDataConnectionState()
DGsmCdmaPhone.java667 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
668 PhoneConstants.DataState ret = PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
674 ret = PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
684 ret = PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
693 ret = PhoneConstants.DataState.SUSPENDED; in getDataConnectionState()
695 ret = PhoneConstants.DataState.CONNECTED; in getDataConnectionState()
699 ret = PhoneConstants.DataState.CONNECTING; in getDataConnectionState()
702 ret = PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
DPhone.java2569 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
2570 return PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
3547 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestPhoneNotifier.java.broken55 PhoneConstants.DataState state) {
DGsmCdmaPhoneTest.java418 assertEquals(PhoneConstants.DataState.DISCONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
425 assertEquals(PhoneConstants.DataState.DISCONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
433 assertEquals(PhoneConstants.DataState.CONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
440 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.java1156 @TelephonyManager.DataState
/frameworks/base/config/
Dpreloaded-classes4835 com.android.internal.telephony.PhoneConstants$DataState
Dboot-image-profile.txt21971 …ernal/telephony/Phone;Ljava/lang/String;Lcom/android/internal/telephony/PhoneConstants$DataState;)V
21976 …ernal/telephony/Phone;Ljava/lang/String;Lcom/android/internal/telephony/PhoneConstants$DataState;)V
22037 …getDataConnectionState(Ljava/lang/String;)Lcom/android/internal/telephony/PhoneConstants$DataState;
22404 …telephony/Phone;->getDataConnectionState()Lcom/android/internal/telephony/PhoneConstants$DataState;
22504 …eConstantConversions;->convertDataState(I)Lcom/android/internal/telephony/PhoneConstants$DataState;
22505 …eConstantConversions;->convertDataState(Lcom/android/internal/telephony/PhoneConstants$DataState;)I
22506 HSPLcom/android/internal/telephony/PhoneConstants$DataState;-><init>(Ljava/lang/String;I)V
22507 …oid/internal/telephony/PhoneConstants$DataState;->values()[Lcom/android/internal/telephony/PhoneCo…
37726 Lcom/android/internal/telephony/PhoneConstants$DataState;