Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DISub.aidl280 int setSubscriptionProperty(int subId, String propKey, String propValue); in setSubscriptionProperty()
282 String getSubscriptionProperty(int subId, String propKey, String callingPackage, in getSubscriptionProperty()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java2283 public static void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty()
2301 private static String getSubscriptionProperty(int subId, String propKey, in getSubscriptionProperty()
2324 public static boolean getBooleanSubscriptionProperty(int subId, String propKey, in getBooleanSubscriptionProperty()
2345 public static int getIntegerSubscriptionProperty(int subId, String propKey, int defValue, in getIntegerSubscriptionProperty()
2366 public static long getLongSubscriptionProperty(int subId, String propKey, long defValue, in getLongSubscriptionProperty()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java1852 private void copyDataFromCursorToContentValue(String propKey, Cursor cursor, in copyDataFromCursorToContentValue()
2729 public int setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty()
2748 int subId, String propKey, String propValue, ContentResolver resolver) { in setSubscriptionPropertyIntoContentResolver()
2793 public String getSubscriptionProperty(int subId, String propKey, String callingPackage, in getSubscriptionProperty()
2816 public String getSubscriptionProperty(int subId, String propKey) { in getSubscriptionProperty()
2819 new String[]{propKey}, in getSubscriptionProperty()