Searched refs:strengthTimeMs (Results 1 – 4 of 4) sorted by relevance
40 public long[] strengthTimeMs; field in ModemRemainderActivity68 result.strengthMah = new double[this.strengthTimeMs.length]; in applyProfile()69 for (int i=0; i<this.strengthTimeMs.length; i++) { in applyProfile()71 this.strengthTimeMs[i] * modemProfile.getTxMa()[i]); in applyProfile()
93 remainder.strengthTimeMs = strength.phoneSignalStrengthTimeMs; in createRemainder()
124 long strengthTimeMs = stats.getPhoneSignalStrengthTime(i, rawRealtimeUs, statsType) in calculateRemaining() local126 final double p = (strengthTimeMs * mPowerBins[i]) / (60*60*1000); in calculateRemaining()128 Log.d(TAG, "Cell strength #" + i + ": time=" + strengthTimeMs + " power=" in calculateRemaining()132 signalTimeMs += strengthTimeMs; in calculateRemaining()134 noCoverageTimeMs = strengthTimeMs; in calculateRemaining()
76 modem.strengthTimeMs); in testModemRemainder()