Loading api/current.txt +0 −459 File changed.Preview size limit exceeded, changes collapsed. Show changes telephony/java/android/telephony/ims/Rcs1To1Thread.java +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading telephony/java/android/telephony/ims/RcsEvent.java +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading telephony/java/android/telephony/ims/RcsEventQueryParams.java +2 −0 Original line number Diff line number Diff line Loading @@ -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 { /** Loading telephony/java/android/telephony/ims/RcsEventQueryResult.java +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
telephony/java/android/telephony/ims/Rcs1To1Thread.java +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading
telephony/java/android/telephony/ims/RcsEvent.java +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading
telephony/java/android/telephony/ims/RcsEventQueryParams.java +2 −0 Original line number Diff line number Diff line Loading @@ -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 { /** Loading
telephony/java/android/telephony/ims/RcsEventQueryResult.java +2 −0 Original line number Diff line number Diff line Loading @@ -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