Searched defs:propKey (Results 1 – 5 of 5) sorted by relevance
| /frameworks/base/telephony/java/com/android/internal/telephony/ |
| D | ISub.aidl | 175 void setSubscriptionProperty(int subId, String propKey, String propValue); in setSubscriptionProperty() 177 String getSubscriptionProperty(int subId, String propKey, String callingPackage); in getSubscriptionProperty()
|
| /frameworks/base/telephony/java/android/telephony/ |
| D | SubscriptionManager.java | 1294 public static void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty() 1312 private static String getSubscriptionProperty(int subId, String propKey, in getSubscriptionProperty() 1335 public static boolean getBooleanSubscriptionProperty(int subId, String propKey, in getBooleanSubscriptionProperty() 1356 public static int getIntegerSubscriptionProperty(int subId, String propKey, int defValue, in getIntegerSubscriptionProperty()
|
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
| D | SubscriptionControllerMock.java | 267 public void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty() 271 public String getSubscriptionProperty(int subId, String propKey, String callingPackage) { in getSubscriptionProperty()
|
| /frameworks/base/packages/Osu/src/com/android/hotspot2/ |
| D | OMADMAdapter.java | 362 private static String getProperty(Context context, String key, String propKey, String dflt) { in getProperty()
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| D | SubscriptionController.java | 1708 public void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty() 1747 public String getSubscriptionProperty(int subId, String propKey, String callingPackage) { in getSubscriptionProperty()
|