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

  /frameworks/base/core/java/android/provider/
Applications.java 27 * The Applications provider gives information about installed applications.
31 public class Applications {
36 public static final String AUTHORITY = "applications";
46 public static final String APPLICATION_PATH = "applications";
70 private Applications() {}
85 * "content://applications/applications/<packageName>/<className>".
108 * "content://applications/applications/<packageName>/<className>"
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 167 * The Apps/Customize page that displays all the applications, widgets, and shortcuts.
177 Applications,
342 // We only do this test once, and we default to the Applications page, so we only really
682 } else if (type == ContentType.Applications) {
714 !tag.equals(tabHost.getTabTagForContentType(ContentType.Applications))) {
715 tabHost.setCurrentTabFromContent(ContentType.Applications);
    [all...]

Completed in 89 milliseconds