Home
last modified time | relevance | path

Searched refs:getLong (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/
DCachedStorageValuesHelper.java62 Settings.Global.getLong( in CachedStorageValuesHelper()
72 final long freeBytes = mSharedPreferences.getLong(FREE_BYTES_KEY, -1); in getCachedPrivateStorageInfo()
73 final long totalBytes = mSharedPreferences.getLong(TOTAL_BYTES_KEY, -1); in getCachedPrivateStorageInfo()
85 final long gamesSize = mSharedPreferences.getLong(GAME_APPS_SIZE_KEY, -1); in getCachedAppsStorageResult()
86 final long musicAppsSize = mSharedPreferences.getLong(MUSIC_APPS_SIZE_KEY, -1); in getCachedAppsStorageResult()
87 final long videoAppsSize = mSharedPreferences.getLong(VIDEO_APPS_SIZE_KEY, -1); in getCachedAppsStorageResult()
88 final long photoAppSize = mSharedPreferences.getLong(PHOTO_APPS_SIZE_KEY, -1); in getCachedAppsStorageResult()
89 final long otherAppsSize = mSharedPreferences.getLong(OTHER_APPS_SIZE_KEY, -1); in getCachedAppsStorageResult()
90 final long cacheSize = mSharedPreferences.getLong(CACHE_APPS_SIZE_KEY, -1); in getCachedAppsStorageResult()
100 final long externalTotalBytes = mSharedPreferences.getLong(EXTERNAL_TOTAL_BYTES, -1); in getCachedAppsStorageResult()
[all …]
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DCachedStorageValuesHelper.java62 Settings.Global.getLong( in CachedStorageValuesHelper()
72 final long freeBytes = mSharedPreferences.getLong(FREE_BYTES_KEY, -1); in getCachedPrivateStorageInfo()
73 final long totalBytes = mSharedPreferences.getLong(TOTAL_BYTES_KEY, -1); in getCachedPrivateStorageInfo()
85 final long gamesSize = mSharedPreferences.getLong(GAME_APPS_SIZE_KEY, -1); in getCachedAppsStorageResult()
86 final long musicAppsSize = mSharedPreferences.getLong(MUSIC_APPS_SIZE_KEY, -1); in getCachedAppsStorageResult()
87 final long videoAppsSize = mSharedPreferences.getLong(VIDEO_APPS_SIZE_KEY, -1); in getCachedAppsStorageResult()
88 final long photoAppSize = mSharedPreferences.getLong(PHOTO_APPS_SIZE_KEY, -1); in getCachedAppsStorageResult()
89 final long otherAppsSize = mSharedPreferences.getLong(OTHER_APPS_SIZE_KEY, -1); in getCachedAppsStorageResult()
90 final long cacheSize = mSharedPreferences.getLong(CACHE_APPS_SIZE_KEY, -1); in getCachedAppsStorageResult()
100 final long externalTotalBytes = mSharedPreferences.getLong(EXTERNAL_TOTAL_BYTES, -1); in getCachedAppsStorageResult()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java266 mimeTypeCondition.append(c.getLong((0))); in clearSuperPrimarySetting()
409 if (!connectedRawContactIds.contains(cursor.getLong(0))) { in canBeReused()
472 long rawContactId = cursor.getLong(RawContactIdQuery.RAW_CONTACT_ID); in updateAggregationAfterVisibilityChange()
522 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in updateMatchScoresBasedOnExceptions()
528 rId = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID2); in updateMatchScoresBasedOnExceptions()
529 contactId = c.getLong(AggregateExceptionQuery.CONTACT_ID2); in updateMatchScoresBasedOnExceptions()
530 accountId = c.getLong(AggregateExceptionQuery.ACCOUNT_ID2); in updateMatchScoresBasedOnExceptions()
534 rId = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in updateMatchScoresBasedOnExceptions()
535 contactId = c.getLong(AggregateExceptionQuery.CONTACT_ID1); in updateMatchScoresBasedOnExceptions()
536 accountId = c.getLong(AggregateExceptionQuery.ACCOUNT_ID1); in updateMatchScoresBasedOnExceptions()
[all …]
DContactAggregator.java134 final long rcId = rawContactsToAccountsCursor.getLong(0); in aggregateContact()
135 final long rc_accountId = rawContactsToAccountsCursor.getLong(1); in aggregateContact()
274 mimeTypeCondition.append(c.getLong((0))); in clearSuperPrimarySetting()
487 long rawContactId = cursor.getLong(RawContactIdQuery.RAW_CONTACT_ID); in updateAggregationAfterVisibilityChange()
571 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in pickBestMatchBasedOnExceptions()
576 contactId = c.getLong(AggregateExceptionQuery.CONTACT_ID2); in pickBestMatchBasedOnExceptions()
581 contactId = c.getLong(AggregateExceptionQuery.CONTACT_ID1); in pickBestMatchBasedOnExceptions()
722 final long contactId = c.getLong(IdentityLookupMatchQuery.CONTACT_ID); in updateMatchScoresBasedOnIdentityMatch()
768 long contactId = c.getLong(NameLookupMatchQuery.CONTACT_ID); in updateMatchScoresBasedOnNameMatches()
793 long contactId = c.getLong(EmailLookupQuery.CONTACT_ID); in updateMatchScoresBasedOnEmailMatches()
[all …]
DAbstractContactAggregator.java473 rawContactIds[index] = c.getLong(AggregationQuery._ID); in aggregateInTransaction()
474 contactIds[index] = c.getLong(AggregationQuery.CONTACT_ID); in aggregateInTransaction()
475 accountIds[index] = c.getLong(AggregationQuery.ACCOUNT_ID); in aggregateInTransaction()
583 long rawContactId = cursor.getLong(RawContactIdAndAggregationModeQuery._ID); in markContactForAggregation()
624 final long rawContactId = cursor.getLong(0); in markAllVisibleForAggregation()
688 contactId = cursor.getLong(RawContactIdAndAccountQuery.CONTACT_ID); in aggregateContact()
689 accountId = cursor.getLong(RawContactIdAndAccountQuery.ACCOUNT_ID); in aggregateContact()
852 long idA = cursor.getLong(0); in findIdPairs()
853 long idB = cursor.getLong(1); in findIdPairs()
976 long rawContactId1 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID1); in prefetchAggregationExceptionIds()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DCachedStorageValuesHelperTest.java282 assertThat(mSharedPreferences.getLong(GAME_APPS_SIZE_KEY, -1)).isEqualTo(1L); in cacheResult_succeeds()
283 assertThat(mSharedPreferences.getLong(MUSIC_APPS_SIZE_KEY, -1)).isEqualTo(10L); in cacheResult_succeeds()
284 assertThat(mSharedPreferences.getLong(VIDEO_APPS_SIZE_KEY, -1)).isEqualTo(100L); in cacheResult_succeeds()
285 assertThat(mSharedPreferences.getLong(PHOTO_APPS_SIZE_KEY, -1)).isEqualTo(1000L); in cacheResult_succeeds()
286 assertThat(mSharedPreferences.getLong(OTHER_APPS_SIZE_KEY, -1)).isEqualTo(10000L); in cacheResult_succeeds()
287 assertThat(mSharedPreferences.getLong(CACHE_APPS_SIZE_KEY, -1)).isEqualTo(100000L); in cacheResult_succeeds()
288 assertThat(mSharedPreferences.getLong(EXTERNAL_TOTAL_BYTES, -1)).isEqualTo(22222L); in cacheResult_succeeds()
289 assertThat(mSharedPreferences.getLong(EXTERNAL_AUDIO_BYTES, -1)).isEqualTo(2L); in cacheResult_succeeds()
290 assertThat(mSharedPreferences.getLong(EXTERNAL_VIDEO_BYTES, -1)).isEqualTo(20L); in cacheResult_succeeds()
291 assertThat(mSharedPreferences.getLong(EXTERNAL_IMAGE_BYTES, -1)).isEqualTo(200L); in cacheResult_succeeds()
[all …]
/packages/apps/UniversalMediaPlayer/java/com/android/pump/db/
DAudioStore.java94 long id = cursor.getLong(idColumn); in load()
121 long id = cursor.getLong(idColumn); in load()
127 long artistId = cursor.getLong(artistIdColumn); in load()
159 long id = cursor.getLong(idColumn); in load()
166 long artistId = cursor.getLong(artistIdColumn); in load()
173 long albumId = cursor.getLong(albumIdColumn); in load()
199 long id = cursor.getLong(idColumn); in load()
223 long id = cursor.getLong(idColumn); in load()
266 long artistId = cursor.getLong(artistIdColumn); in loadData()
272 long albumId = cursor.getLong(albumIdColumn); in loadData()
[all …]
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPreferences.java110 mSharedPrefs.getLong(NoBackupKeys.KEY_DAILY_WALLPAPER_ENABLED_TIMESTAMP, -1)); in upgradePrefs()
114 mSharedPrefs.getLong(NoBackupKeys.KEY_LAST_DAILY_LOG_TIMESTAMP, 0)); in upgradePrefs()
118 mSharedPrefs.getLong(NoBackupKeys.KEY_LAST_APP_ACTIVE_TIMESTAMP, 0)); in upgradePrefs()
126 mSharedPrefs.getLong(NoBackupKeys.KEY_LAST_ROTATION_STATUS_TIMESTAMP, 0)); in upgradePrefs()
130 mSharedPrefs.getLong(NoBackupKeys.KEY_LAST_SYNC_TIMESTAMP, 0)); in upgradePrefs()
291 return mSharedPrefs.getLong(WallpaperPreferenceKeys.KEY_HOME_WALLPAPER_HASH_CODE, 0); in getHomeWallpaperHashCode()
469 return mSharedPrefs.getLong(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_HASH_CODE, 0); in getLockWallpaperHashCode()
530 return jsonArray.getLong(jsonArray.length() - 1); in getLastDailyRotationTimestamp()
563 long existingTimestamp = jsonArray.getLong(i); in getDailyRotationsInLastWeek()
615 long timestamp = jsonArray.getLong(i); in getDailyRotationsPreviousDay()
[all …]
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncMessagesAction.java77 final long smsSyncBackoffTimeMillis = bugleGservices.getLong( in fullSync()
95 final long smsSyncBackoffTimeMillis = bugleGservices.getLong( in sync()
126 final long syncLowerBoundTimeMillis = prefs.getLong(BuglePrefsKeys.LAST_SYNC_TIME, in sync()
146 long lowerBoundTimeMillis = actionParameters.getLong(KEY_LOWER_BOUND); in executeAction()
147 final long upperBoundTimeMillis = actionParameters.getLong(KEY_UPPER_BOUND); in executeAction()
149 final long startTimestamp = actionParameters.getLong(KEY_START_TIMESTAMP); in executeAction()
214 final long lowerBoundTimeMillis = actionParameters.getLong(KEY_LOWER_BOUND); in doBackgroundWork()
215 final long upperBoundTimeMillis = actionParameters.getLong(KEY_UPPER_BOUND); in doBackgroundWork()
355 final long lastTimestampMillis = response.getLong(BUNDLE_KEY_LAST_TIMESTAMP); in processBackgroundResponse()
356 final long lowerBoundTimeMillis = actionParameters.getLong(KEY_LOWER_BOUND); in processBackgroundResponse()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalVideo.java107 dateTakenInMs = cursor.getLong(INDEX_DATE_TAKEN); in loadFromCursor()
108 dateAddedInSec = cursor.getLong(INDEX_DATE_ADDED); in loadFromCursor()
109 dateModifiedInSec = cursor.getLong(INDEX_DATE_MODIFIED); in loadFromCursor()
113 fileSize = cursor.getLong(INDEX_SIZE); in loadFromCursor()
140 dateTakenInMs, cursor.getLong(INDEX_DATE_TAKEN)); in updateFromCursor()
142 dateAddedInSec, cursor.getLong(INDEX_DATE_ADDED)); in updateFromCursor()
144 dateModifiedInSec, cursor.getLong(INDEX_DATE_MODIFIED)); in updateFromCursor()
149 fileSize = uh.update(fileSize, cursor.getLong(INDEX_SIZE)); in updateFromCursor()
DLocalImage.java139 dateTakenInMs = cursor.getLong(INDEX_DATE_TAKEN); in loadFromCursor()
140 dateAddedInSec = cursor.getLong(INDEX_DATE_ADDED); in loadFromCursor()
141 dateModifiedInSec = cursor.getLong(INDEX_DATE_MODIFIED); in loadFromCursor()
145 fileSize = cursor.getLong(INDEX_SIZE); in loadFromCursor()
159 dateTakenInMs, cursor.getLong(INDEX_DATE_TAKEN)); in updateFromCursor()
161 dateAddedInSec, cursor.getLong(INDEX_DATE_ADDED)); in updateFromCursor()
163 dateModifiedInSec, cursor.getLong(INDEX_DATE_MODIFIED)); in updateFromCursor()
167 fileSize = uh.update(fileSize, cursor.getLong(INDEX_SIZE)); in updateFromCursor()
/packages/apps/TV/src/com/android/tv/dvr/data/
DScheduledRecording.java456 .setId(c.getLong(++index)) in fromCursor()
457 .setPriority(c.getLong(++index)) in fromCursor()
460 .setChannelId(c.getLong(++index)) in fromCursor()
461 .setProgramId(c.getLong(++index)) in fromCursor()
463 .setStartTimeMs(c.getLong(++index)) in fromCursor()
464 .setEndTimeMs(c.getLong(++index)) in fromCursor()
474 .setSeriesRecordingId(c.getLong(++index)) in fromCursor()
482 .setId(c.getLong(++index)) in fromCursorWithTimeOffset()
483 .setPriority(c.getLong(++index)) in fromCursorWithTimeOffset()
486 .setChannelId(c.getLong(++index)) in fromCursorWithTimeOffset()
[all …]
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/datausage/
DAppDataUsageFragmentTest.java89 long start = bundle.getLong(KEY_START); in onActivityCreated_policyIsNull_startAndEndDateShouldHaveFourWeeksDifference()
90 long end = bundle.getLong(KEY_END); in onActivityCreated_policyIsNull_startAndEndDateShouldHaveFourWeeksDifference()
106 long start = bundle.getLong(KEY_START); in onActivityCreated_iteratorIsEmpty_startAndEndDateShouldHaveFourWeeksDifference()
107 long end = bundle.getLong(KEY_END); in onActivityCreated_iteratorIsEmpty_startAndEndDateShouldHaveFourWeeksDifference()
134 long start = bundle.getLong(KEY_START); in onActivityCreated_iteratorIsNotEmpty_startAndEndDateShouldBeLastOneInIterator()
135 long end = bundle.getLong(KEY_END); in onActivityCreated_iteratorIsNotEmpty_startAndEndDateShouldBeLastOneInIterator()
/packages/apps/Camera2/src/com/android/camera/data/
DVideoDataFactory.java36 long id = c.getLong(VideoDataQuery.COL_ID); in fromCursor()
39 long creationDateInMilliSeconds = c.getLong(VideoDataQuery.COL_DATE_TAKEN); in fromCursor()
40 long lastModifiedDateInSeconds = c.getLong(VideoDataQuery.COL_DATE_MODIFIED); in fromCursor()
67 long sizeInBytes = c.getLong(VideoDataQuery.COL_SIZE); in fromCursor()
70 long videoDurationMillis = c.getLong(VideoDataQuery.COL_DURATION); in fromCursor()
/packages/apps/Gallery/src/com/android/camera/gallery/
DVideoList.java54 return cursor.getLong(INDEX_ID); in getImageId()
59 long id = cursor.getLong(INDEX_ID); in loadImageFromCursor()
61 long dateTaken = cursor.getLong(INDEX_DATE_TAKEN); in loadImageFromCursor()
63 dateTaken = cursor.getLong(INDEX_DATE_MODIFIED) * 1000; in loadImageFromCursor()
65 long miniThumbMagic = cursor.getLong(INDEX_MIMI_THUMB_MAGIC); in loadImageFromCursor()
DImageList.java116 return cursor.getLong(INDEX_ID); in getImageId()
121 long id = cursor.getLong(INDEX_ID); in loadImageFromCursor()
123 long dateTaken = cursor.getLong(INDEX_DATE_TAKEN); in loadImageFromCursor()
125 dateTaken = cursor.getLong(INDEX_DATE_MODIFIED) * 1000; in loadImageFromCursor()
127 long miniThumbMagic = cursor.getLong(INDEX_MINI_THUMB_MAGIC); in loadImageFromCursor()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java512 long date = cursor.getLong(index); in extractMetadataFromCursor()
664 final long id = cursor.getLong(ImagesBucketQuery.BUCKET_ID); in queryChildDocuments()
686 final long id = cursor.getLong(VideosBucketQuery.BUCKET_ID); in queryChildDocuments()
800 final long lastModifiedAfter = queryArgs.getLong( in querySearchDocuments()
802 final long fileSizeOver = queryArgs.getLong(DocumentsContract.QUERY_ARG_FILE_SIZE_OVER, in querySearchDocuments()
1033 final long id = cursor.getLong(ImagesBucketQuery.BUCKET_ID); in includeImagesBucket()
1042 cursor.getLong(ImagesBucketQuery.DATE_MODIFIED) * DateUtils.SECOND_IN_MILLIS); in includeImagesBucket()
1063 final long id = cursor.getLong(ImageQuery._ID); in includeImage()
1069 row.add(Document.COLUMN_SIZE, cursor.getLong(ImageQuery.SIZE)); in includeImage()
1072 cursor.getLong(ImageQuery.DATE_MODIFIED) * DateUtils.SECOND_IN_MILLIS); in includeImage()
[all …]
/packages/apps/Dialer/java/com/android/dialer/database/
DDialerDatabaseHelper.java396 long deleteContactId = deletedContactCursor.getLong(DeleteContactQuery.DELETED_CONTACT_ID); in removeDeletedContacts()
479 final Long contactId = updatedContactCursor.getLong(UpdatedContactQuery.UPDATED_CONTACT_ID); in removeUpdatedContacts()
583 insert.bindLong(1, updatedContactCursor.getLong(PhoneQuery.PHONE_ID)); in insertUpdatedContactsAndNumberPrefix()
584 insert.bindLong(3, updatedContactCursor.getLong(PhoneQuery.PHONE_CONTACT_ID)); in insertUpdatedContactsAndNumberPrefix()
585 insert.bindLong(6, updatedContactCursor.getLong(PhoneQuery.PHONE_PHOTO_ID)); in insertUpdatedContactsAndNumberPrefix()
586 insert.bindLong(7, updatedContactCursor.getLong(PhoneQuery.PHONE_LAST_TIME_USED)); in insertUpdatedContactsAndNumberPrefix()
600 numberInsert.bindLong(1, updatedContactCursor.getLong(PhoneQuery.PHONE_CONTACT_ID)); in insertUpdatedContactsAndNumberPrefix()
650 insert.bindLong(1, nameCursor.getLong(columnIndexContactId)); in insertNamePrefixes()
687 .getLong(DEFAULT_LAST_UPDATED_CONFIG_KEY, 0); in updateSmartDialDatabase()
690 databaseLastUpdateSharedPref.getLong(LAST_UPDATED_MILLIS, defaultLastUpdateMillis); in updateSmartDialDatabase()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/helpers/
DUtil.java60 temp.trackNum = "" + bundle.getLong(MediaMetadata.METADATA_KEY_TRACK_NUMBER, 1); in bundleToMetadata()
61 temp.numTracks = "" + bundle.getLong(MediaMetadata.METADATA_KEY_NUM_TRACKS, 1); in bundleToMetadata()
63 temp.duration = "" + bundle.getLong(MediaMetadata.METADATA_KEY_DURATION, 0); in bundleToMetadata()
115 data.getLong(MediaMetadata.METADATA_KEY_TRACK_NUMBER)); in mediaMetadataToBundle()
120 data.getLong(MediaMetadata.METADATA_KEY_NUM_TRACKS)); in mediaMetadataToBundle()
130 data.getLong(MediaMetadata.METADATA_KEY_DURATION)); in mediaMetadataToBundle()
/packages/apps/Messaging/src/com/android/messaging/sms/
DDatabaseMessages.java158 mRowId = cursor.getLong(INDEX_ID); in load()
161 mTimestampInMillis = cursor.getLong(INDEX_DATE); in load()
163 mTimestampSentInMillis = cursor.getLong(INDEX_DATE_SENT); in load()
165 mThreadId = cursor.getLong(INDEX_THREAD_ID); in load()
357 mRowId = cursor.getLong(INDEX_ID); in load()
369 mSize = cursor.getLong(INDEX_MESSAGE_SIZE); in load()
371 mTimestampInMillis = cursor.getLong(INDEX_DATE) * 1000; in load()
372 mSentTimestampInMillis = cursor.getLong(INDEX_DATE_SENT) * 1000; in load()
373 mThreadId = cursor.getLong(INDEX_THREAD_ID); in load()
381 mExpiryInMillis = cursor.getLong(INDEX_EXPIRY) * 1000; in load()
[all …]
/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DIoStatsEntry.java138 runtimeMillis = in.getLong("runtimeMillis"); in IoStatsEntry()
299 bytesRead = in.getLong("bytesRead"); in Metrics()
300 bytesWritten = in.getLong("bytesWritten"); in Metrics()
301 bytesReadFromStorage = in.getLong("bytesReadFromStorage"); in Metrics()
302 bytesWrittenToStorage = in.getLong("bytesWrittenToStorage"); in Metrics()
303 fsyncCalls = in.getLong("fsyncCalls"); in Metrics()
/packages/apps/Dialer/java/com/android/dialer/postcall/
DPostCall.java102 .getLong("post_call_prompt_duration_ms", 8_000); in promptUserToSendMessage()
191 .getLong(PostCall.KEY_POST_CALL_CALL_DISCONNECT_TIME, -1); in restartPerformanceRecordingIfARecentCallExist()
213 long disconnectTimeMillis = manager.getLong(KEY_POST_CALL_CALL_DISCONNECT_TIME, -1); in shouldPromptUserToSendMessage()
214 long connectTimeMillis = manager.getLong(KEY_POST_CALL_CALL_CONNECT_TIME, -1); in shouldPromptUserToSendMessage()
225 && binding.getLong("postcall_last_call_threshold", 30_000) > timeSinceDisconnect in shouldPromptUserToSendMessage()
227 || binding.getLong("postcall_call_duration_threshold", 35_000) > callDurationMillis) in shouldPromptUserToSendMessage()
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
DTranscriptionConfigProvider.java73 .getLong("voicemail_transcription_max_transcription_retries", 2L); in getMaxTranscriptionRetries()
80 .getLong("voicemail_transcription_max_get_transcript_polls", 20L); in getMaxGetTranscriptPolls()
86 .getLong( in getInitialGetTranscriptPollDelayMillis()
94 .getLong( in getMaxGetTranscriptPollTimeMillis()
/packages/providers/TvProvider/tests/src/com/android/providers/tv/
DEpgDataCleanupServiceTests.java164 programs.add(new Program(cursor.getLong(0), cursor.getLong(1), cursor.getLong(2))); in queryPrograms()
203 programs.add(new Program(cursor.getLong(0), cursor.getLong(1), cursor.getLong(2))); in queryWatchedPrograms()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerDAO.kt74 val length: Long = prefs.getLong(LENGTH + id, Long.MIN_VALUE) in getTimers()
75 val totalLength: Long = prefs.getLong(TOTAL_LENGTH + id, Long.MIN_VALUE) in getTimers()
76 val lastStartTime: Long = prefs.getLong(LAST_START_TIME + id, Timer.UNUSED) in getTimers()
77 val lastWallClockTime: Long = prefs.getLong(LAST_WALL_CLOCK_TIME + id, Timer.UNUSED) in getTimers()
78 val remainingTime: Long = prefs.getLong(REMAINING_TIME + id, totalLength) in getTimers()

12345678910>>...20