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

12

/frameworks/data-binding/compilationTests/src/test/resources/
H A Dmodule_build.gradle28 versionCode 1
/frameworks/data-binding/integration-tests/App With Spaces/app/
H A Dbuild.gradle27 versionCode 1
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/
H A Dbuild.gradle27 versionCode 1
/frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/
H A Dbuild.gradle26 versionCode 1
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackageInfo.java58 private ShortcutPackageInfo(int versionCode, ArrayList<byte[]> sigHashes, boolean isShadow) { argument
59 mVersionCode = versionCode;
80 public void setVersionCode(int versionCode) { argument
81 mVersionCode = versionCode;
94 if (target.versionCode < mVersionCode) {
97 target.versionCode, mVersionCode));
114 final ShortcutPackageInfo ret = new ShortcutPackageInfo(pi.versionCode,
133 mVersionCode = pi.versionCode;
155 final int versionCode = ShortcutService.parseIntAttribute(parser, ATTR_VERSION);
187 mVersionCode = versionCode;
[all...]
H A DPackageSettingBase.java98 int versionCode; field in class:PackageSettingBase
170 versionCode = base.versionCode;
208 this.versionCode = pVersionCode;
H A DPackageInstallerSession.java539 // This currently only ensures packageName, versionCode, and certificate
696 mVersionCode = apk.versionCode;
744 mVersionCode = pkg.versionCode;
835 if (mVersionCode != apk.versionCode) {
837 + " version code " + apk.versionCode + " inconsistent with "
/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 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 DApplicationInfo.java271 * i.e. from versions of the application with a versionCode greater than
747 public int versionCode; field in class:ApplicationInfo
826 + " versionCode=" + versionCode);
925 versionCode = orig.versionCode;
981 dest.writeInt(versionCode);
1037 versionCode = source.readInt();
/frameworks/data-binding/integration-tests/IndependentLibrary/app/
H A Dbuild.gradle25 versionCode 1
/frameworks/data-binding/samples/BindingDemo/app/
H A Dbuild.gradle27 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.gradle35 versionCode 1
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java443 pkgList.put(_info.packageName, new ProcessStats.ProcessStateHolder(_info.versionCode));
468 info.versionCode, processName);
476 info.versionCode, processName);
684 public boolean addPackage(String pkg, int versionCode, ProcessStatsService tracker) { argument
687 versionCode);
690 pkg, uid, versionCode, processName);
737 info.packageName, uid, info.versionCode, processName);
739 info.versionCode);
748 pkgList.put(info.packageName, new ProcessStats.ProcessStateHolder(info.versionCode));
/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateServiceImpl.java562 * An introduction to Chromium versionCode scheme:
586 if (!versionCodeGE(packageInfo.versionCode, getMinimumVersionCode())
600 * Gets the minimum version code allowed for a valid provider. It is the minimum versionCode
603 * versionCode WebView packages are accepted.
613 int versionCode =
615 if (mMinimumVersionCode < 0 || versionCode < mMinimumVersionCode) {
616 mMinimumVersionCode = versionCode;
/frameworks/base/core/java/android/webkit/
H A DWebViewFactory.java242 if (chosen.versionCode > toUse.versionCode) {
244 + "version code is lower than expected: " + chosen.versionCode
245 + " actual: " + toUse.versionCode);
335 sPackageInfo.versionName + " (code " + sPackageInfo.versionCode + ")");
/frameworks/base/core/java/com/android/internal/os/
H A DSamplingProfilerIntegration.java220 out.println("Package-Version: " + packageInfo.versionCode);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DHelpUtils.java189 sCachedVersionCode = Integer.toString(info.versionCode);
/frameworks/base/tools/aapt2/link/
H A DManifestFixer_test.cpp251 attr = manifestEl->findAttribute(xml::kSchemaAndroid, u"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/data-binding/extensions/library/
H A Dbuild.gradle45 versionCode 1
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java184 ret.versionCode = pkg.versionCode;

Completed in 2393 milliseconds

12