/frameworks/base/core/tests/coretests/src/android/net/http/ |
D | HttpResponseCacheTest.java | 50 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/ |
D | TZInfoInstallReceiver.java | 30 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/ |
D | SSLSessionCacheTest.java | 46 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/ |
D | index.jd | 36 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/ |
D | building-cmdline.jd | 37 …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><path_to_your_bin></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/ |
D | MultiDex.java | 91 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
|
D | MultiDexApplication.java | 39 MultiDex.install(this); in attachBaseContext()
|
/frameworks/base/docs/html/guide/topics/data/ |
D | install-location.jd | 11 <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/ |
D | Credentials.java | 181 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/ |
D | index.jd | 32 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/ |
D | Android.mk | 6 LOCAL_PACKAGE_NAME := install
|
/frameworks/base/core/java/android/view/ |
D | IInputFilter.aidl | 29 void install(IInputFilterHost host); in install() method
|
/frameworks/base/docs/html/guide/faq/ |
D | troubleshooting.jd | 24 …<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/ |
D | MultiDexTestRunner.java | 30 MultiDex.install(getTargetContext()); in onCreate()
|
/frameworks/base/docs/html/tools/extras/ |
D | oem-usb.jd | 27 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/ |
D | README.android | 3 This can be used by an Android project to install classloader
|
D | README.txt | 3 This can be used by an Android project to install classloader
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 601 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/ |
D | README | 4 adb install -r $OUT/data/app/CalendarCommonTests.apk
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.2.jd | 83 <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><manifest></code> element. Specifies the default install location defined …
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | manifest-element.jd | 14 … android:<a href="#install">installLocation</a>=["auto" | "internalOnly" | "preferExternal"] > 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/ |
D | open-distribution.jd | 78 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/ |
D | workflow.jd | 28 <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/ |
D | index.jd | 28 <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/ |
D | README.txt | 25 and run adb install out/target/.../SmartCamera.apk. The application should 33 adb install -r $ANDROID_PRODUCT_OUT/data/app/SmartCamera.apk
|