HomeSort by relevance Sort by last modified time
    Searched full:applications (Results 51 - 75 of 3186) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
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);
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);
  /docs/source.android.com/src/devices/tech/security/
index.jd 22 applications make use of advanced hardware and software, as well as local and
25 environment that ensures the security of users, data, applications, the device,
39 into how applications work, and control over those applications. This design
42 malware, and attacks on third-party applications on Android. Android was
50 discuss security issues that are unique to specific applications, such as those
52 building Android devices, deploying Android devices, or developing applications
73 <p><strong>Android Application Runtime</strong>: Android applications are most often written
75 However, many applications, including core Android services and applications
    [all...]
enhancements42.jd 12 have applications screened by an application verifier, prior to installation.
20 <li><strong>Always-on VPN</strong> - VPN can be configured so that applications will not have
22 applications from sending data across other networks.</li>
42 system libraries and applications to prevent memory corruption.</li>
44 <li><strong>ContentProvider default configuration</strong> - Applications which target API
47 Provider</a>, reducing default attack surface for applications.</li>
  /frameworks/base/core/java/android/os/
StatFs.java 101 * reserved blocks (that are not available to normal applications). This
102 * corresponds to the Unix {@code statfs.f_bfree} field. Most applications
111 * blocks (that are not available to normal applications). Most applications
128 * applications. This corresponds to the Unix {@code statfs.f_bavail} field.
136 * applications.
  /external/proguard/examples/
applications.pro 2 # This ProGuard configuration file illustrates how to process applications.
4 # java -jar proguard.jar @applications.pro
18 # Preserve all public applications.
  /frameworks/base/docs/html/training/sharing/
index.jd 24 <p>One of the great things about Android applications is their ability to communicate and
29 applications using {@link android.content.Intent} APIs and the {@link
38 applications with intents.</dd>
  /packages/apps/Protips/res/values-fr/
arrays.xml 20 <item msgid="4457112202911142877">"Accéder aux applications"\n" Appuyez sur le lanceur d\'applications. @drawable/all_apps"</item>
21 <item msgid="8842580895829057430">"Ajouter des applications à l\'écran d\'accueil"\n" Appuyez sur une application du lanceur jusqu\'à ce qu\'elle vibre, puis faites-la glisser."</item>
  /device/lge/mako/nfc/
nfcee_access_debug.xml 3 <!-- Applications granted NFCEE access on userdebug/eng builds
  /device/samsung/manta/nfc/
nfcee_access_debug.xml 3 <!-- Applications granted NFCEE access on userdebug/eng builds
  /device/samsung/tuna/
nfcee_access_debug.xml 3 <!-- Applications granted NFCEE access on userdebug/eng builds
  /external/harfbuzz_ng/contrib/python/
README 7 Applications may be executed in the build context, without needing to install any modules or libraries, using the runpy script from the contrib/python directory. Thus one might type:
  /external/proguard/examples/ant/
applications2.xml 1 <!-- This Ant build file illustrates how to process applications,
3 Usage: ant -f applications.xml -->
5 <project name="Applications" default="obfuscate" basedir="../..">
24 <!-- Preserve all public applications. -->
applications3.xml 1 <!-- This Ant build file illustrates how to process applications,
3 Usage: ant -f applications.xml -->
5 <project name="Applications" default="obfuscate" basedir="../..">
25 <!-- Preserve all public applications. -->
  /external/skia/gm/
system_preferences_mac.mm 16 // applications). Based on resetDefaultsToConsistentValues() in
  /external/skia/src/ports/
SkDebug_android.cpp 29 // line applications (e.g. skia_launcher)
  /external/webkit/Source/WebKit/efl/
ewebkit.pc.in 8 Description: Web content engine for EFL applications
  /frameworks/base/core/java/android/view/inputmethod/
package.html 6 most applications, since they are dealt with for you by
  /frameworks/support/v4/java/android/support/v4/view/
package.html 3 Support android.util classes to assist with development of applications for
  /libcore/luni/src/main/java/javax/security/cert/
package.html 10 All applications that do not have to be compatible with older versions of JSSE (that is
  /ndk/sources/android/libthread_db/
README 7 Applications don't need to link to libthread_db anyway, this library is
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 240 private int stackApplications(List<ApplicationInfo> applications, int childLeft, int childTop) {
249 final int count = applications.size();
251 final ApplicationInfo info = applications.get(i);
320 * @param applications the applications to put in the favorites area
322 public void setFavorites(List<ApplicationInfo> applications) {
323 mFavorites = applications;
330 * @param applications the applications to put in the recents area
332 public void setRecents(List<ApplicationInfo> applications) {
    [all...]
  /cts/tests/res/values/
resources_test.xml 17 <!-- The width that is used when creating thumbnails of applications. -->
19 <!-- The height that is used when creating thumbnails of applications. -->
  /development/samples/CrossCompatibility/
_index.html 1 <p>This sample demonstrates how to design an application that is compatible across different Android versions. Applications
19 <p> For more information on how to make your applications cross-compatible, please check out the original
  /external/expat/win32/
MANIFEST.txt 6 use Expat in their applications. In the list below, <top> is the
23 applications.

Completed in 4205 milliseconds

1 23 4 5 6 7 8 91011>>