Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DISub.aidl175 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/
DSubscriptionManager.java1268 public static void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty()
1286 private static String getSubscriptionProperty(int subId, String propKey, in getSubscriptionProperty()
1309 public static boolean getBooleanSubscriptionProperty(int subId, String propKey, in getBooleanSubscriptionProperty()
1330 public static int getIntegerSubscriptionProperty(int subId, String propKey, int defValue, 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()
275 public String getSubscriptionProperty(int subId, String propKey, String callingPackage) { in getSubscriptionProperty()
/frameworks/base/packages/Osu/src/com/android/hotspot2/
DOMADMAdapter.java362 private static String getProperty(Context context, String key, String propKey, String 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java1709 public void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty()
1748 public String getSubscriptionProperty(int subId, String propKey, String callingPackage) { in getSubscriptionProperty()