Searched refs:mAllAppsSessionLogId (Results 1 – 2 of 2) sorted by relevance
113 if (mAllAppsSessionLogId != null && ALL_APPS.equals( in logAppLaunch()115 instanceId = mAllAppsSessionLogId; in logAppLaunch()
360 protected InstanceId mAllAppsSessionLogId; field in Launcher1047 && mAllAppsSessionLogId == null) { in onStateSetStart()1049 mAllAppsSessionLogId = new InstanceIdSequence().newInstanceId(); in onStateSetStart()1082 && mAllAppsSessionLogId != null) { in onStateSetEnd()1091 mAllAppsSessionLogId = null; in onStateSetEnd()2951 return super.getStatsLogManager().withDefaultInstanceId(mAllAppsSessionLogId); in getStatsLogManager()