Home
last modified time | relevance | path

Searched refs:fromKey (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/src/com/android/tv/config/
DRemoteConfigFeature.java31 public static RemoteConfigFeature fromKey(String key) { in fromKey() method in RemoteConfigFeature
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java4370 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument
4372 if (fromValues.containsKey(fromKey)) { in copyStringValue()
4373 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()
4378 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument
4380 if (fromValues.containsKey(fromKey)) { in copyLongValue()
4382 Object value = fromValues.get(fromKey); in copyLongValue()
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...