Searched refs:stat2 (Results 1 – 1 of 1) sorted by relevance
159 final UsageStats stat2 = new UsageStats(); in display_showRecents() local165 stat2.mLastTimeUsed = System.currentTimeMillis(); in display_showRecents()166 stat2.mPackageName = "com.android.settings"; in display_showRecents()167 stats.add(stat2); in display_showRecents()176 when(mAppState.getEntry(stat2.mPackageName, UserHandle.myUserId())) in display_showRecents()207 final UsageStats stat2 = new UsageStats(); in display_hasRecentButNoneDisplayable_showAppInfo() local212 stat2.mLastTimeUsed = System.currentTimeMillis(); in display_hasRecentButNoneDisplayable_showAppInfo()213 stat2.mPackageName = "com.android.settings"; in display_hasRecentButNoneDisplayable_showAppInfo()214 stats.add(stat2); in display_hasRecentButNoneDisplayable_showAppInfo()219 when(mAppState.getEntry(stat2.mPackageName, UserHandle.myUserId())) in display_hasRecentButNoneDisplayable_showAppInfo()