Home
last modified time | relevance | path

Searched refs:propKey (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DISub.aidl186 void setSubscriptionProperty(int subId, String propKey, String propValue); in setSubscriptionProperty() argument
188 String getSubscriptionProperty(int subId, String propKey, String callingPackage); in getSubscriptionProperty() argument
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java1315 public static void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty() argument
1319 iSub.setSubscriptionProperty(subId, propKey, propValue); in setSubscriptionProperty()
1333 private static String getSubscriptionProperty(int subId, String propKey, in getSubscriptionProperty() argument
1339 resultValue = iSub.getSubscriptionProperty(subId, propKey, in getSubscriptionProperty()
1356 public static boolean getBooleanSubscriptionProperty(int subId, String propKey, in getBooleanSubscriptionProperty() argument
1358 String result = getSubscriptionProperty(subId, propKey, context); in getBooleanSubscriptionProperty()
1377 public static int getIntegerSubscriptionProperty(int subId, String propKey, int defValue, in getIntegerSubscriptionProperty() argument
1379 String result = getSubscriptionProperty(subId, propKey, context); in getIntegerSubscriptionProperty()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DSubscriptionControllerMock.java271 public void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty() argument
275 public String getSubscriptionProperty(int subId, String propKey, String callingPackage) { in getSubscriptionProperty() argument
/frameworks/base/packages/Osu/src/com/android/hotspot2/
DOMADMAdapter.java362 private static String getProperty(Context context, String key, String propKey, String dflt) { in getProperty() argument
365 strMan = SystemProperties.get(propKey, dflt); in getProperty()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DOMADMAdapter.java354 private static String getProperty(Context context, String key, String propKey, String dflt) { in getProperty() argument
357 strMan = SystemProperties.get(propKey, dflt); in getProperty()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java1755 public void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty() argument
1760 switch (propKey) { in setSubscriptionProperty()
1773 value.put(propKey, Integer.parseInt(propValue)); in setSubscriptionProperty()
1794 public String getSubscriptionProperty(int subId, String propKey, String callingPackage) { in getSubscriptionProperty() argument
1801 new String[]{propKey}, in getSubscriptionProperty()
1808 switch (propKey) { in getSubscriptionProperty()