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

Commit 35e3d8e8 authored by Sahin Caliskan's avatar Sahin Caliskan Committed by Gerrit Code Review
Browse files

Merge "Hide RcsMessageStore APIs"

parents e05a1cb5 9a7e40eb
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