summaryrefslogtreecommitdiffstats
path: root/telecomm
diff options
context:
space:
mode:
authorSailesh Nepal <sail@google.com>2014-02-02 19:51:34 -0800
committerEvan Charlton <evanc@google.com>2014-02-20 15:14:34 -0800
commit222f1290ba3d5eab8ddc7b93afc01c12662ac963 (patch)
tree08e8b135972d80f3c71b498896a92d1d5b860e41 /telecomm
parent8bc8228f73b62fb906969c70f5182edf44460311 (diff)
downloadframeworks_base-222f1290ba3d5eab8ddc7b93afc01c12662ac963.zip
frameworks_base-222f1290ba3d5eab8ddc7b93afc01c12662ac963.tar.gz
frameworks_base-222f1290ba3d5eab8ddc7b93afc01c12662ac963.tar.bz2
Make telecomm APIs public
Change-Id: Ie7243be369e55df9696b544d8b286c978ceb4b39
Diffstat (limited to 'telecomm')
-rw-r--r--telecomm/java/android/telecomm/CallInfo.java1
-rw-r--r--telecomm/java/android/telecomm/CallService.java1
-rw-r--r--telecomm/java/android/telecomm/CallServiceProvider.java1
-rw-r--r--telecomm/java/android/telecomm/ICallService.aidl1
-rw-r--r--telecomm/java/android/telecomm/ICallServiceAdapter.aidl1
-rw-r--r--telecomm/java/android/telecomm/ICallServiceLookupResponse.aidl1
-rw-r--r--telecomm/java/android/telecomm/ICallServiceProvider.aidl1
-rw-r--r--telecomm/java/android/telecomm/ICallServiceSelectionResponse.aidl1
-rw-r--r--telecomm/java/android/telecomm/ICallServiceSelector.aidl2
-rw-r--r--telecomm/java/android/telecomm/ICallSwitchabilityResponse.aidl1
-rw-r--r--telecomm/java/android/telecomm/IInCallAdapter.aidl1
-rw-r--r--telecomm/java/android/telecomm/IInCallService.aidl1
12 files changed, 0 insertions, 13 deletions
diff --git a/telecomm/java/android/telecomm/CallInfo.java b/telecomm/java/android/telecomm/CallInfo.java
index 2362061..b818e6d 100644
--- a/telecomm/java/android/telecomm/CallInfo.java
+++ b/telecomm/java/android/telecomm/CallInfo.java
@@ -26,7 +26,6 @@ import java.util.UUID;
* A parcelable holder class of Call information data. This class is intended for transfering call
* information from Telecomm to call services and thus is read-only.
* TODO(santoscordon): Need final public-facing comments in this file.
- * @hide
*/
public final class CallInfo implements Parcelable {
diff --git a/telecomm/java/android/telecomm/CallService.java b/telecomm/java/android/telecomm/CallService.java
index 148a136..d0c4f19 100644
--- a/telecomm/java/android/telecomm/CallService.java
+++ b/telecomm/java/android/telecomm/CallService.java
@@ -43,7 +43,6 @@ import android.util.Pair;
* synchronous responses. As a result, most responses are handled by (or have TODOs to handle)
* response objects instead of return values.
* TODO(santoscordon): Improve paragraph above once the final design is in place.
- * @hide
*/
public abstract class CallService extends Service {
private static final String TAG = CallService.class.getSimpleName();
diff --git a/telecomm/java/android/telecomm/CallServiceProvider.java b/telecomm/java/android/telecomm/CallServiceProvider.java
index a24521a..64294d8 100644
--- a/telecomm/java/android/telecomm/CallServiceProvider.java
+++ b/telecomm/java/android/telecomm/CallServiceProvider.java
@@ -34,7 +34,6 @@ import android.telecomm.ICallServiceLookupResponse;
*
* TODO(santoscordon): Improve paragraph above once the final design is in place. Needs more
* about how this can be used.
- * @hide
*/
public abstract class CallServiceProvider extends Service {
diff --git a/telecomm/java/android/telecomm/ICallService.aidl b/telecomm/java/android/telecomm/ICallService.aidl
index d82e2f5..d9716b5 100644
--- a/telecomm/java/android/telecomm/ICallService.aidl
+++ b/telecomm/java/android/telecomm/ICallService.aidl
@@ -30,7 +30,6 @@ import android.telecomm.ICallServiceAdapter;
* 2) Prior to an outbound call to test if this call service is compatible with the outgoing call.
*
* TODO(santoscordon): Need final public-facing comments in this file.
- * @hide
*/
oneway interface ICallService {
diff --git a/telecomm/java/android/telecomm/ICallServiceAdapter.aidl b/telecomm/java/android/telecomm/ICallServiceAdapter.aidl
index 112a1dd53..72f9fdb 100644
--- a/telecomm/java/android/telecomm/ICallServiceAdapter.aidl
+++ b/telecomm/java/android/telecomm/ICallServiceAdapter.aidl
@@ -21,7 +21,6 @@ import android.telecomm.CallInfo;
/**
* Provides methods for ICallService implementations to interact with the system phone app.
* TODO(santoscordon): Need final public-facing comments in this file.
- * @hide
*/
oneway interface ICallServiceAdapter {
diff --git a/telecomm/java/android/telecomm/ICallServiceLookupResponse.aidl b/telecomm/java/android/telecomm/ICallServiceLookupResponse.aidl
index 91c5724..a3153f2 100644
--- a/telecomm/java/android/telecomm/ICallServiceLookupResponse.aidl
+++ b/telecomm/java/android/telecomm/ICallServiceLookupResponse.aidl
@@ -21,7 +21,6 @@ import java.util.List;
/**
* Used by {@link ICallServiceProvider} to return a list of {@link ICallService} implementations.
- * @hide
*/
oneway interface ICallServiceLookupResponse {
/**
diff --git a/telecomm/java/android/telecomm/ICallServiceProvider.aidl b/telecomm/java/android/telecomm/ICallServiceProvider.aidl
index 2e2610c..8b0a736 100644
--- a/telecomm/java/android/telecomm/ICallServiceProvider.aidl
+++ b/telecomm/java/android/telecomm/ICallServiceProvider.aidl
@@ -30,7 +30,6 @@ import android.telecomm.ICallServiceLookupResponse;
* processed by the CallsManager and its helpers (potentially requesting input from the user) to
* identify the best CallService. The user should obviously be notified upon zero candidates as
* well as all (one or more) candidates failing to issue the call.
- * @hide
*/
oneway interface ICallServiceProvider {
diff --git a/telecomm/java/android/telecomm/ICallServiceSelectionResponse.aidl b/telecomm/java/android/telecomm/ICallServiceSelectionResponse.aidl
index 710f5f6..d3032ea 100644
--- a/telecomm/java/android/telecomm/ICallServiceSelectionResponse.aidl
+++ b/telecomm/java/android/telecomm/ICallServiceSelectionResponse.aidl
@@ -22,7 +22,6 @@ import java.util.List;
/**
* Used by {@link ICallServiceSelector} to return the preferred list of {@link ICallService}
* implementations with which to connect the corresponding outgoing call.
- * @hide
*/
oneway interface ICallServiceSelectionResponse {
/**
diff --git a/telecomm/java/android/telecomm/ICallServiceSelector.aidl b/telecomm/java/android/telecomm/ICallServiceSelector.aidl
index 8841f5e..ffdfd91 100644
--- a/telecomm/java/android/telecomm/ICallServiceSelector.aidl
+++ b/telecomm/java/android/telecomm/ICallServiceSelector.aidl
@@ -60,8 +60,6 @@ import java.util.List;
* all supported (either for a given call or globally across a given selector) , isSwitchable
* below can return false blindly to suppress all "select" calls beyond the initial one (that
* is used to establish outgoing calls).
- *
- * @hide
*/
oneway interface ICallServiceSelector {
diff --git a/telecomm/java/android/telecomm/ICallSwitchabilityResponse.aidl b/telecomm/java/android/telecomm/ICallSwitchabilityResponse.aidl
index 628ad6b..afb4122 100644
--- a/telecomm/java/android/telecomm/ICallSwitchabilityResponse.aidl
+++ b/telecomm/java/android/telecomm/ICallSwitchabilityResponse.aidl
@@ -19,7 +19,6 @@ package android.telecomm;
/**
* Used by {@link ICallServiceSelector}s to return whether or not the relevant
* call is switchable.
- * @hide
*/
oneway interface ICallSwitchabilityResponse {
/**
diff --git a/telecomm/java/android/telecomm/IInCallAdapter.aidl b/telecomm/java/android/telecomm/IInCallAdapter.aidl
index 594b046..9fb7d4d 100644
--- a/telecomm/java/android/telecomm/IInCallAdapter.aidl
+++ b/telecomm/java/android/telecomm/IInCallAdapter.aidl
@@ -28,7 +28,6 @@ package android.telecomm;
* TODO(santoscordon): Specify the adapter will stop functioning when there are no more calls.
* TODO(santoscordon): Once we have proper "CallState" constant definitions, consider rewording
* the javadoc to reference those states precisely.
- * @hide
*/
oneway interface IInCallAdapter {
/**
diff --git a/telecomm/java/android/telecomm/IInCallService.aidl b/telecomm/java/android/telecomm/IInCallService.aidl
index 1418b03..bc3a6b6 100644
--- a/telecomm/java/android/telecomm/IInCallService.aidl
+++ b/telecomm/java/android/telecomm/IInCallService.aidl
@@ -26,7 +26,6 @@ import android.telecomm.IInCallAdapter;
* TODO(santoscordon): Needs more/better description of lifecycle once the interface is better
* defined.
* TODO(santoscordon): What happens if two or more apps on a given decide implement this interface?
- * @hide
*/
oneway interface IInCallService {