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

Commit 9a7e40eb authored by Sahin Caliskan's avatar Sahin Caliskan
Browse files

Hide RcsMessageStore APIs

This feature is punted from Android Q. This change hides the APIs.

Test: infeasible

Bug: 109759350
Change-Id: Ic278d45ab573b267a7cbf4c930496cc2044fa855
parent 07037a86
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