Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DRecentAppsPreferenceControllerTest.java158 final UsageStats stat1 = new UsageStats(); in display_showRecents() local
161 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() local
208 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 …]