Home
last modified time | relevance | path

Searched refs:lastUpdated (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DStructNdaCacheInfo.java110 public long lastUpdated() { in lastUpdated() method in StructNdaCacheInfo
119 + "ndm_updated{" + lastUpdated() + "}, " in toString()
/packages/apps/PrivateSpace/src/com/android/privatespace/filetransfer/
DFileTransferManagerImpl.kt166 var lastUpdated = SystemClock.elapsedRealtime() in <lambda>() variable
180 if (currentTime - lastUpdated > PROGRESS_NOTIFICATION_UPDATE_INTERVAL_MS) { in <lambda>()
182 lastUpdated = currentTime in <lambda>()
/packages/modules/Permission/service/java/com/android/safetycenter/data/
DSafetySourceDataRepository.java269 Long lastUpdated = mSafetySourceLastUpdated.get(sourceKey); in getSafetySourceLastUpdated() local
270 if (lastUpdated != null) { in getSafetySourceLastUpdated()
271 return lastUpdated; in getSafetySourceLastUpdated()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/viewmodel/
DWallpaperQuickSwitchViewModel.kt73 .map { preview -> preview.wallpaperId + preview.lastUpdated } in <lambda>()
98 lastUpdatedTimestamp = preview.lastUpdated, in <lambda>()
DScreenPreviewViewModel.kt66 wallpaper.lastUpdated, in wallpaperThumbnail()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/shared/model/
DWallpaperModel.kt24 val lastUpdated: Long = -1, constant in com.android.wallpaper.picker.customization.shared.model.WallpaperModel
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/ui/viewmodel/
DWallpaperQuickSwitchViewModelTest.kt139 lastUpdated = if (idx == 0) 100 else wp.lastUpdated, in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/
DWallpaperClientImpl.kt482 val lastUpdated = cursor.getLong(lastUpdatedColumnIndex) in <lambda>() constant
490 lastUpdated = lastUpdated, in <lambda>()
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetyCenterManagerTest.kt3897 val lastUpdated = dumpLastUpdated() in <lambda>() constant
3898 assertThat(lastUpdated).isEmpty() in <lambda>()
3907 val lastUpdated = dumpLastUpdated() in <lambda>() constant
3908 val key = lastUpdated.keys.find { it.contains(SINGLE_SOURCE_ID) } in <lambda>()
3910 assertThat(lastUpdated[key]).isNotNull() in <lambda>()
3939 val lastUpdated = dumpLastUpdated() in <lambda>() constant
3940 val key = lastUpdated.keys.find { it.contains(SINGLE_SOURCE_ID) } in <lambda>()
3942 assertThat(lastUpdated[key]).isNotNull() in <lambda>()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiConfiguration.java1574 public long lastUpdated; field in WifiConfiguration
3693 if (this.lastUpdated != 0) { in toString()
3695 sbuf.append("lastUpdated: ").append(logTimeOfDay(this.lastUpdated)); in toString()
4138 lastUpdated = source.lastUpdated; in WifiConfiguration()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java1402 newInternalConfig.lastUpdated = mClock.getWallClockMillis(); in createNewInternalWifiConfigurationFromExternal()
1431 newInternalConfig.lastUpdated = mClock.getWallClockMillis(); in updateExistingInternalWifiConfigurationFromExternal()
1940 Math.max(config.lastConnected, config.lastUpdated)) in removeExcessNetworks()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java7637 newlyAddedConfig.lastUpdated = 1; in testRemoveExcessNetworksOnAdd()
7706 newlyAddedConfig.lastUpdated = 1; in testRemoveExcessAppAddedNetworksOnAdd()
/packages/modules/HealthFitness/service/proto/phr/tests/
Dexpected_fhir_spec_r4_for_test.textproto6054 key: "lastUpdated"
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java9357 long lastUpdated = getContactLastUpdatedTimestampByRawContactId(mResolver, rawContactId); in testRawContactCreate_updatesContactUpdatedTimestamp() local
9359 assertTrue(lastUpdated > startTime); in testRawContactCreate_updatesContactUpdatedTimestamp()