OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
168
* The Apps/Customize page that displays all the
applications
, widgets, and shortcuts.
178
Applications
,
343
// We only do this test once, and we default to the
Applications
page, so we only really
646
} else if (type == ContentType.
Applications
) {
664
!tag.equals(tabHost.getTabTagForContentType(ContentType.
Applications
))) {
665
tabHost.setCurrentTabFromContent(ContentType.
Applications
);
[
all
...]
Completed in 33 milliseconds