Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DRecentAppsPreferenceControllerTest.java159 final UsageStats stat2 = new UsageStats(); in display_showRecents() local
165 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() local
212 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()