HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentDataConnectionState (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 478 public abstract int getCurrentDataConnectionState();
494 if (getCurrentDataConnectionState() == ServiceState.STATE_IN_SERVICE) {
512 if (getCurrentDataConnectionState() != ServiceState.STATE_IN_SERVICE) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 381 if (mSST.getCurrentDataConnectionState() == ServiceState.STATE_IN_SERVICE) {
768 } else if (mSST.getCurrentDataConnectionState() != ServiceState.STATE_IN_SERVICE) {
    [all...]
CdmaServiceStateTracker.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 349 mSST.getCurrentDataConnectionState() != ServiceState.STATE_IN_SERVICE) {
395 if (mSST.getCurrentDataConnectionState() == ServiceState.STATE_IN_SERVICE) {
    [all...]
GsmServiceStateTracker.java     [all...]

Completed in 3087 milliseconds