Searched refs:mLastStat (Results 1 – 1 of 1) sorted by relevance
346 public SipDelegateStats mLastStat; field in RcsStats.LastSipDelegateStat355 mLastStat = getDefaultSipDelegateStat(subId); in createSipDelegateStat()356 mLastStat.uptimeMillis = getWallTimeMillis(); in createSipDelegateStat()357 mLastStat.destroyReason = NONE; in createSipDelegateStat()361 mLastStat.destroyReason = destroyReason; in setSipDelegateDestroyReason()365 return mLastStat.destroyReason > NONE; in isDestroyed()369 long duration = now - mLastStat.uptimeMillis; in conclude()374 mLastStat.uptimeMillis = duration; in conclude()375 mAtomsStorage.addSipDelegateStats(copyOf(mLastStat)); in conclude()377 mLastStat.uptimeMillis = now; in conclude()