Home
last modified time | relevance | path

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

/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.java5609 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument
5611 if (fromValues.containsKey(fromKey)) { in copyStringValue()
5612 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()
5617 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument
5619 if (fromValues.containsKey(fromKey)) { in copyLongValue()
5621 Object value = fromValues.get(fromKey); in copyLongValue()
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...