Home
last modified time | relevance | path

Searched refs:USER_MOST_RECENT_ACCESS_LOG_TIME (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/logging/
DDailyLoggingServiceTest.java91 private static final String USER_MOST_RECENT_ACCESS_LOG_TIME = field in DailyLoggingServiceTest
210 when(mPreferenceHelper.getPreference(USER_MOST_RECENT_ACCESS_LOG_TIME)) in testDailyUsageStatsLogs_oneConnected_oneAvailable_oneNotAvailableApp()
233 when(mPreferenceHelper.getPreference(USER_MOST_RECENT_ACCESS_LOG_TIME)) in testDailyUsageStatsLogs_oneConnected_oneAvailableApp()
254 when(mPreferenceHelper.getPreference(USER_MOST_RECENT_ACCESS_LOG_TIME)) in testDailyUsageStatsLogs_zeroConnected_twoAvailableApps()
275 when(mPreferenceHelper.getPreference(USER_MOST_RECENT_ACCESS_LOG_TIME)) in testDailyUsageStatsLogs_zeroConnected_zeroAvailableApps()
291 when(mPreferenceHelper.getPreference(USER_MOST_RECENT_ACCESS_LOG_TIME)) in testDailyUsageStatsLogs_healthConnectAccessedPreviousDay_userMonthlyActive()
310 when(mPreferenceHelper.getPreference(USER_MOST_RECENT_ACCESS_LOG_TIME)) in testDailyUsageStatsLogs_healthConnectAccessed31DaysAgo_userNotMonthlyActive()
325 when(mPreferenceHelper.getPreference(USER_MOST_RECENT_ACCESS_LOG_TIME)) in testDailyUsageStatsLogs_userDoesNotUseHealthConnect()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/logging/
DUsageStatsCollector.java43 private static final String USER_MOST_RECENT_ACCESS_LOG_TIME = field in UsageStatsCollector
99 preferenceHelper.getPreference(USER_MOST_RECENT_ACCESS_LOG_TIME); in isUserMonthlyActive()
122 USER_MOST_RECENT_ACCESS_LOG_TIME, String.valueOf(latestAccessLogTimeStamp)); in upsertLastAccessLogTimeStamp()