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.java340 private static Bundle sanitizeExtras(Bundle oldExtras) { in sanitizeExtras() argument
341 if (oldExtras == null) { in sanitizeExtras()
344 Bundle extras = new Bundle(oldExtras); in sanitizeExtras()
366 private static Bundle sanitizeRestrictedCallExtras(Bundle oldExtras) { in sanitizeRestrictedCallExtras() argument
367 if (oldExtras == null) { in sanitizeRestrictedCallExtras()
370 Bundle extras = new Bundle(oldExtras); in sanitizeRestrictedCallExtras()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java5663 Bundle oldExtras = cursor.getExtras(); in addSnippetExtrasToCursor() local
5665 if (oldExtras != null) { in addSnippetExtrasToCursor()
5666 extras.putAll(oldExtras); in addSnippetExtrasToCursor()
5677 Bundle oldExtras = cursor.getExtras(); in addDeferredSnippetingExtra() local
5679 if (oldExtras != null) { in addDeferredSnippetingExtra()
5680 extras.putAll(oldExtras); in addDeferredSnippetingExtra()