Loading telephony/java/android/telephony/ims/ImsSsData.java +1 −1 Original line number Diff line number Diff line Loading @@ -457,7 +457,7 @@ public final class ImsSsData implements Parcelable { } public boolean isTypeInterrogation() { return (getServiceType() == SS_INTERROGATION); return (getRequestType() == SS_INTERROGATION); } /** Loading Loading
telephony/java/android/telephony/ims/ImsSsData.java +1 −1 Original line number Diff line number Diff line Loading @@ -457,7 +457,7 @@ public final class ImsSsData implements Parcelable { } public boolean isTypeInterrogation() { return (getServiceType() == SS_INTERROGATION); return (getRequestType() == SS_INTERROGATION); } /** Loading