summaryrefslogtreecommitdiffstats
path: root/system-api
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-05-12 13:34:25 -0700
committerYorke Lee <yorkelee@google.com>2015-05-12 13:34:25 -0700
commit971af4632a1cb777784c064cdd5817fa4a476882 (patch)
tree087cc125ca2b843e6d1e6cdf16792298a3b3c63e /system-api
parent0a1939a25f8a36c309e9c8e3f57c65296c35d896 (diff)
downloadprebuilts_sdk-971af4632a1cb777784c064cdd5817fa4a476882.zip
prebuilts_sdk-971af4632a1cb777784c064cdd5817fa4a476882.tar.gz
prebuilts_sdk-971af4632a1cb777784c064cdd5817fa4a476882.tar.bz2
Fixes for APi review
Move CameraCapabilities into VideoProfile Make PhoneAccount and PhoneAccountHandle final Bug: 21040387 Bug: 21066505 Change-Id: Icc5522f0b987d66a2dcb9b4dc1bd866ccd8444f1
Diffstat (limited to 'system-api')
-rw-r--r--system-api/23.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/system-api/23.txt b/system-api/23.txt
index a77f450..570fe46 100644
--- a/system-api/23.txt
+++ b/system-api/23.txt
@@ -30130,12 +30130,12 @@ package android.telecom {
method public android.telecom.PhoneAccount.Builder setSupportedUriSchemes(java.util.List<java.lang.String>);
}
- public class PhoneAccountHandle implements android.os.Parcelable {
+ public final class PhoneAccountHandle implements android.os.Parcelable {
ctor public PhoneAccountHandle(android.content.ComponentName, java.lang.String);
- method public int describeContents();
- method public android.content.ComponentName getComponentName();
- method public java.lang.String getId();
- method public void writeToParcel(android.os.Parcel, int);
+ method public final int describeContents();
+ method public final android.content.ComponentName getComponentName();
+ method public final java.lang.String getId();
+ method public final void writeToParcel(android.os.Parcel, int);
field public static final android.os.Parcelable.Creator<android.telecom.PhoneAccountHandle> CREATOR;
}