Searched refs:mLastEnableAwareInThisSampleWindowMs (Results 1 – 1 of 1) sorted by relevance
87 private long mLastEnableAwareInThisSampleWindowMs = 0; field in WifiAwareMetrics198 mLastEnableAwareInThisSampleWindowMs = mLastEnableAwareMs; in recordEnableAware()214 mEnabledTimeMs += now - mLastEnableAwareInThisSampleWindowMs; in recordDisableAware()216 mLastEnableAwareInThisSampleWindowMs = 0; in recordDisableAware()582 if (mLastEnableAwareInThisSampleWindowMs != 0) { in consolidateProto()583 log.enabledTimeMs += now - mLastEnableAwareInThisSampleWindowMs; in consolidateProto()676 if (mLastEnableAwareInThisSampleWindowMs != 0) { in clear()677 mLastEnableAwareInThisSampleWindowMs = now; in clear()750 "mLastEnableAwareInThisSampleWindowMs:" + mLastEnableAwareInThisSampleWindowMs); in dump()