summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-04-16 15:58:19 -0700
committerAndrew Lee <anwlee@google.com>2015-04-16 17:07:12 -0700
commit84a264004d7e933b1be453ec38099da5b63e1ace (patch)
tree52ee6270507b398191f62eee56e43e9b850d8fd6 /api
parent600aaf013af293339783a4b53c566039407ce4c8 (diff)
downloadframeworks_base-84a264004d7e933b1be453ec38099da5b63e1ace.zip
frameworks_base-84a264004d7e933b1be453ec38099da5b63e1ace.tar.gz
frameworks_base-84a264004d7e933b1be453ec38099da5b63e1ace.tar.bz2
Remove deprecated VideoCallListener methods.
These shouldn't be needed because the video call APIs were never previously made public. Bug: 20160491 Change-Id: Ic9c5d0d1e8618bfe61f8905d4afaeaa37f51c915
Diffstat (limited to 'api')
-rw-r--r--api/current.txt5
-rw-r--r--api/system-current.txt5
2 files changed, 0 insertions, 10 deletions
diff --git a/api/current.txt b/api/current.txt
index 326ad86..14b40c4 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -30309,7 +30309,6 @@ package android.telecom {
method public abstract void setDisplaySurface(android.view.Surface);
method public abstract void setPauseImage(java.lang.String);
method public abstract void setPreviewSurface(android.view.Surface);
- method public deprecated void setVideoCallListener(android.telecom.InCallService.VideoCall.Listener);
method public abstract void setZoom(float);
}
@@ -30324,10 +30323,6 @@ package android.telecom {
method public abstract void onVideoQualityChanged(int);
}
- public static abstract deprecated class InCallService.VideoCall.Listener extends android.telecom.InCallService.VideoCall.Callback {
- ctor public InCallService.VideoCall.Listener();
- }
-
public class PhoneAccount implements android.os.Parcelable {
method public static android.telecom.PhoneAccount.Builder builder(android.telecom.PhoneAccountHandle, java.lang.CharSequence);
method public android.graphics.drawable.Drawable createIconDrawable(android.content.Context);
diff --git a/api/system-current.txt b/api/system-current.txt
index bd7e5a8..a1b33fc 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -32418,7 +32418,6 @@ package android.telecom {
method public abstract void setDisplaySurface(android.view.Surface);
method public abstract void setPauseImage(java.lang.String);
method public abstract void setPreviewSurface(android.view.Surface);
- method public deprecated void setVideoCallListener(android.telecom.InCallService.VideoCall.Listener);
method public abstract void setZoom(float);
}
@@ -32433,10 +32432,6 @@ package android.telecom {
method public abstract void onVideoQualityChanged(int);
}
- public static abstract deprecated class InCallService.VideoCall.Listener extends android.telecom.InCallService.VideoCall.Callback {
- ctor public InCallService.VideoCall.Listener();
- }
-
public final deprecated class Phone {
method public final void addListener(android.telecom.Phone.Listener);
method public final boolean canAddCall();