Home
last modified time | relevance | path

Searched defs:timeOffSet (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/seed/
DSeedActivityData.kt151 (1L..50).map { timeOffSet -> in <lambda>() method
155 (1L..3).map { timeOffSet -> in <lambda>() method
162 (1L..3).map { timeOffSet -> in <lambda>() method
166 (1L..3).map { timeOffSet -> in <lambda>() method
181 (1L..3).map { timeOffSet -> in <lambda>() method
188 (1L..3).map { timeOffSet -> in <lambda>() method
195 (1L..3).map { timeOffSet -> in <lambda>() method
202 (1L..3).map { timeOffSet -> in <lambda>() method
217 (1L..15).map { timeOffSet -> in <lambda>() method
221 (1L..3).map { timeOffSet -> in <lambda>() method
[all …]
DSeedBodyMeasurementsData.kt70 val records = (1L..3).map { timeOffSet -> in <lambda>() method
73 val yesterdayRecords = (1L..3).map { timeOffSet -> in <lambda>() method
76 val lastWeekRecords = (1L..3).map { timeOffSet -> in <lambda>() method
79 val lastMonthRecords = (1L..3).map { timeOffSet -> in <lambda>() method
90 val records = (1L..3).map { timeOffSet -> in <lambda>() method
93 val yesterdayRecords = (1L..3).map { timeOffSet -> in <lambda>() method
96 val lastWeekRecords = (1L..3).map { timeOffSet -> in <lambda>() method
99 val lastMonthRecords = (1L..3).map { timeOffSet -> in <lambda>() method
110 val records = (1L..3).map { timeOffSet -> in <lambda>() method
113 val yesterdayRecords = (1L..3).map { timeOffSet -> in <lambda>() method
[all …]
DSeedVitalsData.kt272 val records = (1L..3).map { timeOffSet -> in <lambda>() method
275 val yesterdayRecords = (1L..3).map { timeOffSet -> in <lambda>() method
278 val lastWeekRecords = (1L..3).map { timeOffSet -> in <lambda>() method
281 val lastMonthRecords = (1L..3).map { timeOffSet -> in <lambda>() method
292 val records = (1L..3).map { timeOffSet -> in <lambda>() method
298 val yesterdayRecords = (1L..3).map { timeOffSet -> in <lambda>() method
307 val lastWeekRecords = (1L..3).map { timeOffSet -> in <lambda>() method
313 val lastMonthRecords = (1L..3).map { timeOffSet -> in <lambda>() method
327 val records = (1L..3).map { timeOffSet -> in <lambda>() method
334 val yesterdayRecords = (1L..3).map { timeOffSet -> in <lambda>() method
[all …]
DSeedCycleTrackingData.kt154 val records = (1L..3).map { timeOffSet -> in <lambda>() method
157 val yesterdayRecords = (1L..3).map { timeOffSet -> in <lambda>() method
160 val lastWeekRecords = (1L..3).map { timeOffSet -> in <lambda>() method
163 val lastMonthRecords = (1L..3).map { timeOffSet -> in <lambda>() method
174 val records = (1L..3).map { timeOffSet -> in <lambda>() method
177 val yesterdayRecords = (1L..3).map { timeOffSet -> in <lambda>() method
180 val lastWeekRecords = (1L..3).map { timeOffSet -> in <lambda>() method
183 val lastMonthRecords = (1L..3).map { timeOffSet -> in <lambda>() method
194 val records = (1L..3).map { timeOffSet -> in <lambda>() method
197 val yesterdayRecords = (1L..3).map { timeOffSet -> in <lambda>() method
[all …]
DSeedNutritionData.kt56 val records = (1L..3).map { timeOffSet -> in <lambda>() method
59 val yesterdayRecords = (1L..3).map { timeOffSet -> in <lambda>() method
62 val lastWeekRecords = (1L..3).map { timeOffSet -> in <lambda>() method
65 val lastMonthRecords = (1L..3).map { timeOffSet -> in <lambda>() method
76 val records = (1L..3).map { timeOffSet -> in <lambda>() method
79 val yesterdayRecords = (1L..3).map { timeOffSet -> in <lambda>() method
82 val lastWeekRecords = (1L..3).map { timeOffSet -> in <lambda>() method
85 val lastMonthRecords = (1L..3).map { timeOffSet -> in <lambda>() method
DSeedSleepData.kt52 val records = (1L..2).map { timeOffSet -> in <lambda>() method
55 val yesterdayRecords = (1L..2).map { timeOffSet -> in <lambda>() method
58 val lastWeekRecords = (1L..2).map { timeOffSet -> in <lambda>() method
61 val lastMonthRecords = (1L..2).map { timeOffSet -> in <lambda>() method
DSeedWellnessData.kt71 val records = (1L..3).map { timeOffSet -> in <lambda>() method
74 val yesterdayRecords = (1L..3).map { timeOffSet -> in <lambda>() method
79 val lastWeekRecords = (1L..3).map { timeOffSet -> in <lambda>() method
84 val lastMonthRecords = (1L..3).map { timeOffSet -> in <lambda>() method
/aosp_15_r20/external/aws-sdk-java-v2/core/aws-core/src/main/java/software/amazon/awssdk/awscore/exception/
H A DAwsServiceException.java159 Builder clockSkew(Duration timeOffSet); in clockSkew()