Searched refs:KEY_PARTICIPANTS (Results 1 – 1 of 1) sorted by relevance
50 private static final String KEY_PARTICIPANTS = "participants"; field in Conversation120 bundle.putParcelableArray(KEY_PARTICIPANTS, participantBundle); in toBundle()143 || bundle.getParcelableArray(KEY_PARTICIPANTS) == null in fromBundle()148 stream(bundle.getParcelableArray(KEY_PARTICIPANTS)) in fromBundle()