Home
last modified time | relevance | path

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

12345

/frameworks/base/core/tests/coretests/src/android/net/http/
DHttpResponseCacheTest.java46 HttpResponseCache installed = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testInstall()
53 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testSecondEquivalentInstallDoesNothing()
54 HttpResponseCache another = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testSecondEquivalentInstallDoesNothing()
59 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testInstallClosesPreviouslyInstalled()
60 HttpResponseCache another = HttpResponseCache.install(cacheDir, 8 * 1024 * 1024); in testInstallClosesPreviouslyInstalled()
83 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testCloseCloses()
93 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testCloseUninstalls()
99 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testDeleteUninstalls()
/frameworks/base/docs/html/guide/developing/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/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java458 return installFromRawResource("install.apk", R.raw.install, flags, cleanUp, in sampleInstallFromRawResource()
1544 R.raw.install, installFlags, moveFlags, true, in sampleMoveFromRawResource()
1625 int rawResId = R.raw.install; in testMoveAppFailInternalToExternalDelete()
1632 ip = installFromRawResource("install.apk", R.raw.install, installFlags, false, in testMoveAppFailInternalToExternalDelete()
1665 installFromRawResource("install.apk", R.raw.install, in testInstallSdcardUnmount()
1752 installFromRawResource("install.apk", R.raw.install, in testFlagIE()
1773 installFromRawResource("install.apk", R.raw.install, in testFlagEF()
1786 installFromRawResource("install.apk", R.raw.install, in testFlagIEF()
1935 installFromRawResource("install.apk", R.raw.install, in testFlagIExistingI()
1941 installFromRawResource("install.apk", R.raw.install, in testFlagIExistingI()
[all …]
/frameworks/base/keystore/java/android/security/
DCredentials.java127 public void install(Context context) { in install() method in Credentials
136 public void install(Context context, KeyPair pair) { in install() method in Credentials
147 public void install(Context context, String type, byte[] value) { in install() method in Credentials
/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/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/sdk/
Dwin-usb.jd53 If you're developing on Mac OS X or Linux, then you do not need to install a
59 for Windows and install it on your development computer. </p>
183 <li>Proceed to install the package. When done, the driver files are
191 <p>Once you've downloaded your USB driver, follow the instructions below to install or upgrade the
211 however, this will lead to security warnings when you install or upgrade the
219 <p>To install the Android USB driver on Windows 7 for the first time:</p>
233 <li>Click <strong>Next</strong> to install the driver.</li>
265 <p>To install the Android USB driver on Windows XP for the first time:</p>
278 <li>Click <strong>Next</strong> to install the driver.</li>
307 <p>To install the Android USB driver on Windows Vista for the first time:</p>
[all …]
Dadding-components.jd29 <p>It only takes a couple of clicks to install individual versions of the
37 what components to install.</p>
51 <p>The Android SDK and AVD Manager is the tool that you use to install and
87 <p class="caution"><strong>Caution:</strong> Before you install SDK components,
93 <p>Follow these steps to install new SDK components in your environment:</p>
100 <li>Select the component(s) you'd like to install and click <strong>Install
152 the SDK Tools component. When you install the SDK Tools
158 <p>Also make sure that, each time you install a new version of the Android platform, you have
177 to develop using their libraries, you must install their Android SDK add-on, if it's not already
Drequirements.jd32 <li>If you need to install or update Eclipse, you can download it from <a
36 developing Android applications, we recommend that you install one of these
67 <p>The Android SDK requires disk storage for all of the components that you choose to install. The …
112 …f the Eclipse IDE, JDK, or other prerequisite tools that you may need to install on your developme…
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 and AVD 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 components 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 …]
Dandroid-2.2.jd181 <h3 id="install-loc">App installation on external storage media</h3>
190 href="{@docRoot}guide/topics/manifest/manifest-element.html#install"><code>
193 <code>"auto"</code>. At install time, the system checks the value of
204 means that the system will always install legacy applications onto internal
216 <p>For more information about setting a preferred install location for your
219 href="{@docRoot}guide/appendix/install-location.html">App Install Location</a>
304 <li>For specifying the application's preferred install location (see <a href="#install-loc">App Ins…
307 …bute of the <code>&lt;manifest&gt;</code> element. Specifies the default install location defined …
/frameworks/base/docs/html/guide/developing/debugging/
Ddebugging-devtools.jd10 <p> If you'd like to install the Dev Tools application
11 on a real development device, you can copy the application from your emulator and then install it
17 <p>This copies the .apk file into the current directory. Then install it on your connected device
20 adb -d install Development.apk
/frameworks/base/core/tests/hosttests/
DREADME2 package install etc via adb.
/frameworks/base/docs/html/resources/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/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/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/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/guide/developing/
Dindex.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
/frameworks/compile/libbcc/runtime/make/
DAppleBI.mk31 install: $(SYMROOT)/usr/local/lib/system/libcompiler_rt.a
/frameworks/base/opengl/tests/testViewport/
DREADME3 build, install and run the attached test program TestViewport.apk
/frameworks/base/docs/html/sdk/1.1_r1/
Dupgrading.jd40 on mobile devices, you need to install the Android 1.1 SDK and port your existing Android
43 <h2 id="install-new">Installing the Latest SDK</h2>
91 <li> If any update for ADT is available, select and install. </li>
148 <a href="{@docRoot}resources/faq/troubleshooting.html#apidemosreinstall">I can't install ApiDemos
/frameworks/base/docs/html/intl/ja/guide/developing/
Dother-ide.jd241 <pre>adb install <em>/path/to/your/application</em>.apk</pre>
243 <pre>adb -s emulator-5554 install /my/project/path/myapp.apk</pre>
252 …ます<em></em>(<code>ant install</code>)。これにより、アプリケーションがビルドされ、デバッグ キーにより署名され、現在実行中のエミュレータにインストールされます。…
/frameworks/base/cmds/installd/
Dinstalld.h135 int install(const char *pkgname, uid_t uid, gid_t gid);
/frameworks/base/services/java/com/android/server/wm/
DInputFilter.java131 final void install(Host host) { in install() method in InputFilter
/frameworks/base/opengl/tests/testPauseResume/
DREADME3 build, install and run the attached test program TestEgl.apk

12345