Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/module/logging/
DThemesUserEventLoggerImpl.kt71 private val appSessionId: AppSessionId, constant in com.android.customization.module.logging.ThemesUserEventLoggerImpl
90 .setAppSessionId(appSessionId.createNewId().getId()) in logAppLaunched()
111 .setAppSessionId(appSessionId.getId()) in logWallpaperApplied()
130 .setAppSessionId(appSessionId.getId()) in logEffectApply()
140 .setAppSessionId(appSessionId.getId()) in logEffectProbe()
152 .setAppSessionId(appSessionId.getId()) in logEffectForegroundDownload()
160 SysUiStatsLogger(RESET_APPLIED).setAppSessionId(appSessionId.getId()).log() in logResetApplied()
164 SysUiStatsLogger(WALLPAPER_EXPLORE).setAppSessionId(appSessionId.getId()).log() in logWallpaperExploreButtonClicked()
173 .setAppSessionId(appSessionId.getId()) in logThemeColorApplied()
182 .setAppSessionId(appSessionId.getId()) in logGridApplied()
[all …]
DSysUiStatsLogger.kt54 private var appSessionId = 0 variable
133 fun setAppSessionId(sessionId: Int) = apply { this.appSessionId = sessionId } in <lambda>()
184 appSessionId, in log()