OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:installlocation
(Results
26 - 50
of
85
) sorted by null
1
2
3
4
/external/svox/PicoLangInstallerSpaEsp/
AndroidManifest.xml
6
android:
installLocation
="preferExternal">
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/
AndroidManifest.xml
18
android:
installLocation
="preferExternal"
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/
AndroidManifest.xml
18
android:
installLocation
="preferExternal"
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/
AndroidManifest.xml
18
android:
installLocation
="preferExternal"
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/
AndroidManifest.xml
18
android:
installLocation
="preferExternal"
/frameworks/base/core/tests/inputmethodtests/
AndroidManifest.xml
18
android:
installLocation
="internalOnly"
/frameworks/base/core/tests/systemproperties/
AndroidManifest.xml
18
android:
installLocation
="internalOnly"
/frameworks/base/docs/html/guide/topics/data/
install-location.jd
38
android:
installLocation
}</a> manifest attribute. If you do
45
android:
installLocation
}</a> attribute in the <code><a
51
android:
installLocation
="preferExternal"
96
<li>Include the {@code android:
installLocation
} attribute with a value of "{@code auto}" or
104
necessary because older Android libraries don't understand the {@code android:
installLocation
}
109
android:
installLocation
} attribute is ignored and the application is installed on the internal
176
android:
installLocation
}</a> with a value of "{@code internalOnly}". Though this does not
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java
191
ret.
installLocation
= pkg.
installLocation
;
194
ret.recommendedInstallLocation = recommendAppInstallLocation(pkg.
installLocation
,
666
private int recommendAppInstallLocation(int
installLocation
, String archiveFilePath, int flags,
686
if (
installLocation
== PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) {
689
} else if (
installLocation
== PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) {
693
} else if (
installLocation
== PackageInfo.INSTALL_LOCATION_AUTO) {
[
all
...]
/frameworks/base/docs/html/guide/topics/manifest/
manifest-element.jd
14
android:<a href="#install">
installLocation
</a>=["auto" | "internalOnly" | "preferExternal"] >
122
<dt><a name="install"></a>{@code android:
installLocation
}</dt>
136
if you do not define {@code android:
installLocation
}.</td>
/frameworks/base/docs/html/sdk/api_diff/8/changes/
android.R.attr.html
94
<A NAME="android.R.attr.
installLocation
"></A>
95
<nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#
installLocation
" target="_top"><code>
installLocation
</code></A></nobr>
/frameworks/base/docs/html/about/versions/
android-2.2.jd
93
android:
installLocation
</code></a>. The attribute supports three values:
96
<code>android:
installLocation
</code> and installs the application
108
<code>android:
installLocation
</code> attribute. However, it is possible to
209
<li>New <code>android:
installLocation
</code> attribute of the <code><manifest></code> element. Specifies the default install location defined by an application.</li>
/packages/apps/MusicFX/
AndroidManifest.xml
19
android:
installLocation
="auto"
/frameworks/base/core/java/android/content/pm/
ApplicationInfo.java
476
public int
installLocation
= PackageInfo.INSTALL_LOCATION_UNSPECIFIED;
581
installLocation
= orig.
installLocation
;
621
dest.writeInt(
installLocation
);
660
installLocation
= source.readInt();
PackageParser.java
210
public final int
installLocation
;
214
int
installLocation
, List<VerifierInfo> verifiers) {
217
this.
installLocation
=
installLocation
;
303
pi.
installLocation
= p.
installLocation
;
[
all
...]
/external/chromium_org/cloud_print/common/win/
install_utils.cc
34
const wchar_t kInstallLocation[] = L"
InstallLocation
";
/frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java
[
all
...]
/packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java
109
if (info.
installLocation
== PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL ||
110
info.
installLocation
== PackageInfo.INSTALL_LOCATION_AUTO) {
112
} else if (info.
installLocation
[
all
...]
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
AndroidManifest.xml
18
android:
installLocation
="preferExternal">
/frameworks/base/docs/html/training/basics/data-storage/
files.jd
89
android:
installLocation
}</a> attribute in your manifest so your app may
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar
org.eclipse.equinox.launcher_1.1.0.v20100507.jar
org.eclipse.update.configurator_3.3.100.v20100512.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar
/frameworks/base/docs/html/sdk/api_diff/8/
missingSinces.txt
387
NO DOC BLOCK: android.R.attr Field
installLocation
[
all
...]
Completed in 1274 milliseconds
1
2
3
4