@hide ConnectionService APIs.

Bug: 17569532
Change-Id: I68f7237191bd6d7a1a00ba7bb4fd2f8e3d669e8f
This commit is contained in:
Tyler Gunn
2014-09-19 11:17:02 -07:00
parent 55fa020713
commit 711d876fd1
15 changed files with 54 additions and 313 deletions

View File

@@ -16,6 +16,7 @@
package android.telecom;
import android.annotation.SystemApi;
import android.net.Uri;
import android.os.Bundle;
import android.os.Parcel;
@@ -24,7 +25,9 @@ import android.os.Parcelable;
/**
* Simple data container encapsulating a request to some entity to
* create a new {@link Connection}.
* @hide
*/
@SystemApi
public final class ConnectionRequest implements Parcelable {
// TODO: Token to limit recursive invocations