From 58100f4d4cc27db2d4381705fe2c08aa039279a8 Mon Sep 17 00:00:00 2001 From: Daniel Bright Date: Wed, 10 Mar 2021 11:39:59 -0800 Subject: Removed EpsQosSessionAttributes#onCreate * The method EpsQosSessionAttributes#onCreate was not being used Bug: 181562173 Test: m Change-Id: I4321961f41c18f0abe6c5e837fe3c4a41beb63b7 --- .../android/telephony/data/EpsBearerQosSessionAttributes.java | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'telephony') diff --git a/telephony/java/android/telephony/data/EpsBearerQosSessionAttributes.java b/telephony/java/android/telephony/data/EpsBearerQosSessionAttributes.java index 041edc00c4d2..406c38bf60ef 100644 --- a/telephony/java/android/telephony/data/EpsBearerQosSessionAttributes.java +++ b/telephony/java/android/telephony/data/EpsBearerQosSessionAttributes.java @@ -184,16 +184,6 @@ public final class EpsBearerQosSessionAttributes implements Parcelable, QosSessi mRemoteAddresses = Collections.unmodifiableList(remoteAddresses); } - /** - * Creates attributes based off of a parcel - * @param in the parcel - * @return the attributes - */ - @NonNull - public static EpsBearerQosSessionAttributes create(@NonNull final Parcel in) { - return new EpsBearerQosSessionAttributes(in); - } - @Override public int describeContents() { return 0; -- cgit v1.2.3