Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java350 private static Bundle sanitizeExtras(Bundle oldExtras) { in sanitizeExtras() argument
351 if (oldExtras == null) { in sanitizeExtras()
354 Bundle extras = new Bundle(oldExtras); in sanitizeExtras()
376 private static Bundle sanitizeRestrictedCallExtras(Bundle oldExtras) { in sanitizeRestrictedCallExtras() argument
377 if (oldExtras == null) { in sanitizeRestrictedCallExtras()
380 Bundle extras = new Bundle(oldExtras); in sanitizeRestrictedCallExtras()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java6144 Bundle oldExtras = cursor.getExtras(); in addSnippetExtrasToCursor() local
6146 if (oldExtras != null) { in addSnippetExtrasToCursor()
6147 extras.putAll(oldExtras); in addSnippetExtrasToCursor()
6158 Bundle oldExtras = cursor.getExtras(); in addDeferredSnippetingExtra() local
6160 if (oldExtras != null) { in addDeferredSnippetingExtra()
6161 extras.putAll(oldExtras); in addDeferredSnippetingExtra()