Home
last modified time | relevance | path

Searched refs:toKey (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java5141 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument
5144 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()
5149 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument
5161 toValues.put(toKey, longValue); in copyLongValue()