Home
last modified time | relevance | path

Searched refs:DataState (Results 1 – 17 of 17) 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/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java50 private @TelephonyManager.DataState int mState = TelephonyManager.DATA_UNKNOWN;
63 public PreciseDataConnectionState(@TelephonyManager.DataState int state, in PreciseDataConnectionState()
102 public @TelephonyManager.DataState int getDataConnectionState() { in getDataConnectionState()
DTelephonyManager.java4912 public @interface DataState{} annotation in TelephonyManager
4956 public static String dataStateToString(@DataState int state) { in dataStateToString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java163 PhoneConstants.DataState state) { in notifyDataConnection()
168 PhoneConstants.DataState state) { in doNotifyDataConnection()
182 if (state == PhoneConstants.DataState.CONNECTED) { in doNotifyDataConnection()
DPhoneInternalInterface.java31 import com.android.internal.telephony.PhoneConstants.DataState;
237 DataState getDataConnectionState(String apnType); in getDataConnectionState()
DPhoneNotifier.java51 void notifyDataConnection(Phone sender, String apnType, PhoneConstants.DataState state); in notifyDataConnection()
DGsmCdmaPhone.java590 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
591 PhoneConstants.DataState ret = PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
597 ret = PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
607 ret = PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
617 ret = PhoneConstants.DataState.SUSPENDED; in getDataConnectionState()
619 ret = PhoneConstants.DataState.CONNECTED; in getDataConnectionState()
623 ret = PhoneConstants.DataState.CONNECTING; in getDataConnectionState()
626 ret = PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
DPhone.java2369 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
2370 return PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
3236 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestPhoneNotifier.java.broken55 PhoneConstants.DataState state) {
DGsmCdmaPhoneTest.java260 assertEquals(PhoneConstants.DataState.DISCONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
267 assertEquals(PhoneConstants.DataState.DISCONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
275 assertEquals(PhoneConstants.DataState.CONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
282 assertEquals(PhoneConstants.DataState.SUSPENDED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java133 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState()
134 return PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java182 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState()
183 return PhoneConstants.DataState.DISCONNECTED; in getDataConnectionState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java559 PhoneConstants.DataState state) { in notifyDataConnection()
831 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState()
/frameworks/base/config/
Dhiddenapi-greylist.txt1410 …id/internal/telephony/PhoneConstants$DataState;->CONNECTED:Lcom/android/internal/telephony/PhoneCo…
1411 …id/internal/telephony/PhoneConstants$DataState;->CONNECTING:Lcom/android/internal/telephony/PhoneC…
1412 …d/internal/telephony/PhoneConstants$DataState;->DISCONNECTED:Lcom/android/internal/telephony/Phone…
1413 …id/internal/telephony/PhoneConstants$DataState;->SUSPENDED:Lcom/android/internal/telephony/PhoneCo…
1414 …oid/internal/telephony/PhoneConstants$DataState;->values()[Lcom/android/internal/telephony/PhoneCo…
Dpreloaded-classes4835 com.android.internal.telephony.PhoneConstants$DataState
Dboot-image-profile.txt21972 …ernal/telephony/Phone;Ljava/lang/String;Lcom/android/internal/telephony/PhoneConstants$DataState;)V
21977 …ernal/telephony/Phone;Ljava/lang/String;Lcom/android/internal/telephony/PhoneConstants$DataState;)V
22038 …getDataConnectionState(Ljava/lang/String;)Lcom/android/internal/telephony/PhoneConstants$DataState;
22405 …telephony/Phone;->getDataConnectionState()Lcom/android/internal/telephony/PhoneConstants$DataState;
22505 …eConstantConversions;->convertDataState(I)Lcom/android/internal/telephony/PhoneConstants$DataState;
22506 …eConstantConversions;->convertDataState(Lcom/android/internal/telephony/PhoneConstants$DataState;)I
22507 HSPLcom/android/internal/telephony/PhoneConstants$DataState;-><init>(Ljava/lang/String;I)V
22508 …oid/internal/telephony/PhoneConstants$DataState;->values()[Lcom/android/internal/telephony/PhoneCo…
37727 Lcom/android/internal/telephony/PhoneConstants$DataState;