Searched refs:mLastUserControlCacheUpdate (Results 1 – 1 of 1) sorted by relevance
68 private long mLastUserControlCacheUpdate; field in UserPrivacyStatus81 mLastUserControlCacheUpdate = -1L; in UserPrivacyStatus()178 mLastUserControlCacheUpdate = mClock.currentTimeMillis(); in updateUserControlCache()187 if (mLastUserControlCacheUpdate == -1L) { in isUserControlCacheValid()190 long cacheDuration = mClock.currentTimeMillis() - mLastUserControlCacheUpdate; in isUserControlCacheValid()204 mLastUserControlCacheUpdate = -1L; in resetUserControlForTesting()212 mLastUserControlCacheUpdate = mClock.currentTimeMillis() in invalidateUserControlCacheForTesting()