Loading src/java/com/android/internal/telephony/Connection.java 100644 → 100755 +12 −0 Original line number Diff line number Diff line Loading @@ -1106,6 +1106,18 @@ public abstract class Connection { return mPhoneType; } /** * Reset the Connection time and Duration */ public void resetConnectionTime() { if (mPhoneType == PhoneConstants.PHONE_TYPE_CDMA_LTE || mPhoneType == PhoneConstants.PHONE_TYPE_CDMA) { mConnectTime = System.currentTimeMillis(); mConnectTimeReal = SystemClock.elapsedRealtime(); mDuration = 0; } } /** * Build a human representation of a connection instance, suitable for debugging. * Don't log personal stuff unless in debug mode. Loading Loading
src/java/com/android/internal/telephony/Connection.java 100644 → 100755 +12 −0 Original line number Diff line number Diff line Loading @@ -1106,6 +1106,18 @@ public abstract class Connection { return mPhoneType; } /** * Reset the Connection time and Duration */ public void resetConnectionTime() { if (mPhoneType == PhoneConstants.PHONE_TYPE_CDMA_LTE || mPhoneType == PhoneConstants.PHONE_TYPE_CDMA) { mConnectTime = System.currentTimeMillis(); mConnectTimeReal = SystemClock.elapsedRealtime(); mDuration = 0; } } /** * Build a human representation of a connection instance, suitable for debugging. * Don't log personal stuff unless in debug mode. Loading