Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaMetrics.java728 final String propKey = getStringFromBuffer(buffer); in toBundle() local
731 bundle.putInt(propKey, buffer.getInt()); in toBundle()
734 bundle.putLong(propKey, buffer.getLong()); in toBundle()
737 bundle.putDouble(propKey, buffer.getDouble()); in toBundle()
740 bundle.putString(propKey, getStringFromBuffer(buffer)); in toBundle()
753 "Property " + propKey + " has unsupported type " + type); in toBundle()
/frameworks/base/telephony/java/com/android/internal/telephony/
DISub.aidl271 void setSubscriptionProperty(int subId, String propKey, String propValue); in setSubscriptionProperty() argument
273 String getSubscriptionProperty(int subId, String propKey, String callingPackage, in getSubscriptionProperty() argument
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java267 int getIntegerSubscriptionProperty(int subId, String propKey, int defValue); in getIntegerSubscriptionProperty() argument
268 void setSubscriptionProperty(int subId, String propKey, String propValue); in setSubscriptionProperty() argument
310 public int getIntegerSubscriptionProperty(int subId, String propKey, int defValue) { in getIntegerSubscriptionProperty() argument
311 return SubscriptionManager.getIntegerSubscriptionProperty(subId, propKey, defValue, in getIntegerSubscriptionProperty()
316 public void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty() argument
317 SubscriptionManager.setSubscriptionProperty(subId, propKey, propValue); in setSubscriptionProperty()