Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/module/logging/
DAppSessionId.kt31 fun createNewId(): AppSessionId { in createNewId() method in com.android.customization.module.logging.AppSessionId
DThemesUserEventLoggerImpl.kt90 .setAppSessionId(appSessionId.createNewId().getId()) in logAppLaunched()