HomeSort by relevance Sort by last modified time
    Searched refs:stat1Entry (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
RecentAppsPreferenceControllerTest.java 211 ApplicationsState.AppEntry stat1Entry = mock(ApplicationsState.AppEntry.class);
213 stat1Entry.info = mApplicationInfo;
216 when(mAppState.getEntry(stat1.mPackageName, UserHandle.myUserId())).thenReturn(stat1Entry);
  /packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/apps/
RecentAppsPreferenceControllerTest.java 191 ApplicationsState.AppEntry stat1Entry = mock(ApplicationsState.AppEntry.class);
193 stat1Entry.info = mApplicationInfo;
196 when(mAppState.getEntry(stat1.mPackageName, UserHandle.myUserId())).thenReturn(stat1Entry);

Completed in 214 milliseconds