Searched defs:propKey (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | ISub.aidl | 280 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 D | SubscriptionManager.java | 2452 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 D | FakeCarPropertyService.java | 208 PropKey propKey = (PropKey) o; in equals() local
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | SubscriptionController.java | 2259 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 D | ImsManager.java | 256 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 D | MediaMetrics.java | 681 final String propKey = getStringFromBuffer(buffer); in toBundle() local
|