Home
last modified time | relevance | path

Searched defs:getIntegerSubscriptionProperty (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java256 int getIntegerSubscriptionProperty(int subId, String propKey, int defValue); in getIntegerSubscriptionProperty() method
299 public int getIntegerSubscriptionProperty(int subId, String propKey, int defValue) { in getIntegerSubscriptionProperty() method in ImsManager.DefaultSubscriptionManagerProxy
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java2565 public static int getIntegerSubscriptionProperty(int subId, String propKey, int defValue, in getIntegerSubscriptionProperty() method in SubscriptionManager