Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java405 protected InstanceId mAllAppsSessionLogId; field in Launcher
1228 && mAllAppsSessionLogId == null) {
1230 mAllAppsSessionLogId = new InstanceIdSequence().newInstanceId();
1275 && mAllAppsSessionLogId != null) {
1278 mAllAppsSessionLogId = null;
3140 return super.getStatsLogManager().withDefaultInstanceId(mAllAppsSessionLogId);
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java315 if (mAllAppsSessionLogId != null && ALL_APPS.equals( in logAppLaunch()
317 instanceId = mAllAppsSessionLogId; in logAppLaunch()