Searched defs:appEntry (Results 1 – 3 of 3) sorted by relevance
65 public static CharSequence getLaunchByDefaultSummary(ApplicationsState.AppEntry appEntry, in getLaunchByDefaultSummary()226 public static Drawable getIcon(Context context, ApplicationsState.AppEntry appEntry) { in getIcon()261 public static Drawable getIconFromCache(ApplicationsState.AppEntry appEntry) { in getIconFromCache()295 public static boolean isAppInstalled(ApplicationsState.AppEntry appEntry) { in isAppInstalled()302 private static void setAppEntryMounted(ApplicationsState.AppEntry appEntry, boolean mounted) { in setAppEntryMounted()
139 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in isAppInstalled_hasAppEntryWithInstalledFlag_shouldReturnTrue() local148 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in isAppInstalled_hasAppEntryWithoutInstalledFlag_shouldReturnFalse() local155 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, id); in createAppEntry() local
239 AppEntry appEntry = new AppEntry(RuntimeEnvironment.application, appInfo, id); in createAppEntry() local251 AppEntry appEntry = createAppEntry(appInfo, id); in addApp() local