Home
last modified time | relevance | path

Searched defs:appEntry (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DAppUtils.java65 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()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
DAppUtilsTest.java139 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in isAppInstalled_hasAppEntryWithInstalledFlag_shouldReturnTrue() local
148 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in isAppInstalled_hasAppEntryWithoutInstalledFlag_shouldReturnFalse() local
155 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, id); in createAppEntry() local
DApplicationsStateRoboTest.java239 AppEntry appEntry = new AppEntry(RuntimeEnvironment.application, appInfo, id); in createAppEntry() local
251 AppEntry appEntry = createAppEntry(appInfo, id); in addApp() local