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

  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyProperties.java 66 static final String PROPERTY_OPERATOR_ISROAMING = "gsm.operator.isroaming";
  /packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java 180 TelephonyProperties.PROPERTY_OPERATOR_ISROAMING, null);
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 388 return "true".equals(SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_ISROAMING));
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 411 phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_ISROAMING,
CdmaServiceStateTracker.java     [all...]
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 543 SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_ISROAMING));
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java     [all...]

Completed in 74 milliseconds