Searched refs:oldExtras (Results 1 – 2 of 2) sorted by relevance
340 private static Bundle sanitizeExtras(Bundle oldExtras) { in sanitizeExtras() argument341 if (oldExtras == null) { in sanitizeExtras()344 Bundle extras = new Bundle(oldExtras); in sanitizeExtras()366 private static Bundle sanitizeRestrictedCallExtras(Bundle oldExtras) { in sanitizeRestrictedCallExtras() argument367 if (oldExtras == null) { in sanitizeRestrictedCallExtras()370 Bundle extras = new Bundle(oldExtras); in sanitizeRestrictedCallExtras()
5663 Bundle oldExtras = cursor.getExtras(); in addSnippetExtrasToCursor() local5665 if (oldExtras != null) { in addSnippetExtrasToCursor()5666 extras.putAll(oldExtras); in addSnippetExtrasToCursor()5677 Bundle oldExtras = cursor.getExtras(); in addDeferredSnippetingExtra() local5679 if (oldExtras != null) { in addDeferredSnippetingExtra()5680 extras.putAll(oldExtras); in addDeferredSnippetingExtra()