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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/gnu/
stubs-32.h 7 # error Applications may not define the macro _LIBC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/gnu/
stubs-32.h 7 # error Applications may not define the macro _LIBC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/gnu/
stubs-64.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;
50 import android.provider.Applications;
62 * Fetches the list of applications installed on the phone to provide search suggestions.
64 * {@link android.provider.Applications} should be updated.
67 * to date list of installed applications. Alternatively, Launcher could be updated to use this
100 private static final String APPLICATIONS_TABLE = "applications";
114 * An in-memory database storing the details of applications installed on
124 * applications list within this window.
130 matcher.addURI(Applications.AUTHORITY, SearchManager.SUGGEST_URI_PATH_QUERY,
132 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 84 setContentTypeImmediate(AppsCustomizePagedView.ContentType.Applications);
309 return AppsCustomizePagedView.ContentType.Applications;
313 return AppsCustomizePagedView.ContentType.Applications;
320 if (type == AppsCustomizePagedView.ContentType.Applications) {
AppsCustomizePagedView.java 146 * The Apps/Customize page that displays all the applications, widgets, and shortcuts.
158 Applications,
    [all...]
  /frameworks/support/v7/appcompat/
Android.mk 19 # Applications that use this library must specify LOCAL_RESOURCE_DIR
  /frameworks/support/v7/gridlayout/
Android.mk 19 # Applications that use this library must specify LOCAL_RESOURCE_DIR
  /frameworks/support/v7/mediarouter/
Android.mk 58 # Applications that use this library must specify LOCAL_RESOURCE_DIR
  /ndk/build/tools/
common-build-host-funcs.sh 525 _bh_check_darwin_sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$DARWIN_SDK_SUBDIR $DARWIN_MIN_VERSION
529 _bh_check_darwin_sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk $DARWIN_MIN_VERSION
  /build/core/
droiddoc.mk 112 -J-agentlib:jprofilerti=port=8849 -J-Xbootclasspath/a:/Applications/jprofiler5/bin/agent.jar
  /external/openssh/contrib/redhat/
openssh.spec 81 Group: Applications/Internet
110 Group: Applications/Internet
124 Group: Applications/Internet
130 Group: Applications/Internet
770 - Move -clients subpackage to Applications/Internet group
  /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...]
  /external/libvorbis/doc/
04-codec.tex 180 multichannel audio with varying channel mapping applications. Vorbis I
610 applications. As of revision 16781 (20100113), the specification adds
656 Applications using Vorbis for dedicated purposes may define channel
  /frameworks/base/docs/html/training/
training_toc.cs 875 Developing Accessible Applications
    [all...]

Completed in 899 milliseconds