Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9fd25eb9 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Hide RcsMessageStore APIs" am: 35e3d8e8 am: 6ec7ea06 am: e247d679"

parents 9e8b22b9 8a7b9b52
Loading
Loading
Loading
Loading
+0 −459

File changed.

Preview size limit exceeded, changes collapsed.

+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ import android.annotation.WorkerThread;
 * Rcs1To1Thread represents a single RCS conversation thread with a total of two
 * {@link RcsParticipant}s. Please see Section 5 (1-to-1 Messaging) - GSMA RCC.71 (RCS Universal
 * Profile Service Definition Document)
 *
 * @hide
 */
public class Rcs1To1Thread extends RcsThread {
    private int mThreadId;
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ package android.telephony.ims;

/**
 * The base class for events that can happen on {@link RcsParticipant}s and {@link RcsThread}s.
 *
 * @hide
 */
public abstract class RcsEvent {
    private final long mTimestamp;
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,8 @@ import java.security.InvalidParameterException;
 * The parameters to pass into
 * {@link RcsMessageStore#getRcsEvents(RcsEventQueryParams)} in order to select a
 * subset of {@link RcsEvent}s present in the message store.
 *
 * @hide
 */
public final class RcsEventQueryParams implements Parcelable {
    /**
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ import java.util.List;
 * The result of a {@link RcsMessageStore#getRcsEvents(RcsEventQueryParams)}
 * call. This class allows getting the token for querying the next batch of events in order to
 * prevent handling large amounts of data at once.
 *
 * @hide
 */
public class RcsEventQueryResult {
    private RcsQueryContinuationToken mContinuationToken;
Loading