Loading api/system-current.txt +2 −2 Original line number Original line Diff line number Diff line Loading @@ -10702,8 +10702,8 @@ package android.telephony { method public int getNumRtpPacketsTransmitted(); method public int getNumRtpPacketsTransmitted(); method public int getNumRtpPacketsTransmittedLost(); method public int getNumRtpPacketsTransmittedLost(); method public int getUplinkCallQualityLevel(); method public int getUplinkCallQualityLevel(); method public boolean isIncomingSilenceDetected(); method public boolean isIncomingSilenceDetectedAtCallSetup(); method public boolean isOutgoingSilenceDetected(); method public boolean isOutgoingSilenceDetectedAtCallSetup(); method public boolean isRtpInactivityDetected(); method public boolean isRtpInactivityDetected(); method public void writeToParcel(android.os.Parcel, int); method public void writeToParcel(android.os.Parcel, int); field public static final int CALL_QUALITY_BAD = 4; // 0x4 field public static final int CALL_QUALITY_BAD = 4; // 0x4 api/test-current.txt +2 −2 Original line number Original line Diff line number Diff line Loading @@ -3625,8 +3625,8 @@ package android.telephony { method public int getNumRtpPacketsTransmitted(); method public int getNumRtpPacketsTransmitted(); method public int getNumRtpPacketsTransmittedLost(); method public int getNumRtpPacketsTransmittedLost(); method public int getUplinkCallQualityLevel(); method public int getUplinkCallQualityLevel(); method public boolean isIncomingSilenceDetected(); method public boolean isIncomingSilenceDetectedAtCallSetup(); method public boolean isOutgoingSilenceDetected(); method public boolean isOutgoingSilenceDetectedAtCallSetup(); method public boolean isRtpInactivityDetected(); method public boolean isRtpInactivityDetected(); method public void writeToParcel(android.os.Parcel, int); method public void writeToParcel(android.os.Parcel, int); field public static final int CALL_QUALITY_BAD = 4; // 0x4 field public static final int CALL_QUALITY_BAD = 4; // 0x4 Loading telephony/java/android/telephony/CallQuality.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -287,7 +287,7 @@ public final class CallQuality implements Parcelable { * Returns true if only silence rtp packets are received for a duration of 20 seconds starting * Returns true if only silence rtp packets are received for a duration of 20 seconds starting * at call setup * at call setup */ */ public boolean isIncomingSilenceDetected() { public boolean isIncomingSilenceDetectedAtCallSetup() { return mRxSilenceDetected; return mRxSilenceDetected; } } Loading @@ -295,7 +295,7 @@ public final class CallQuality implements Parcelable { * Returns true if only silence rtp packets are sent for a duration of 20 seconds starting at * Returns true if only silence rtp packets are sent for a duration of 20 seconds starting at * call setup * call setup */ */ public boolean isOutgoingSilenceDetected() { public boolean isOutgoingSilenceDetectedAtCallSetup() { return mTxSilenceDetected; return mTxSilenceDetected; } } Loading Loading
api/system-current.txt +2 −2 Original line number Original line Diff line number Diff line Loading @@ -10702,8 +10702,8 @@ package android.telephony { method public int getNumRtpPacketsTransmitted(); method public int getNumRtpPacketsTransmitted(); method public int getNumRtpPacketsTransmittedLost(); method public int getNumRtpPacketsTransmittedLost(); method public int getUplinkCallQualityLevel(); method public int getUplinkCallQualityLevel(); method public boolean isIncomingSilenceDetected(); method public boolean isIncomingSilenceDetectedAtCallSetup(); method public boolean isOutgoingSilenceDetected(); method public boolean isOutgoingSilenceDetectedAtCallSetup(); method public boolean isRtpInactivityDetected(); method public boolean isRtpInactivityDetected(); method public void writeToParcel(android.os.Parcel, int); method public void writeToParcel(android.os.Parcel, int); field public static final int CALL_QUALITY_BAD = 4; // 0x4 field public static final int CALL_QUALITY_BAD = 4; // 0x4
api/test-current.txt +2 −2 Original line number Original line Diff line number Diff line Loading @@ -3625,8 +3625,8 @@ package android.telephony { method public int getNumRtpPacketsTransmitted(); method public int getNumRtpPacketsTransmitted(); method public int getNumRtpPacketsTransmittedLost(); method public int getNumRtpPacketsTransmittedLost(); method public int getUplinkCallQualityLevel(); method public int getUplinkCallQualityLevel(); method public boolean isIncomingSilenceDetected(); method public boolean isIncomingSilenceDetectedAtCallSetup(); method public boolean isOutgoingSilenceDetected(); method public boolean isOutgoingSilenceDetectedAtCallSetup(); method public boolean isRtpInactivityDetected(); method public boolean isRtpInactivityDetected(); method public void writeToParcel(android.os.Parcel, int); method public void writeToParcel(android.os.Parcel, int); field public static final int CALL_QUALITY_BAD = 4; // 0x4 field public static final int CALL_QUALITY_BAD = 4; // 0x4 Loading
telephony/java/android/telephony/CallQuality.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -287,7 +287,7 @@ public final class CallQuality implements Parcelable { * Returns true if only silence rtp packets are received for a duration of 20 seconds starting * Returns true if only silence rtp packets are received for a duration of 20 seconds starting * at call setup * at call setup */ */ public boolean isIncomingSilenceDetected() { public boolean isIncomingSilenceDetectedAtCallSetup() { return mRxSilenceDetected; return mRxSilenceDetected; } } Loading @@ -295,7 +295,7 @@ public final class CallQuality implements Parcelable { * Returns true if only silence rtp packets are sent for a duration of 20 seconds starting at * Returns true if only silence rtp packets are sent for a duration of 20 seconds starting at * call setup * call setup */ */ public boolean isOutgoingSilenceDetected() { public boolean isOutgoingSilenceDetectedAtCallSetup() { return mTxSilenceDetected; return mTxSilenceDetected; } } Loading