Searched refs:toBundle (Results 1 – 5 of 5) sorted by relevance
119 public Bundle toBundle() { in toBundle() method in ConversationListContext
208 activityManager.startActivityFromRecents(taskId, options.toBundle()); in checkForPendingIntent()
291 args.putBundle(CONVERSATION_LIST_KEY, viewContext.toBundle()); in newInstance()
2190 startActivity(intent, opts.toBundle()); in startActivity()2194 opts.toBundle()); in startActivity()
2966 optsBundle = opts != null ? opts.toBundle() : null; in startActivity()