Searched refs:mLastEnableAwareInThisSampleWindowMs (Results 1 – 1 of 1) sorted by relevance
82 private long mLastEnableAwareInThisSampleWindowMs = 0; field in WifiAwareMetrics188 mLastEnableAwareInThisSampleWindowMs = mLastEnableAwareMs; in recordEnableAware()204 mEnabledTimeMs += now - mLastEnableAwareInThisSampleWindowMs; in recordDisableAware()206 mLastEnableAwareInThisSampleWindowMs = 0; in recordDisableAware()519 if (mLastEnableAwareInThisSampleWindowMs != 0) { in consolidateProto()520 log.enabledTimeMs += now - mLastEnableAwareInThisSampleWindowMs; in consolidateProto()613 if (mLastEnableAwareInThisSampleWindowMs != 0) { in clear()614 mLastEnableAwareInThisSampleWindowMs = now; in clear()687 "mLastEnableAwareInThisSampleWindowMs:" + mLastEnableAwareInThisSampleWindowMs); in dump()