HomeSort by relevance Sort by last modified time
    Searched refs:TelephonyProperties (Results 1 - 25 of 43) sorted by null

1 2

  /frameworks/base/core/java/android/os/
Build.java 19 import com.android.internal.telephony.TelephonyProperties;
70 public static final String RADIO = getString(TelephonyProperties.PROPERTY_BASEBAND_VERSION);
333 return SystemProperties.get(TelephonyProperties.PROPERTY_BASEBAND_VERSION, null);
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 33 import com.android.internal.telephony.TelephonyProperties;
336 SystemProperties.getInt(TelephonyProperties.CURRENT_ACTIVE_PHONE,
364 return SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_ALPHA);
375 return SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC);
385 return "true".equals(SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_ISROAMING));
397 return SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_ISO_COUNTRY);
611 String prop = SystemProperties.get(TelephonyProperties.PROPERTY_SIM_STATE);
641 return SystemProperties.get(TelephonyProperties.PROPERTY_ICC_OPERATOR_NUMERIC);
652 return SystemProperties.get(TelephonyProperties.PROPERTY_ICC_OPERATOR_ALPHA);
659 return SystemProperties.get(TelephonyProperties.PROPERTY_ICC_OPERATOR_ISO_COUNTRY)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyProperties.java 25 public interface TelephonyProperties
  /packages/apps/Settings/src/com/android/settings/
AirplaneModeEnabler.java 30 import com.android.internal.telephony.TelephonyProperties;
123 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) {
WirelessSettings.java 38 import com.android.internal.telephony.TelephonyProperties;
72 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) {
ApnSettings.java 47 import com.android.internal.telephony.TelephonyProperties;
149 + android.os.SystemProperties.get(TelephonyProperties.PROPERTY_ICC_OPERATOR_NUMERIC, "")
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SimCard.java 24 import com.android.internal.telephony.TelephonyProperties;
GsmServiceStateTracker.java 30 import com.android.internal.telephony.TelephonyProperties;
828 phone.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
841 phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_ALPHA,
845 phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC, operatorNumeric);
    [all...]
GsmSMSDispatcher.java 42 import com.android.internal.telephony.TelephonyProperties;
365 String plmn = SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC);
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 19 import com.android.internal.telephony.TelephonyProperties;
345 phone.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
385 phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_ALPHA,
389 phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC, operatorNumeric);
392 phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_ISO_COUNTRY, "");
405 phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_ISO_COUNTRY,
413 phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_ISROAMING,