/frameworks/base/core/java/android/content/pm/ |
D | PackageUserState.java | 30 public boolean installed; field in PackageUserState 41 installed = true; in PackageUserState() 47 installed = o.installed; in PackageUserState()
|
/frameworks/base/core/java/android/net/http/ |
D | HttpResponseCache.java | 163 ResponseCache installed = ResponseCache.getDefault(); in getInstalled() local 164 if (installed instanceof com.android.okhttp.HttpResponseCache) { in getInstalled() 166 (com.android.okhttp.HttpResponseCache) installed); in getInstalled() 184 ResponseCache installed = ResponseCache.getDefault(); in install() local 185 if (installed instanceof com.android.okhttp.HttpResponseCache) { in install() 187 (com.android.okhttp.HttpResponseCache) installed; in install()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageSettingBase.java | 256 modifyUserState(userId).installed = inst; in setInstalled() 260 return readUserState(userId).installed; in getInstalled() 265 if (readUserState(user).installed) { in isAnyInstalled() 272 int[] queryInstalledUsers(int[] users, boolean installed) { in queryInstalledUsers() argument 275 if (getInstalled(user) == installed) { in queryInstalledUsers() 282 if (getInstalled(user) == installed) { in queryInstalledUsers() 322 void setUserState(int userId, int enabled, boolean installed, boolean stopped, in setUserState() argument 328 state.installed = installed; in setUserState()
|
/frameworks/base/core/tests/coretests/src/android/net/http/ |
D | HttpResponseCacheTest.java | 50 HttpResponseCache installed = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testInstall() local 51 assertNotNull(installed); in testInstall() 52 assertSame(installed, ResponseCache.getDefault()); in testInstall() 53 assertSame(installed, HttpResponseCache.getDefault()); in testInstall()
|
/frameworks/base/docs/html/guide/topics/data/ |
D | install-location.jd | 34 <p>Beginning with API Level 8, you can allow your application to be installed on the 39 <em>not</em> declare this attribute, your application will be installed on the internal storage 55 <p>If you declare "{@code preferExternal}", you request that your application be installed on the 56 external storage, but the system does not guarantee that your application will be installed on 60 <p>If you declare "{@code auto}", you indicate that your application may be installed on the 65 <p>When your application is installed on the external storage:</p> 73 generated key that can be decrypted only by the device that originally installed it. Thus, an 74 application installed on an SD card works for only one device.</li> 108 <p>When your application is installed on a device with an API Level lower than 8, the {@code 109 android:installLocation} attribute is ignored and the application is installed on the internal [all …]
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | manifest-element.jd | 137 <td>The application must be installed on the internal device storage only. If this is set, 138 the application will never be installed on the external storage. If the internal 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 149 <td>The application prefers to be installed on the external storage (SD card). There is no 150 guarantee that the system will honor this request. The application might be installed on internal 151 storage if the external media is unavailable or full. Once installed, the user can move the applica… 156 <p class="note"><strong>Note:</strong> By default, your application will be installed on the 157 internal storage and cannot be installed on the external storage unless you define this attribute 160 <p>When an application is installed on the external storage:</p> [all …]
|
D | uses-sdk-element.jd | 81 then when installed on a system with an API Level less than 3, the application 127 installed. In the case of re-validation after system update, this effectively 137 update is installed, the system checks the application's 155 is likely to be installed will receive periodic system updates over the air, so 357 device, such that version-incompatible applications are not installed.</li> 418 application were to be somehow installed on a platform with a lower API Level, 421 installed if the lowest API Level it requires is higher than that of the 457 version of the Android platform. Once the update is installed, your application 568 the provisional API Level can never be installed on an Android device. At the
|
D | supports-gl-texture-element.jd | 12 they can be installed only on devices that can handle their textures 42 application is installed on a device. The application can provide the
|
/frameworks/base/core/jni/ |
D | android_hardware_Camera.cpp | 82 void setCallbackMode(JNIEnv *env, bool installed, bool manualMode); 410 void JNICameraContext::setCallbackMode(JNIEnv *env, bool installed, bool manualMode) in setCallbackMode() argument 423 if (!installed) { in setCallbackMode() 697 …rdware_Camera_setHasPreviewCallback(JNIEnv *env, jobject thiz, jboolean installed, jboolean manual… in android_hardware_Camera_setHasPreviewCallback() argument 699 … ALOGV("setHasPreviewCallback: installed:%d, manualBuffer:%d", (int)installed, (int)manualBuffer); in android_hardware_Camera_setHasPreviewCallback() 709 context->setCallbackMode(env, installed, manualBuffer); in android_hardware_Camera_setHasPreviewCallback()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ManagedServices.java | 226 Set<ComponentName> installed = new ArraySet<ComponentName>(); in disableNonexistentServices() local 238 installed.add(new ComponentName(info.packageName, info.name)); in disableNonexistentServices() 242 if (!installed.isEmpty()) { in disableNonexistentServices() 247 if (installed.contains(enabledComponent)) { in disableNonexistentServices()
|
/frameworks/base/docs/html/tools/sdk/ |
D | eclipse-adt.jd | 33 Eclipse IDE and the Android SDK installed. For details, make sure to read <a 70 If you haven't already installed SDK Tools r23.0.2 into your SDK, use the 104 If you haven't already installed SDK Tools r23.0.2 into your SDK, use the 140 If you haven't already installed SDK Tools r23.0.2 into your SDK, use the 175 If you haven't already installed SDK Tools r23.0.0 into your SDK, use the 206 If you haven't already installed SDK Tools r22.6.3 into your SDK, use the 246 If you haven't already installed SDK Tools r22.6.2 into your SDK, use the 291 If you haven't already installed SDK Tools r22.6.1 into your SDK, use the 339 If you haven't already installed SDK Tools r22.6 into your SDK, use the 403 If you haven't already installed SDK Tools r22.3 into your SDK, use the [all …]
|
/frameworks/base/services/core/java/com/android/server/search/ |
D | Searchables.java | 298 private ComponentName findGlobalSearchActivity(List<ResolveInfo> installed) { in findGlobalSearchActivity() argument 310 return getDefaultGlobalSearchProvider(installed); in findGlobalSearchActivity()
|
/frameworks/native/services/surfaceflinger/EventLog/ |
D | EventLogTags.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat.
|
/frameworks/base/docs/html/about/ |
D | index.jd | 10 countries around the world. It's the largest installed base of any mobile platform 28 <h3>Global partnerships and large installed base</h3> 94 When you publish an app on Google Play, you reach the huge installed base of
|
/frameworks/base/docs/html/distribute/engage/ |
D | gcm.jd | 16 installed on Android devices anywhere in the world.
|
/frameworks/base/docs/html/ |
D | offline.jd | 44 <h3>If you've installed new SDK components using the Android SDK Manager</h3>
|
/frameworks/base/docs/html/sdk/installing/ |
D | index.jd | 41 <p>Before you set up Android Studio, be sure you have installed 44 have JDK installed (and which version), open a terminal and type <code>javac -version</code>. 63 <p>On some Windows systems, the launcher script does not find where Java is installed. 78 where they are installed. For example:</p>
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 42 These applications should be installed on two separate Android
|
/frameworks/base/docs/html/tools/help/ |
D | index.jd | 13 <p>The SDK tools are installed with the SDK starter package and are periodically updated. 44 <dd>Lets you manage AVDs, projects, and the installed components of the SDK.</dd> 56 <dd>Lets you manage SDK packages, such as installed platforms and system images.</dd>
|
/frameworks/base/docs/html/training/notepad/ |
D | notepad-index.jd | 41 the Eclipse development environment, with the Android plugin installed. If you 54 read both these documents, have the SDK installed, and your work environment set up.</p>
|
/frameworks/base/docs/html/tools/publishing/ |
D | app-signing-eclipse.jd | 24 installed. Android uses this certificate to identify the author of an app, and the certificate
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | creating-project.jd | 41 <p class="note"><strong>Note:</strong> You should already have the Android SDK installed, and if 43 Android Studio</a> installed. If you don't have these, follow the guide to <a 73 must be unique across all packages installed on the Android system. You can <strong>
|
/frameworks/base/docs/html/training/tv/start/ |
D | hardware.jd | 140 not get installed on devices that do not provide those features. If you are extending an existing 142 declarations that might prevent it from being installed on a TV device. 188 value to {@code true} prevents your app from being installed on TV 211 permissions in your app manifest can exclude your app from from being installed and used on TV
|
/frameworks/base/docs/html/guide/webapps/ |
D | index.jd | 13 client-side application (developed using the Android SDK and installed on user devices in an APK)
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | accessing.jd | 66 Wear app</a> installed, use a separate <a
|