Searched refs:stat1 (Results 1 – 1 of 1) sorted by relevance
158 final UsageStats stat1 = new UsageStats(); in display_showRecents() local161 stat1.mLastTimeUsed = System.currentTimeMillis(); in display_showRecents()162 stat1.mPackageName = "pkg.class"; in display_showRecents()163 stats.add(stat1); in display_showRecents()174 when(mAppState.getEntry(stat1.mPackageName, UserHandle.myUserId())) in display_showRecents()206 final UsageStats stat1 = new UsageStats(); in display_hasRecentButNoneDisplayable_showAppInfo() local208 stat1.mLastTimeUsed = System.currentTimeMillis(); in display_hasRecentButNoneDisplayable_showAppInfo()209 stat1.mPackageName = "com.android.phone"; in display_hasRecentButNoneDisplayable_showAppInfo()210 stats.add(stat1); in display_hasRecentButNoneDisplayable_showAppInfo()217 when(mAppState.getEntry(stat1.mPackageName, UserHandle.myUserId())) in display_hasRecentButNoneDisplayable_showAppInfo()[all …]