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

  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyProperties.java 91 static final String CURRENT_ACTIVE_PHONE = "gsm.current.phone-type";
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 339 SystemProperties.getInt(TelephonyProperties.CURRENT_ACTIVE_PHONE,
345 // When the system property CURRENT_ACTIVE_PHONE, has not been set,
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 187 SystemProperties.set(TelephonyProperties.CURRENT_ACTIVE_PHONE,
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 197 SystemProperties.set(TelephonyProperties.CURRENT_ACTIVE_PHONE,
    [all...]

Completed in 53 milliseconds