/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/ |
D | StorageCacheHelper.java | 98 return mSharedPreferences.getLong(USED_SIZE_KEY, 0); in retrieveUsedSize() 106 result.totalSize = mSharedPreferences.getLong(TOTAL_SIZE_KEY, 0); in retrieveCachedSize() 107 result.totalUsedSize = mSharedPreferences.getLong(TOTAL_USED_SIZE_KEY, 0); in retrieveCachedSize() 108 result.imagesSize = mSharedPreferences.getLong(IMAGES_SIZE_KEY, 0); in retrieveCachedSize() 109 result.videosSize = mSharedPreferences.getLong(VIDEOS_SIZE_KEY, 0); in retrieveCachedSize() 110 result.audioSize = mSharedPreferences.getLong(AUDIO_SIZE_KEY, 0); in retrieveCachedSize() 111 result.allAppsExceptGamesSize = mSharedPreferences.getLong(APPS_SIZE_KEY, 0); in retrieveCachedSize() 112 result.gamesSize = mSharedPreferences.getLong(GAMES_SIZE_KEY, 0); in retrieveCachedSize() 113 result.documentsSize = mSharedPreferences.getLong(DOCUMENTS_SIZE_KEY, 0); in retrieveCachedSize() 114 result.otherSize = mSharedPreferences.getLong(OTHER_SIZE_KEY, 0); in retrieveCachedSize() [all …]
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | Timeouts.java | 384 return DeviceConfig.getLong(DeviceConfig.NAMESPACE_TELEPHONY, in getVoipCallTransitoryStateTimeoutMillis() 395 return DeviceConfig.getLong(DeviceConfig.NAMESPACE_TELEPHONY, in getEmergencyCallTimeBeforeUserDisconnectThresholdMillis() 405 return DeviceConfig.getLong(DeviceConfig.NAMESPACE_TELEPHONY, in getEmergencyCallActiveTimeThresholdMillis() 424 return DeviceConfig.getLong(DeviceConfig.NAMESPACE_TELEPHONY, in getVoipEmergencyCallTransitoryStateTimeoutMillis() 434 return DeviceConfig.getLong(DeviceConfig.NAMESPACE_TELEPHONY, in getNonVoipCallTransitoryStateTimeoutMillis() 444 return DeviceConfig.getLong(DeviceConfig.NAMESPACE_TELEPHONY, in getNonVoipEmergencyCallTransitoryStateTimeoutMillis() 454 return DeviceConfig.getLong(DeviceConfig.NAMESPACE_TELEPHONY, in getVoipCallIntermediateStateTimeoutMillis() 464 return DeviceConfig.getLong(DeviceConfig.NAMESPACE_TELEPHONY, in getVoipEmergencyCallIntermediateStateTimeoutMillis() 474 return DeviceConfig.getLong(DeviceConfig.NAMESPACE_TELEPHONY, in getNonVoipCallIntermediateStateTimeoutMillis() 484 return DeviceConfig.getLong(DeviceConfig.NAMESPACE_TELEPHONY, in getNonVoipEmergencyCallIntermediateStateTimeoutMillis() [all …]
|
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/common/ |
D | PhFlags.java | 166 return DeviceConfig.getLong( in getMinSchedulingIntervalSecsForFederatedComputation() 174 return DeviceConfig.getLong( in getMaxSchedulingIntervalSecsForFederatedComputation() 182 return DeviceConfig.getLong( in getDefaultSchedulingPeriodSecs() 190 return DeviceConfig.getLong( in getMaxSchedulingPeriodSecs() 206 return DeviceConfig.getLong( in getTransientErrorRetryDelaySecs() 238 return DeviceConfig.getLong( in getTrainingConditionCheckThrottlePeriodMillis() 262 return DeviceConfig.getLong( in getTaskHistoryTtl() 340 return DeviceConfig.getLong( in getFcpTfErrorRescheduleSeconds() 356 return DeviceConfig.getLong( in getFcpMemorySizeLimit()
|
/packages/modules/ExtServices/java/tests/src/android/ext/services/common/ |
D | AdServicesAppsearchDeleteJobTest.java | 112 .getLong(AdServicesAppsearchDeleteJob.SHARED_PREFS_KEY_JOB_RUN_COUNT, 0L); in setup() 297 .getLong(AdServicesAppsearchDeleteJob.SHARED_PREFS_KEY_OTA_DATE, 0L); in onStartJob_disabledJob() 324 .getLong(AdServicesAppsearchDeleteJob.SHARED_PREFS_KEY_OTA_DATE, 0L); in onStartJob_onDoNothing() 343 .getLong(AdServicesAppsearchDeleteJob.SHARED_PREFS_KEY_OTA_DATE, 0L); in onStartJob_enabledJob_firstTimeOta_appsearchDataNotFound() 352 .getLong(AdServicesAppsearchDeleteJob.SHARED_PREFS_KEY_OTA_DATE, 0L); in onStartJob_enabledJob_firstTimeOta_appsearchDataNotFound() 380 .getLong(AdServicesAppsearchDeleteJob.SHARED_PREFS_KEY_OTA_DATE, 0L); in onStartJob_enabledJob_firstTimeOta_appsearchDataFound() 389 .getLong(AdServicesAppsearchDeleteJob.SHARED_PREFS_KEY_OTA_DATE, 0L); in onStartJob_enabledJob_firstTimeOta_appsearchDataFound() 423 .getLong(AdServicesAppsearchDeleteJob.SHARED_PREFS_KEY_OTA_DATE, 0L); in onStartJob_enabledJob_minMinutesFromOTAPassed_shouldDelete() 438 .getLong(AdServicesAppsearchDeleteJob.SHARED_PREFS_KEY_OTA_DATE, 0L); in onStartJob_enabledJob_minMinutesFromOTAPassed_shouldDelete() 478 .getLong(AdServicesAppsearchDeleteJob.SHARED_PREFS_KEY_OTA_DATE, 0L); in onStartJob_enabledJob_deleteDbsException_shouldNotCancel() [all …]
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator2.java | 264 mimeTypeCondition.append(c.getLong((0))); in clearSuperPrimarySetting() 407 if (!connectedRawContactIds.contains(cursor.getLong(0))) { in canBeReused() 470 long rawContactId = cursor.getLong(RawContactIdQuery.RAW_CONTACT_ID); in updateAggregationAfterVisibilityChange() 520 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in updateMatchScoresBasedOnExceptions() 526 rId = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID2); in updateMatchScoresBasedOnExceptions() 527 contactId = c.getLong(AggregateExceptionQuery.CONTACT_ID2); in updateMatchScoresBasedOnExceptions() 528 accountId = c.getLong(AggregateExceptionQuery.ACCOUNT_ID2); in updateMatchScoresBasedOnExceptions() 532 rId = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in updateMatchScoresBasedOnExceptions() 533 contactId = c.getLong(AggregateExceptionQuery.CONTACT_ID1); in updateMatchScoresBasedOnExceptions() 534 accountId = c.getLong(AggregateExceptionQuery.ACCOUNT_ID1); in updateMatchScoresBasedOnExceptions() [all …]
|
/packages/modules/ExtServices/java/src/android/ext/services/common/ |
D | AdservicesPhFlags.java | 35 return DeviceConfig.getLong( in getAppsearchDeletePeriodicIntervalMillis() 49 return DeviceConfig.getLong( in getAppsearchDeleteJobFlexMillis() 93 return DeviceConfig.getLong( in getMinMinutesFromOtaToCheckAdServicesStatus() 106 return DeviceConfig.getLong( in getMinMinutesFromOtaToDeleteAppsearchData() 120 return DeviceConfig.getLong( in getMinMinutesToDeleteFromAdServicesEnabled()
|
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/spe/logging/ |
D | JobServiceLoggerTest.java | 113 sharedPreferences.getLong( in testPersistJobExecutionData_firstExecution() 116 expect.that(sharedPreferences.getLong(keyExecutionPeriod, UNAVAILABLE_JOB_EXECUTION_PERIOD)) in testPersistJobExecutionData_firstExecution() 161 sharedPreferences.getLong( in testPersistJobExecutionData_openEndedLastExecution() 164 expect.that(sharedPreferences.getLong(keyExecutionPeriod, UNAVAILABLE_JOB_EXECUTION_PERIOD)) in testPersistJobExecutionData_openEndedLastExecution() 206 sharedPreferences.getLong( in testPersistJobExecutionData_closeEndedLastExecution() 209 expect.that(sharedPreferences.getLong(keyExecutionPeriod, UNAVAILABLE_JOB_EXECUTION_PERIOD)) in testPersistJobExecutionData_closeEndedLastExecution() 228 sharedPreferences.getLong( in testPersistJobExecutionData_multipleJobs() 232 sharedPreferences.getLong( in testPersistJobExecutionData_multipleJobs() 236 sharedPreferences.getLong( in testPersistJobExecutionData_multipleJobs() 240 sharedPreferences.getLong( in testPersistJobExecutionData_multipleJobs() [all …]
|
/packages/services/Car/packages/ScriptExecutor/tests/functional/src/com/android/car/scriptexecutortest/functional/ |
D | ScriptExecutorFunctionalTest.java | 160 assertThat(mListener.mInterimResult.getLong("integer")).isEqualTo(1); in invokeScript_allSupportedPrimitiveTypes() 181 assertThat(nestedBundle.getLong("x")).isEqualTo(10); in invokeScript_supportsNestedTables() 182 assertThat(nestedBundle.getLong("y")).isEqualTo(30); in invokeScript_supportsNestedTables() 204 assertThat(nestedBundle.getLong("x")).isEqualTo(10); in invokeScript_supportsDeeplyNestedTables() 205 assertThat(nestedBundle.getLong("y")).isEqualTo(30); in invokeScript_supportsDeeplyNestedTables() 209 assertThat(secondNestedBundle.getLong("z")).isEqualTo(100); in invokeScript_supportsDeeplyNestedTables() 244 assertThat(mListener.mInterimResult.getLong("y")).isEqualTo(2); in invokeScript_processPreviousStateAndReturnResult() 271 assertThat(mListener.mInterimResult.getLong("integer")).isEqualTo(2); in invokeScript_allSupportedPrimitiveTypesWorkRoundTripWithKeyNamesPreserved() 469 assertThat(mListener.mInterimResult.getLong("total")).isEqualTo(expected_sum); in invokeScript_noLuaBufferOverflowForLargeInputArrays() 543 assertThat(mListener.mFinalResult.getLong("data")).isEqualTo(2); in invokeScript_returnsFinalResult() [all …]
|
/packages/apps/Camera2/src/com/android/camera/data/ |
D | VideoDataFactory.java | 36 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/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/ |
D | ContactsIndexerUserInstanceTest.java | 486 assertThat(settingsBundle.getLong(ContactsIndexerSettings.LAST_DELTA_UPDATE_TIMESTAMP_KEY)) in testDeltaUpdate_insertedContacts() 489 settingsBundle.getLong(ContactsIndexerSettings.LAST_CONTACT_UPDATE_TIMESTAMP_KEY)) in testDeltaUpdate_insertedContacts() 507 assertThat(mUpdateStats.mUpdateAndDeleteStartTimeMillis).isEqualTo(settingsBundle.getLong( in testDeltaUpdate_insertedContacts() 509 assertThat(mUpdateStats.mLastDeltaUpdateStartTimeMillis).isLessThan(settingsBundle.getLong( in testDeltaUpdate_insertedContacts() 512 settingsBundle.getLong(ContactsIndexerSettings.LAST_CONTACT_UPDATE_TIMESTAMP_KEY)); in testDeltaUpdate_insertedContacts() 514 settingsBundle.getLong(ContactsIndexerSettings.LAST_CONTACT_DELETE_TIMESTAMP_KEY)); in testDeltaUpdate_insertedContacts() 571 assertThat(settingsBundle.getLong(ContactsIndexerSettings.LAST_DELTA_UPDATE_TIMESTAMP_KEY)) in testDeltaUpdate_deletedContacts() 574 settingsBundle.getLong(ContactsIndexerSettings.LAST_CONTACT_DELETE_TIMESTAMP_KEY)) in testDeltaUpdate_deletedContacts() 592 assertThat(mUpdateStats.mUpdateAndDeleteStartTimeMillis).isEqualTo(settingsBundle.getLong( in testDeltaUpdate_deletedContacts() 594 assertThat(mUpdateStats.mLastDeltaUpdateStartTimeMillis).isLessThan(settingsBundle.getLong( in testDeltaUpdate_deletedContacts() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | LocalVideo.java | 107 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() 144 dateTakenInMs, cursor.getLong(INDEX_DATE_TAKEN)); in updateFromCursor() 146 dateAddedInSec, cursor.getLong(INDEX_DATE_ADDED)); in updateFromCursor() 148 dateModifiedInSec, cursor.getLong(INDEX_DATE_MODIFIED)); in updateFromCursor() 153 fileSize = uh.update(fileSize, cursor.getLong(INDEX_SIZE)); in updateFromCursor()
|
D | LocalImage.java | 139 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/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/hibernation/ |
D | HibernationPolicyTest.kt | 112 sharedPreferences.getLong( in onReceive_shouldInitializeAndAdjustStartTimeOfUnusedAppTracking() 117 sharedPreferences.getLong(PREF_KEY_BOOT_TIME_SNAPSHOT, SNAPSHOT_UNINITIALIZED) in onReceive_shouldInitializeAndAdjustStartTimeOfUnusedAppTracking() 119 sharedPreferences.getLong(PREF_KEY_ELAPSED_REALTIME_SNAPSHOT, SNAPSHOT_UNINITIALIZED) in onReceive_shouldInitializeAndAdjustStartTimeOfUnusedAppTracking() 142 sharedPreferences.getLong(PREF_KEY_BOOT_TIME_SNAPSHOT, SNAPSHOT_UNINITIALIZED) in getStartTimeOfUnusedAppTracking_shouldReturnExpectedValue() 153 sharedPreferences.getLong( in assertAdjustedTime() 158 sharedPreferences.getLong(PREF_KEY_BOOT_TIME_SNAPSHOT, SNAPSHOT_UNINITIALIZED) in assertAdjustedTime() 160 sharedPreferences.getLong(PREF_KEY_ELAPSED_REALTIME_SNAPSHOT, SNAPSHOT_UNINITIALIZED) in assertAdjustedTime()
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/util/ |
D | PickerDbTestUtils.java | 295 .that(cursor.getLong(cursor.getColumnIndexOrThrow( in assertCloudAlbumCursor() 299 .that(cursor.getLong(cursor.getColumnIndexOrThrow( in assertCloudAlbumCursor() 341 .that(cursor.getLong(cursor.getColumnIndexOrThrow(CloudMediaProviderContract in assertCloudMediaCursor() 346 .that(cursor.getLong(cursor.getColumnIndexOrThrow(CloudMediaProviderContract in assertCloudMediaCursor() 350 .that(cursor.getLong(cursor.getColumnIndexOrThrow(CloudMediaProviderContract in assertCloudMediaCursor() 355 .that(cursor.getLong(cursor.getColumnIndexOrThrow(CloudMediaProviderContract in assertCloudMediaCursor() 377 .that(cursor.getLong(cursor.getColumnIndexOrThrow(CloudMediaProviderContract in assertCloudMediaCursor() 382 .that(cursor.getLong(cursor.getColumnIndexOrThrow(CloudMediaProviderContract in assertCloudMediaCursor() 387 .that(cursor.getLong(cursor.getColumnIndexOrThrow(CloudMediaProviderContract in assertCloudMediaCursor() 392 .that(cursor.getLong(cursor.getColumnIndexOrThrow(CloudMediaProviderContract in assertCloudMediaCursor() [all …]
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
D | VideoList.java | 54 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()
|
D | ImageList.java | 116 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/services/Telephony/src/com/android/phone/ |
D | DataCollectorConfig.java | 46 return DeviceConfig.getLong(DeviceConfig.NAMESPACE_TELEPHONY, in getLogcatReadTimeoutMillis() 51 return DeviceConfig.getLong(DeviceConfig.NAMESPACE_TELEPHONY, in getDumpsysReadTimeoutMillis() 56 return DeviceConfig.getLong(DeviceConfig.NAMESPACE_TELEPHONY, in getLogcatProcTimeoutMillis() 61 return DeviceConfig.getLong(DeviceConfig.NAMESPACE_TELEPHONY, in getDumpsysProcTimeoutMillis()
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/ |
D | BatteryHistEntry.java | 71 mUid = getLong(values, KEY_UID); in BatteryHistEntry() 72 mUserId = getLong(values, KEY_USER_ID); in BatteryHistEntry() 74 mTimestamp = getLong(values, KEY_TIMESTAMP); in BatteryHistEntry() 101 mUid = getLong(cursor, KEY_UID); in BatteryHistEntry() 102 mUserId = getLong(cursor, KEY_USER_ID); in BatteryHistEntry() 104 mTimestamp = getLong(cursor, KEY_TIMESTAMP); in BatteryHistEntry() 252 private long getLong(ContentValues values, String key) { in getLong() method in BatteryHistEntry 260 private long getLong(Cursor cursor, String key) { in getLong() method in BatteryHistEntry 263 return cursor.getLong(columnIndex); in getLong()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | SyncMessagesAction.java | 77 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/UniversalMediaPlayer/java/com/android/pump/db/ |
D | AudioStore.java | 93 long id = cursor.getLong(idColumn); in load() 120 long id = cursor.getLong(idColumn); in load() 126 long artistId = cursor.getLong(artistIdColumn); in load() 158 long id = cursor.getLong(idColumn); in load() 165 long artistId = cursor.getLong(artistIdColumn); in load() 172 long albumId = cursor.getLong(albumIdColumn); in load() 198 long id = cursor.getLong(idColumn); in load() 222 long id = cursor.getLong(idColumn); in load() 265 long artistId = cursor.getLong(artistIdColumn); in loadData() 271 long albumId = cursor.getLong(albumIdColumn); in loadData() [all …]
|
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/ |
D | TranscriptionConfigProvider.java | 73 .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/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/storage/ |
D | UserParameters.java | 101 return getSharedPreferences(context).getLong(KEY_BOOT_TIME_MILLS, 0L); in getBootTimeMillis() 114 return getSharedPreferences(context).getLong(KEY_NEXT_CHECK_IN_TIME_MILLIS, 0L); in getNextCheckInTimeMillis() 129 return getSharedPreferences(context).getLong(KEY_RESUME_PROVISION_TIME_MILLIS, 0L); in getResumeProvisionTimeMillis() 144 return getSharedPreferences(context).getLong(KEY_NEXT_PROVISION_FAILED_STEP_TIME_MILLIS, in getNextProvisionFailedStepTimeMills() 160 return getSharedPreferences(context).getLong(KEY_RESET_DEVICE_TIME_MILLIS, 0L); in getResetDeviceTimeMillis() 184 return getSharedPreferences(context).getLong(KEY_PROVISIONING_START_TIME_MILLIS, in getProvisioningStartTimeMillis()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/ |
D | ContactsIndexerSettings.java | 80 return mBundle.getLong(LAST_FULL_UPDATE_TIMESTAMP_KEY); in getLastFullUpdateTimestampMillis() 90 return mBundle.getLong(LAST_DELTA_UPDATE_TIMESTAMP_KEY); in getLastDeltaUpdateTimestampMillis() 100 return mBundle.getLong(LAST_CONTACT_UPDATE_TIMESTAMP_KEY); in getLastContactUpdateTimestampMillis() 110 return mBundle.getLong(LAST_CONTACT_DELETE_TIMESTAMP_KEY); in getLastContactDeleteTimestampMillis()
|
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/utils/ |
D | Settings.java | 83 Instant.ofEpochMilli(sharedPref.getLong(KEY_FAILURE_DATA_WINDOW_START_TIME, 0)); in hasErrDataBudget() 187 && sharedPref.getLong(KEY_EXPIRING_BY, -1) != expiringBy.toMillis()) { in setDeviceConfig() 214 return Duration.ofMillis(sharedPref.getLong(KEY_EXPIRING_BY, EXPIRING_BY_MS_DEFAULT)); in getExpiringBy() 315 sharedPref.getLong(KEY_LAST_BAD_CERT_TIME_START, NO_TIME_PROVIDED); in getLastBadCertTimeStart() 329 sharedPref.getLong(KEY_LAST_BAD_CERT_TIME_END, NO_TIME_PROVIDED); in getLastBadCertTimeEnd() 348 if (sharedPref.getLong(KEY_LAST_BAD_CERT_TIME_START, NO_TIME_PROVIDED) != startMillis) { in setLastBadCertTimeRange() 352 if (sharedPref.getLong(KEY_LAST_BAD_CERT_TIME_END, NO_TIME_PROVIDED) != endMillis) { in setLastBadCertTimeRange()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/ |
D | DbState.java | 369 .setEventTime(sJSON.getLong("eventTime")) in getSourceFrom() 370 .setExpiryTime(sJSON.getLong("expiryTime")) in getSourceFrom() 371 .setEventReportWindow(sJSON.getLong("eventReportWindow")) in getSourceFrom() 373 .setPriority(sJSON.getLong("priority")) in getSourceFrom() 425 .setTriggerTime(tJSON.getLong("triggerTime")) in getTriggerFrom() 447 .setTriggerTime(rJSON.getLong("triggerTime")) in getEventReportFrom() 448 .setReportTime(rJSON.getLong("reportTime")) in getEventReportFrom() 449 .setTriggerPriority(rJSON.getLong("triggerPriority")) in getEventReportFrom() 471 .setTriggerTime(attrJSON.getLong("triggerTime")) in getAttributionFrom() 484 .setExpiry(keyJSON.getLong("expiry")) in getAggregateEncryptionKeyFrom() [all …]
|