Searched refs:getTelephonyProperty (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 2323 Integer type = getTelephonyProperty( in getPhoneTypeFromProperty() 2338 Integer mode = getTelephonyProperty(phoneId, TelephonyProperties.default_network(), null); in getPhoneTypeFromNetworkType() 2437 return getTelephonyProperty(phoneId, TelephonyProperties.operator_alpha(), ""); in getNetworkOperatorName() 2481 return getTelephonyProperty(phoneId, TelephonyProperties.operator_numeric(), ""); in getNetworkOperatorForPhone() 2545 return getTelephonyProperty(phoneId, TelephonyProperties.operator_is_roaming(), false); in isNetworkRoaming() 3487 return getTelephonyProperty(phoneId, TelephonyProperties.icc_operator_numeric(), ""); in getSimOperatorNumericForPhone() 3524 return getTelephonyProperty(phoneId, TelephonyProperties.icc_operator_alpha(), ""); in getSimOperatorNameForPhone() 3556 return getTelephonyProperty(phoneId, TelephonyProperties.icc_operator_iso_country(), ""); in getSimCountryIsoForPhone() 6826 public static String getTelephonyProperty(int phoneId, String property, String defaultVal) { in getTelephonyProperty() method in TelephonyManager 6841 private static <T> T getTelephonyProperty(int phoneId, List<T> prop, T defaultValue) { in getTelephonyProperty() method in TelephonyManager [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaPhone.java | 2051 return TelephonyManager.getTelephonyProperty(mPhoneId, property, defValue); in getSystemProperty()
|
D | ServiceStateTracker.java | 4982 return TelephonyManager.getTelephonyProperty(mPhone.getPhoneId(), property, defValue); in getSystemProperty()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14399 HSPLandroid/telephony/TelephonyManager;->getTelephonyProperty(ILjava/lang/String;Ljava/lang/String;…
|