Home
last modified time | relevance | path

Searched refs:install (Results 1 – 25 of 162) sorted by relevance

1234567

/frameworks/base/core/tests/coretests/src/android/net/http/
DHttpResponseCacheTest.java50 HttpResponseCache installed = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testInstall()
57 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testSecondEquivalentInstallDoesNothing()
58 HttpResponseCache another = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testSecondEquivalentInstallDoesNothing()
63 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testInstallClosesPreviouslyInstalled()
64 HttpResponseCache another = HttpResponseCache.install(cacheDir, 8 * 1024 * 1024); in testInstallClosesPreviouslyInstalled()
87 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testCloseCloses()
97 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testCloseUninstalls()
103 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testDeleteUninstalls()
113 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testStatisticsTracking()
/frameworks/compile/mclinker/
DREADME29 0.e Build and install LLVM
33 `make all install'
51 6. Type `make install` to install the package into your system.
D.gitignore11 install-sh
/frameworks/base/docs/html/tools/building/
Dbuilding-cmdline.jd37 …it must be signed before it can install on an emulator or device—with a debug key when build…
41 …and build your project. This will create the .apk file that you can install on an emulator or devi…
60 <p class="note"><strong>Note:</strong> When installing JDK on Windows, the default is to install
65 <p>The easiest solution, however, is to install JDK in a non-space directory, for example:</p>
72 and immediately install it on an emulator. In debug mode, the build tools automatically sign your
95 <p>To install and run your application on an emulator, see the following section about <a href=
189 <p>Once you have signed your application with a private key, you can install and run it on an
219 <p>From your SDK's <code>tools/</code> directory, install the {@code .apk} on the
222 adb install <em>&lt;path_to_your_bin&gt;</em>.apk
229 install the application, by its serial number, with the <code>-s</code> option. For
[all …]
/frameworks/base/docs/html/sdk/installing/
Dadding-packages.jd11 <p>You can update and install SDK packages at any time using the Android SDK Manager.</p>
13 <p>If you've used the Windows installer to install the SDK tools, you should already have the
24 Simply click <strong>Install</strong> to install the recommended packages. The Android SDK Manager
27 packages and more about which ones we recommend you install.</p>
48 <dd><strong>Required.</strong> You must install this package when you install the SDK for
Dindex.jd79 <li>Here are the steps to install Java and Eclipse, prior to installing
83 machine, you need to install the <code>ia32-libs</code> package using
85 <pre>apt-get install ia32-libs</pre>
87 <li>Next, install Java: <pre>apt-get install sun-java6-jdk</pre></li>
93 <li>Follow the steps given in previous sections to install the SDK
Dinstalling-adt.jd24 <p>If you need to install Eclipse, you can download it from <a href=
31 install Eclipse or ADT. Instead, you can directly use the SDK tools to build and
107 to install it. </p>
116 This will download and install the latest version of Android DDMS and
148 manually install it:</p>
172 <li>Follow steps 1 and 2 in the <a href="#installing">default install
187 <h4>Other install errors</h4>
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java483 return installFromRawResource("install.apk", R.raw.install, flags, cleanUp, in sampleInstallFromRawResource()
1564 R.raw.install, installFlags, moveFlags, true, in sampleMoveFromRawResource()
1645 int rawResId = R.raw.install; in testMoveAppFailInternalToExternalDelete()
1652 ip = installFromRawResource("install.apk", R.raw.install, installFlags, false, in testMoveAppFailInternalToExternalDelete()
1685 installFromRawResource("install.apk", R.raw.install, in testInstallSdcardUnmount()
1772 installFromRawResource("install.apk", R.raw.install, in testFlagIE()
1808 installFromRawResource("install.apk", R.raw.install, in testFlagIEF()
1967 installFromRawResource("install.apk", R.raw.install, in testFlagIExistingI()
1973 installFromRawResource("install.apk", R.raw.install, in testFlagIExistingI()
1990 installFromRawResource("install.apk", R.raw.install, in testFlagIExistingE()
[all …]
/frameworks/base/docs/html/guide/topics/data/
Dinstall-location.jd10 <li>You can allow your application to install on the device's external storage.</li>
36 href="{@docRoot}guide/topics/manifest/manifest-element.html#install">{@code
41 <p>To allow the system to install your application on the external storage, modify your
43 href="{@docRoot}guide/topics/manifest/manifest-element.html#install">{@code
56 the external storage. If the external storage is full, the system will install it on the internal
60 external storage, but you don't have a preference of install location. The system will
61 decide where to install your application based on several factors. The user can also move your
85 <p>The ability for your application to install on the external storage is a feature available only
87 to API Level 8 will always install on the internal storage and cannot be moved to the external
182 your application to install on external storage. By default, the system <em>will not</em> allow your
[all …]
/frameworks/base/docs/html/guide/appendix/
Dinstall-location.jd10 <li>You can allow your application to install on the device's external storage.</li>
36 href="{@docRoot}guide/topics/manifest/manifest-element.html#install">{@code
41 <p>To allow the system to install your application on the external storage, modify your
43 href="{@docRoot}guide/topics/manifest/manifest-element.html#install">{@code
56 the external storage. If the external storage is full, the system will install it on the internal
60 external storage, but you don't have a preference of install location. The system will
61 decide where to install your application based on several factors. The user can also move your
85 <p>The ability for your application to install on the external storage is a feature available only
87 to API Level 8 will always install on the internal storage and cannot be moved to the external
182 your application to install on external storage. By default, the system <em>will not</em> allow your
[all …]
/frameworks/base/keystore/java/android/security/
DCredentials.java159 public void install(Context context) { in install() method in Credentials
168 public void install(Context context, KeyPair pair) { in install() method in Credentials
179 public void install(Context context, String type, byte[] value) { in install() method in Credentials
/frameworks/base/core/java/android/webkit/
DCertTool.java62 Credentials.getInstance().install(context, pair); in getSignedPublicKey()
71 Credentials.getInstance().install(context, type, value); in addCertificate()
/frameworks/base/docs/html/tools/extras/
Doem-usb.jd27 to test your applications, then you need to install the appropriate USB driver. This document
32 <p>If you're developing on Mac OS X or Linux, then you probably don't need to install a USB driver.
49 <p>Once you've downloaded your USB driver, follow the instructions below to install or upgrade the
69 however, this will lead to security warnings when you install or upgrade the
77 <p>To install the Android USB driver on Windows 7 for the first time:</p>
91 <li>Click <strong>Next</strong> to install the driver.</li>
123 <p>To install the Android USB driver on Windows XP for the first time:</p>
136 <li>Click <strong>Next</strong> to install the driver.</li>
165 <p>To install the Android USB driver on Windows Vista for the first time:</p>
170 <li>Select <strong>Locate and install driver software</strong>.</li>
[all …]
/frameworks/base/docs/html/guide/faq/
Dtroubleshooting.jd25 …<li><a href="#apidemosreinstall">I can't install ApiDemos apps in my IDE because of a signing erro…
26 <li><a href="#gesturebuilderinstall">I can't install the GestureBuilder sample
35 encounter this error message during ADT installation, you need to install the
36 …nents and then try the ADT installation again. Follow the steps below to install the required comp…
52 that are required to install the Android plugin (wst, emf, etc...).</li>
87 …file to the device (<a href="{@docRoot}guide/developing/tools/adb.html#move">adb install</a>)?</li>
89 and then install your .apk file. Check the logcat output to see whether the
105 install</a>)?</p>
199 <h2 id="apidemosreinstall">I can't install ApiDemos apps in my IDE because of a signing error</a></…
215 <p>The error occurs because, in this case, you are attempting to install another copy of ApiDemos
[all …]
/frameworks/base/core/tests/coretests/apks/install/
DAndroid.mk6 LOCAL_PACKAGE_NAME := install
/frameworks/base/docs/html/distribute/
Dopen.jd46 button in the email message (see figure 1). Users can install your application by touching the
87 alt="Screenshot showing the setting for accepting download and install of
91 setting before they can install apps not downloaded from Google Play.
95 <p>Android protects users from inadvertent download and install of apps from
104 <p class="note">Note that some network providers do not allow users to install
/frameworks/base/docs/html/sdk/1.0_r2/
Dupgrading.jd12 on mobile devices, you need to install the new SDK and port your existing Android
15 <h2 id="install-new">Install the new SDK</h2>
36 <p>If you develop on Eclipse and are using the ADT plugin, follow these steps to install the
48 …<li>In the dialog that appears, select <strong>Search for new features to install</strong> and cli…
58 you choose to install it, you need the WST plugin mentioned earlier in this
82 you choose to install it, you need the WST plugin mentioned earlier in this
102 <p>All applications must now be signed before you can install them on the emulator. Both
/frameworks/base/docs/html/sdk/1.0_r1/
Dupgrading.jd12 on mobile devices, you need to install the new SDK and port your existing Android
15 <h2 id="install-new">Install the new SDK</h2>
36 <p>If you develop on Eclipse and are using the ADT plugin, follow these steps to install the
48 …<li>In the dialog that appears, select <strong>Search for new features to install</strong> and cli…
58 you choose to install it, you need the WST plugin mentioned earlier in this
82 you choose to install it, you need the WST plugin mentioned earlier in this
102 <p>All applications must now be signed before you can install them on the emulator. Both
/frameworks/base/core/tests/hosttests/
DREADME2 package install etc via adb.
/frameworks/base/docs/html/about/
Dflexible.jd25 <blockquote>You're in control of which devices can install your app</blockquote>
29 control over which kinds of devices are allowed to install your app and you can closely control how
/frameworks/opt/calendar/
DREADME4 adb install -r $OUT/data/app/CalendarCommonTests.apk
/frameworks/base/docs/html/about/versions/
Dandroid-2.2.jd82 <h3 id="install-loc">App installation on external storage media</h3>
91 href="{@docRoot}guide/topics/manifest/manifest-element.html#install"><code>
94 <code>"auto"</code>. At install time, the system checks the value of
105 means that the system will always install legacy applications onto internal
117 <p>For more information about setting a preferred install location for your
120 href="{@docRoot}guide/appendix/install-location.html">App Install Location</a>
205 <li>For specifying the application's preferred install location (see <a href="#install-loc">App Ins…
208 …bute of the <code>&lt;manifest&gt;</code> element. Specifies the default install location defined …
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-element.jd14 … android:<a href="#install">installLocation</a>=["auto" | "internalOnly" | "preferExternal"] &gt;
122 <dt><a name="install"></a>{@code android:installLocation}</dt>
123 <dd>The default install location for the application.
135 storage is full, then the system will not install the application. This is also the default behavior
139 <td>The application may be installed on the external storage, but the system will install the
141 will install it on the external storage. Once installed, the user can move the application
178 <p>Read <a href="{@docRoot}guide/appendix/install-location.html">App Install Location</a> for
/frameworks/base/docs/html/tools/sdk/
Dinstalling.jd75 <p>This page describes how to install the Android SDK
84 <p>If you already have an Android SDK, use the Android SDK Manager tool to install
93 Requirements</a>. In particular, you might need to install the <a
101 If you need to install Eclipse, you can download it from this location: </p>
125 install the SDK Tools into a default location (which you can modify).</p>
144 <p>If you'd like to use ADT for developing Android applications, install it now.
150 install Eclipse or ADT. Instead, you can directly use the SDK tools to build and
172 for you to install. Simply click <strong>Install</strong> to accept the recommended set of
173 packages and install them. You can then skip to <a href="#sdkContents">Step 5</a>, but we
227 that you can install on your Windows computer, so that you can run and debug
[all …]
/frameworks/base/docs/html/tools/
Dworkflow.jd28 <p>During this phase you install and set up your development environment. You also create
29 Android Virtual Devices (AVDs) and connect hardware devices on which you can install your
42 can install and run on the emulator or an Android-powered device. If you are using Eclipse,
44 you can build your project using Ant and install it on a device using
79 <dd>Interface with your emulator or connected device (install apps, shell the device, issue

1234567