Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java5141 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument
5143 if (fromValues.containsKey(fromKey)) { in copyStringValue()
5144 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()
5149 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument
5151 if (fromValues.containsKey(fromKey)) { in copyLongValue()
5153 Object value = fromValues.get(fromKey); in copyLongValue()
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...