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.java62 public static int convertDataState(PhoneConstants.DataState state) { in convertDataState()
79 public static PhoneConstants.DataState convertDataState(int state) { in convertDataState()
82 return PhoneConstants.DataState.CONNECTING; in convertDataState()
84 return PhoneConstants.DataState.CONNECTED; in convertDataState()
86 return PhoneConstants.DataState.SUSPENDED; in convertDataState()
88 return PhoneConstants.DataState.DISCONNECTED; in convertDataState()
DPhoneConstants.java49 public enum DataState { enum in PhoneConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java143 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState()
144 return PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
148 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
149 return PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java192 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState()
193 return PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
197 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
198 return PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java155 PhoneConstants.DataState state) { in notifyDataConnection()
160 PhoneConstants.DataState state) { in doNotifyDataConnection()
173 if (state == PhoneConstants.DataState.CONNECTED) { in doNotifyDataConnection()
DPhoneNotifier.java44 PhoneConstants.DataState state); in notifyDataConnection()
DPhoneInternalInterface.java32 import com.android.internal.telephony.PhoneConstants.DataState;
270 DataState getDataConnectionState(String apnType); in getDataConnectionState()
DGsmCdmaPhone.java517 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
518 PhoneConstants.DataState ret = PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
524 ret = PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
534 ret = PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
541 ret = PhoneConstants.DataState.SUSPENDED; in getDataConnectionState()
543 ret = PhoneConstants.DataState.CONNECTED; in getDataConnectionState()
547 ret = PhoneConstants.DataState.CONNECTING; in getDataConnectionState()
550 ret = PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
DPhone.java2157 PhoneConstants.DataState state) { in notifyDataConnection()
2961 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestPhoneNotifier.java.broken55 PhoneConstants.DataState state) {
DGsmCdmaPhoneTest.java294 assertEquals(PhoneConstants.DataState.DISCONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
301 assertEquals(PhoneConstants.DataState.DISCONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
309 assertEquals(PhoneConstants.DataState.CONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
316 assertEquals(PhoneConstants.DataState.SUSPENDED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java40 import com.android.internal.telephony.PhoneConstants.DataState;
561 PhoneConstants.DataState state) { in notifyDataConnection()
833 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState()
1081 public DataState getDataConnectionState(String apnType) { in getDataConnectionState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java587 eq(PhoneConstants.DataState.DISCONNECTED)); in testDataSetup()
598 eq(PhoneConstants.DataState.DISCONNECTED)); in testDataSetup()
605 eq(PhoneConstants.DataState.DISCONNECTED)); in testDataSetup()
661 eq(PhoneConstants.DataState.DISCONNECTED)); in testDataRetry()
672 eq(PhoneConstants.DataState.DISCONNECTED)); in testDataRetry()
679 eq(PhoneConstants.DataState.DISCONNECTED)); in testDataRetry()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1528 PhoneConstants.DataState.DISCONNECTED); in notifyOffApnsOfAvailability()
/frameworks/base/config/
Dboot-image-profile.txt39772 …one;Ljava/lang/String;Ljava/lang/String;Lcom/android/internal/telephony/PhoneConstants$DataState;)V
39776 …one;Ljava/lang/String;Ljava/lang/String;Lcom/android/internal/telephony/PhoneConstants$DataState;)V
39823 …getDataConnectionState(Ljava/lang/String;)Lcom/android/internal/telephony/PhoneConstants$DataState;
40442 …telephony/Phone;->getDataConnectionState()Lcom/android/internal/telephony/PhoneConstants$DataState;
40473 …ion(Ljava/lang/String;Ljava/lang/String;Lcom/android/internal/telephony/PhoneConstants$DataState;)V
40521 …eConstantConversions;->convertDataState(I)Lcom/android/internal/telephony/PhoneConstants$DataState;
40522 …eConstantConversions;->convertDataState(Lcom/android/internal/telephony/PhoneConstants$DataState;)I
40523 HSPLcom/android/internal/telephony/PhoneConstants$DataState;-><init>(Ljava/lang/String;I)V
40524 …oid/internal/telephony/PhoneConstants$DataState;->values()[Lcom/android/internal/telephony/PhoneCo…
40541 …one;Ljava/lang/String;Ljava/lang/String;Lcom/android/internal/telephony/PhoneConstants$DataState;)V
[all …]