Searched refs:versionCode (Results 1 - 25 of 36) sorted by relevance

12

/frameworks/data-binding/integration-tests/App With Spaces/app/
H A Dbuild.gradle28 versionCode 1
/frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/
H A Dbuild.gradle27 versionCode 1
/frameworks/data-binding/compilationTests/src/test/resources/
H A Dmodule_build.gradle27 versionCode 1
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/
H A Dbuild.gradle28 versionCode 1
/frameworks/data-binding/samples/BindingDemo/app/
H A Dbuild.gradle28 versionCode 1
/frameworks/base/core/java/android/content/pm/
H A DPackageInfoLite.java40 * The android:versionCode of the package.
42 public int versionCode; field in class:PackageInfoLite
84 dest.writeInt(versionCode);
113 versionCode = source.readInt();
H A DApplicationInfo.java266 * i.e. from versions of the application with a versionCode greater than
637 public int versionCode; field in class:ApplicationInfo
695 + " versionCode=" + versionCode);
779 versionCode = orig.versionCode;
832 dest.writeInt(versionCode);
884 versionCode = source.readInt();
H A DPackageInfo.java40 * tag's {@link android.R.styleable#AndroidManifest_versionCode versionCode}
43 public int versionCode; field in class:PackageInfo
293 dest.writeInt(versionCode);
344 versionCode = source.readInt();
H A DPackageParser.java251 public final int versionCode; field in class:PackageParser.PackageLite
282 this.versionCode = baseApk.versionCode;
313 public final int versionCode; field in class:PackageParser.ApkLite
322 public ApkLite(String codePath, String packageName, String splitName, int versionCode, argument
329 this.versionCode = versionCode;
421 pi.versionCode = p.mVersionCode;
673 int versionCode = 0;
684 versionCode
[all...]
H A DPackageInstaller.java398 && info.versionCode <= 300400110) {
603 && info.versionCode <= 300400110) {
/frameworks/data-binding/integration-tests/IndependentLibrary/app/
H A Dbuild.gradle26 versionCode 1
/frameworks/base/services/backup/java/com/android/server/backup/
H A DPackageManagerBackupAgent.java100 public int versionCode; field in class:PackageManagerBackupAgent.Metadata
104 versionCode = version;
207 homeVersion = homeInfo.versionCode;
288 if (info.versionCode == mStateVersions.get(packName).versionCode) {
304 * int version -- [4] the package's versionCode
310 outputBufferStream.writeInt(info.versionCode);
316 + " version=" + info.versionCode
410 int versionCode = inputBufferStream.readInt();
415 + " versionCode
[all...]
/frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
H A DSharedLibraryMain.java46 return pi.versionCode;
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DVolley.java49 userAgent = packageName + "/" + info.versionCode;
/frameworks/data-binding/extensions/baseAdapters/
H A Dbuild.gradle28 versionCode 1
/frameworks/data-binding/library/
H A Dbuild.gradle36 versionCode 1
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSettingBase.java92 int versionCode; field in class:PackageSettingBase
157 versionCode = base.versionCode;
190 this.versionCode = pVersionCode;
H A DPackageInstallerSession.java480 // This currently only ensures packageName, versionCode, and certificate
631 mVersionCode = apk.versionCode;
743 if (mVersionCode != apk.versionCode) {
745 + " version code " + apk.versionCode + " inconsistent with "
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java414 pkgList.put(_info.packageName, new ProcessStats.ProcessStateHolder(_info.versionCode));
438 info.versionCode, processName);
446 info.versionCode, processName);
631 public boolean addPackage(String pkg, int versionCode, ProcessStatsService tracker) { argument
634 versionCode);
637 pkg, uid, versionCode, processName);
684 info.packageName, uid, info.versionCode, processName);
686 info.versionCode);
695 pkgList.put(info.packageName, new ProcessStats.ProcessStateHolder(info.versionCode));
H A DServiceRecord.java335 serviceInfo.applicationInfo.uid, serviceInfo.applicationInfo.versionCode,
353 serviceInfo.applicationInfo.uid, serviceInfo.applicationInfo.versionCode,
H A DProcessStatsService.java111 int uid, int versionCode, String processName) {
112 return mProcessStats.getProcessStateLocked(packageName, uid, versionCode, processName);
116 int versionCode, String processName, String className) {
117 return mProcessStats.getServiceStateLocked(packageName, uid, versionCode, processName,
110 getProcessStateLocked(String packageName, int uid, int versionCode, String processName) argument
115 getServiceStateLocked(String packageName, int uid, int versionCode, String processName, String className) argument
/frameworks/base/core/java/com/android/internal/os/
H A DSamplingProfilerIntegration.java220 out.println("Package-Version: " + packageInfo.versionCode);
/frameworks/base/tools/split-select/
H A DMain.cpp117 int versionCode; member in struct:split::AppInfo
146 const String16 kVersionCodeAttr("versionCode");
165 outInfo.versionCode = xml.getAttributeData(idx);
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java184 ret.versionCode = pkg.versionCode;
/frameworks/base/core/java/android/webkit/
H A DWebViewFactory.java185 sPackageInfo.versionName + " (code " + sPackageInfo.versionCode + ")");

Completed in 789 milliseconds

12