Home
last modified time | relevance | path

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

12345678

/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/base/services/core/java/com/android/server/updates/
DTZInfoInstallReceiver.java30 protected void install(byte[] encodedContent, int version) throws IOException { in install() method in TZInfoInstallReceiver
31 super.install(Base64.decode(encodedContent, Base64.DEFAULT), version); in install()
/frameworks/base/core/tests/coretests/src/android/net/
DSSLSessionCacheTest.java46 SSLSessionCache.install(new SSLSessionCache(mock), ctx); in testInstall_compatibleContext()
51 SSLSessionCache.install(null, ctx); in testInstall_compatibleContext()
59 SSLSessionCache.install( in testInstall_incompatibleContext()
/frameworks/base/docs/html/sdk/installing/
Dindex.jd36 install</a> or <a href="{@docRoot}sdk/installing/index.html?pkg=tools">stand-alone SDK Tools
37 install</a> instructions</i>.</p>
81 install</a> or <a href="{@docRoot}sdk/installing/index.html?pkg=tools">stand-alone SDK Tools
82 install</a> instructions.</p>
104 <li>Follow the setup wizard to install Android Studio.
202 install</a> or <a href="{@docRoot}sdk/installing/index.html?pkg=studio">Android Studio
203 install</a> instructions.</p>
220 <li>Double-click the executable ({@code .exe} file) to start the install.</li>
275 <li>Here are the steps to install Java and Eclipse, prior to installing
279 machine, you need to install additional packages first. For Ubuntu 13.10 (Saucy Salamander)
[all …]
/frameworks/base/docs/html/tools/building/
Dbuilding-cmdline.jd37 …it must be signed before it can install on an emulator or device&mdash;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/multidex/library/src/android/support/multidex/
DMultiDex.java91 public static void install(Context context) { in install() method in MultiDex
242 V19.install(loader, files, dexDir); in installSecondaryDexes()
244 V14.install(loader, files, dexDir); in installSecondaryDexes()
246 V4.install(loader, files); in installSecondaryDexes()
371 private static void install(ClassLoader loader, List<File> additionalClassPathEntries, in install() method in MultiDex.V19
436 private static void install(ClassLoader loader, List<File> additionalClassPathEntries, in install() method in MultiDex.V14
470 private static void install(ClassLoader loader, List<File> additionalClassPathEntries) in install() method in MultiDex.V4
DMultiDexApplication.java39 MultiDex.install(this); in attachBaseContext()
/frameworks/base/docs/html/guide/topics/data/
Dinstall-location.jd11 <li>You can allow your application to install on the device's external storage.</li>
37 href="{@docRoot}guide/topics/manifest/manifest-element.html#install">{@code
42 <p>To allow the system to install your application on the external storage, modify your
44 href="{@docRoot}guide/topics/manifest/manifest-element.html#install">{@code
57 the external storage. If the external storage is full, the system will install it on the internal
61 external storage, but you don't have a preference of install location. The system will
62 decide where to install your application based on several factors. The user can also move your
86 <p>The ability for your application to install on the external storage is a feature available only
88 to API Level 8 will always install on the internal storage and cannot be moved to the external
171 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.java181 public void install(Context context) { in install() method in Credentials
190 public void install(Context context, KeyPair pair) { in install() method in Credentials
201 public void install(Context context, String type, byte[] value) { in install() method in Credentials
/frameworks/base/docs/html/training/wearables/apps/
Dindex.jd32 the wearable app inside the handheld app. When users install the handheld app,
34 purposes, you can still install the wearable app directly to the wearable.</li>
70 handheld app. This allows the system to install the wearable app automatically when
71 users install the companion handheld app from the Google Play store.</dd>
/frameworks/base/core/tests/coretests/apks/install/
DAndroid.mk6 LOCAL_PACKAGE_NAME := install
/frameworks/base/core/java/android/view/
DIInputFilter.aidl29 void install(IInputFilterHost host); in install() method
/frameworks/base/docs/html/guide/faq/
Dtroubleshooting.jd24 …<li><a href="#apidemosreinstall">I can't install ApiDemos apps in my IDE because of a signing erro…
25 <li><a href="#gesturebuilderinstall">I can't install the GestureBuilder sample
34 encounter this error message during ADT installation, you need to install the
35 …nents and then try the ADT installation again. Follow the steps below to install the required comp…
51 that are required to install the Android plugin (wst, emf, etc...).</li>
86 …file to the device (<a href="{@docRoot}guide/developing/tools/adb.html#move">adb install</a>)?</li>
88 and then install your .apk file. Check the logcat output to see whether the
104 install</a>)?</p>
198 <h2 id="apidemosreinstall">I can't install ApiDemos apps in my IDE because of a signing error</a></…
214 <p>The error occurs because, in this case, you are attempting to install another copy of ApiDemos
[all …]
/frameworks/multidex/instrumentation/src/com/android/test/runner/
DMultiDexTestRunner.java30 MultiDex.install(getTargetContext()); in onCreate()
/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/multidex/library/
DREADME.android3 This can be used by an Android project to install classloader
DREADME.txt3 This can be used by an Android project to install classloader
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java601 return installFromRawResource("install.apk", R.raw.install, flags, cleanUp, false, -1, in sampleInstallFromRawResource()
1754 R.raw.install, installFlags, moveFlags, true, in sampleMoveFromRawResource()
1835 int rawResId = R.raw.install; in testMoveAppFailInternalToExternalDelete()
1842 ip = installFromRawResource("install.apk", R.raw.install, installFlags, false, in testMoveAppFailInternalToExternalDelete()
1875 installFromRawResource("install.apk", R.raw.install, in testInstallSdcardUnmount()
1962 installFromRawResource("install.apk", R.raw.install, in testFlagIE()
1998 installFromRawResource("install.apk", R.raw.install, in testFlagIEF()
2158 installFromRawResource("install.apk", R.raw.install, in testFlagIExistingI()
2164 installFromRawResource("install.apk", R.raw.install, in testFlagIExistingI()
2181 installFromRawResource("install.apk", R.raw.install, in testFlagIExistingE()
[all …]
/frameworks/opt/calendar/
DREADME4 adb install -r $OUT/data/app/CalendarCommonTests.apk
/frameworks/base/docs/html/about/versions/
Dandroid-2.2.jd83 <h3 id="install-loc">App installation on external storage media</h3>
92 href="{@docRoot}guide/topics/manifest/manifest-element.html#install"><code>
95 <code>"auto"</code>. At install time, the system checks the value of
106 means that the system will always install legacy applications onto internal
118 <p>For more information about setting a preferred install location for your
121 href="{@docRoot}guide/topics/data/install-location.html">App Install Location</a>
206 <li>For specifying the application's preferred install location (see <a href="#install-loc">App Ins…
209 …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;
126 <dt><a name="install"></a>{@code android:installLocation}</dt>
127 <dd>The default install location for the application.
139 storage is full, then the system will not install the application. This is also the default behavior
143 <td>The application may be installed on the external storage, but the system will install the
145 will install it on the external storage. Once installed, the user can move the application
176 <p>Read <a href="{@docRoot}guide/topics/data/install-location.html">App Install Location</a> for
/frameworks/base/docs/html/distribute/tools/
Dopen-distribution.jd78 Now</strong> button in the email message (see Figure 1). Users can install
134 before they can install apps not downloaded from Google Play.
139 Android protects users from inadvertent download and install of apps from
148 Note that some network providers don’t allow users to install applications
/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
/frameworks/base/docs/html/tools/workflow/
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/base/tests/Camera2Tests/SmartCamera/
DREADME.txt25 and run adb install out/target/.../SmartCamera.apk. The application should
33 adb install -r $ANDROID_PRODUCT_OUT/data/app/SmartCamera.apk

12345678