OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:installLocation
(Results
1 - 25
of
32
) sorted by null
1
2
/frameworks/base/core/java/android/content/pm/
PackageInfoLite.java
47
public int
installLocation
;
68
dest.writeInt(
installLocation
);
93
installLocation
= source.readInt();
PackageInfo.java
189
* the {@link android.R.attr#
installLocation
} attribute.
195
* the {@link android.R.attr#
installLocation
} attribute.
201
* the {@link android.R.attr#
installLocation
} attribute.
207
* the {@link android.R.attr#
installLocation
} attribute.
213
* {@link android.R.attr#
installLocation
} attribute, one of
219
public int
installLocation
= INSTALL_LOCATION_INTERNAL_ONLY;
269
dest.writeInt(
installLocation
);
310
installLocation
= source.readInt();
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.configurator_3.3.100.v20100512.jar
org.eclipse.jdt.launching_3.5.100.v20100526.jar
org.eclipse.core.variables_3.2.400.v20100505.jar
org.eclipse.equinox.launcher.jar
org.eclipse.equinox.launcher_1.1.0.v20100507.jar
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar
org.eclipse.core.runtime_3.6.0.v20100505.jar
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar
org.eclipse.equinox.security_1.0.200.v20100503.jar
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
/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
...]
/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/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
...]
/prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
/frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java
[
all
...]
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
Completed in 404 milliseconds
1
2