Searched refs:getTelephonyProperty (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | TelephonyManager.java | 2510 Integer type = getTelephonyProperty( in getPhoneTypeFromProperty() 2624 return getTelephonyProperty(phoneId, TelephonyProperties.operator_alpha(), ""); in getNetworkOperatorName() 2668 return getTelephonyProperty(phoneId, TelephonyProperties.operator_numeric(), ""); in getNetworkOperatorForPhone() 2732 return getTelephonyProperty(phoneId, TelephonyProperties.operator_is_roaming(), false); in isNetworkRoaming() 3689 return getTelephonyProperty(phoneId, TelephonyProperties.icc_operator_numeric(), ""); in getSimOperatorNumericForPhone() 3726 return getTelephonyProperty(phoneId, TelephonyProperties.icc_operator_alpha(), ""); in getSimOperatorNameForPhone() 7529 private static <T> T getTelephonyProperty(int phoneId, List<T> prop, T defaultValue) { in getTelephonyProperty() method in TelephonyManager 7544 public static String getTelephonyProperty(String property, String defaultVal) { in getTelephonyProperty() method in TelephonyManager 10860 return getTelephonyProperty(phoneId, TelephonyProperties.baseband_version(), ""); in getBasebandVersionForPhone() 10917 return getTelephonyProperty( in getOtaSpNumberSchemaForPhone() [all …]
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | GsmCdmaPhone.java | 2196 return TelephonyManager.getTelephonyProperty(mPhoneId, property, defValue); in getSystemProperty()
|
H A D | ServiceStateTracker.java | 5414 return TelephonyManager.getTelephonyProperty(mPhone.getPhoneId(), property, defValue); in getSystemProperty()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 14945 HSPLandroid/telephony/TelephonyManager;->getTelephonyProperty(ILjava/util/List;Ljava/lang/Object;)L…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 14994 HSPLandroid/telephony/TelephonyManager;->getTelephonyProperty(ILjava/util/List;Ljava/lang/Object;)L…
|