OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Applications
(Results
1 - 13
of
13
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/gnu/
stubs-32.h
7
# error
Applications
may not define the macro _LIBC
/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/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsAdapter.java
17
package com.android.providers.
applications
;
22
import android.provider.
Applications
;
43
Uri iconUri = getColumnUri(cursor,
Applications
.ApplicationColumns.ICON);
44
String name = getColumnString(cursor,
Applications
.ApplicationColumns.NAME);
ApplicationLauncher.java
17
package com.android.providers.
applications
;
27
import android.provider.
Applications
;
63
mCursor =
Applications
.search(getContentResolver(), query);
84
Uri uri = ApplicationsAdapter.getColumnUri(mCursor,
Applications
.ApplicationColumns.URI);
89
ComponentName componentName =
Applications
.uriToComponentName(uri);
ApplicationsProvider.java
17
package com.android.providers.
applications
;
49
import android.provider.
Applications
;
61
* Fetches the list of
applications
installed on the phone to provide search suggestions.
63
* {@link android.provider.
Applications
} should be updated.
66
* to date list of installed
applications
. Alternatively, Launcher could be updated to use this
99
private static final String APPLICATIONS_TABLE = "
applications
";
113
* An in-memory database storing the details of
applications
installed on
123
*
applications
list within this window.
129
matcher.addURI(
Applications
.AUTHORITY, SearchManager.SUGGEST_URI_PATH_QUERY,
131
matcher.addURI(
Applications
.AUTHORITY, SearchManager.SUGGEST_URI_PATH_QUERY + "/*"
[
all
...]
/packages/providers/ApplicationsProvider/tests/
Android.mk
12
# framework is required to access android.provider.
Applications
/packages/providers/ApplicationsProvider/tests/src/com/android/providers/applications/
ApplicationsProviderTest.java
17
package com.android.providers.
applications
;
25
import android.provider.
Applications
;
36
*
applications
on the device. The ApplicationsProvider's persistent database
48
super(ApplicationsProviderForTesting.class,
Applications
.AUTHORITY);
62
// Decouple the provider from Android's real list of
applications
.
78
* Register a few default
applications
with the ApplicationsProvider that
246
Cursor cursor =
Applications
.search(getMockContentResolver(), searchQuery);
274
Uri.Builder uriBuilder =
Applications
.CONTENT_URI.buildUpon();
/packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java
75
setContentTypeImmediate(AppsCustomizePagedView.ContentType.
Applications
);
290
return AppsCustomizePagedView.ContentType.
Applications
;
294
return AppsCustomizePagedView.ContentType.
Applications
;
301
if (type == AppsCustomizePagedView.ContentType.
Applications
) {
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
...]
/build/core/
droiddoc.mk
113
-J-agentlib:jprofilerti=port=8849 -J-Xbootclasspath/a:/
Applications
/jprofiler5/bin/agent.jar
/external/webkit/Tools/Scripts/
bisect-builds
110
[--safari-path path] path to Safari application bundle (default: /
Applications
/Safari.app)
292
our $safariPath = "/
Applications
/Safari.app";
webkitdirs.pm
557
$safariBundle = "/
Applications
/Safari.app";
[
all
...]
/frameworks/base/docs/html/guide/
guide_toc.cs
36
<span class="fr" style="display:none">Principes de base des
applications
</span>
[
all
...]
Completed in 994 milliseconds