Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DISub.aidl280 int setSubscriptionProperty(int subId, String propKey, String propValue); in setSubscriptionProperty()
282 String getSubscriptionProperty(int subId, String propKey, String callingPackage, in getSubscriptionProperty()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java2452 public static void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty()
2491 private static List<Uri> getContactsFromSubscriptionProperty(int subId, String propKey, in getContactsFromSubscriptionProperty()
2521 private static String getSubscriptionProperty(int subId, String propKey, in getSubscriptionProperty()
2544 public static boolean getBooleanSubscriptionProperty(int subId, String propKey, in getBooleanSubscriptionProperty()
2565 public static int getIntegerSubscriptionProperty(int subId, String propKey, int defValue, in getIntegerSubscriptionProperty()
2586 public static long getLongSubscriptionProperty(int subId, String propKey, long defValue, in getLongSubscriptionProperty()
/aosp12/packages/services/Car/car-test-lib/src/android/car/testapi/
H A DFakeCarPropertyService.java208 PropKey propKey = (PropKey) o; in equals() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java2259 private void copyDataFromCursorToContentValue(String propKey, Cursor cursor, in copyDataFromCursorToContentValue()
3171 public int setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty()
3190 int subId, String propKey, String propValue, ContentResolver resolver) { in setSubscriptionPropertyIntoContentResolver()
3238 public String getSubscriptionProperty(int subId, String propKey, String callingPackage, in getSubscriptionProperty()
3261 public String getSubscriptionProperty(int subId, String propKey) { in getSubscriptionProperty()
3264 new String[]{propKey}, in getSubscriptionProperty()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java256 int getIntegerSubscriptionProperty(int subId, String propKey, int defValue); in getIntegerSubscriptionProperty()
257 void setSubscriptionProperty(int subId, String propKey, String propValue); in setSubscriptionProperty()
299 public int getIntegerSubscriptionProperty(int subId, String propKey, int defValue) { in getIntegerSubscriptionProperty()
305 public void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaMetrics.java681 final String propKey = getStringFromBuffer(buffer); in toBundle() local