Searched refs:oldExtras (Results 1 – 2 of 2) sorted by relevance
350 private static Bundle sanitizeExtras(Bundle oldExtras) { in sanitizeExtras() argument351 if (oldExtras == null) { in sanitizeExtras()354 Bundle extras = new Bundle(oldExtras); in sanitizeExtras()376 private static Bundle sanitizeRestrictedCallExtras(Bundle oldExtras) { in sanitizeRestrictedCallExtras() argument377 if (oldExtras == null) { in sanitizeRestrictedCallExtras()380 Bundle extras = new Bundle(oldExtras); in sanitizeRestrictedCallExtras()
6144 Bundle oldExtras = cursor.getExtras(); in addSnippetExtrasToCursor() local6146 if (oldExtras != null) { in addSnippetExtrasToCursor()6147 extras.putAll(oldExtras); in addSnippetExtrasToCursor()6158 Bundle oldExtras = cursor.getExtras(); in addDeferredSnippetingExtra() local6160 if (oldExtras != null) { in addDeferredSnippetingExtra()6161 extras.putAll(oldExtras); in addDeferredSnippetingExtra()