Searched defs:GET_NON_LAUNCHABLE_APPS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DAppsQueryHelper.java42 public static int GET_NON_LAUNCHABLE_APPS = 1; field in class:AppsQueryHelper
72 * @param flags search flags. Use any combination of {@link #GET_NON_LAUNCHABLE_APPS},
78 boolean nonLaunchableApps = (flags & GET_NON_LAUNCHABLE_APPS) > 0;

Completed in 73 milliseconds