summaryrefslogtreecommitdiff
path: root/telephony/java/android/telephony/CallQuality.java
diff options
context:
space:
mode:
Diffstat (limited to 'telephony/java/android/telephony/CallQuality.java')
-rw-r--r--telephony/java/android/telephony/CallQuality.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/telephony/java/android/telephony/CallQuality.java b/telephony/java/android/telephony/CallQuality.java
index 1e1cdba70ad0..428a515844e6 100644
--- a/telephony/java/android/telephony/CallQuality.java
+++ b/telephony/java/android/telephony/CallQuality.java
@@ -400,14 +400,14 @@ public final class CallQuality implements Parcelable {
/**
* {@link Parcelable#describeContents}
*/
- public @Parcelable.ContentsFlags int describeContents() {
+ public int describeContents() {
return 0;
}
/**
* {@link Parcelable#writeToParcel}
*/
- public void writeToParcel(Parcel dest, @Parcelable.WriteFlags int flags) {
+ public void writeToParcel(Parcel dest, int flags) {
dest.writeInt(mDownlinkCallQualityLevel);
dest.writeInt(mUplinkCallQualityLevel);
dest.writeInt(mCallDuration);