Searched refs:versionCode (Results 1 - 25 of 62) sorted by path

123

/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java279 * i.e. from versions of the application with a versionCode greater than
848 public int versionCode; field in class:ApplicationInfo
1062 + " versionCode=" + versionCode
1169 versionCode = orig.versionCode;
1237 dest.writeInt(versionCode);
1302 versionCode = source.readInt();
H A DAuxiliaryResolveInfo.java45 public final int versionCode; field in class:AuxiliaryResolveInfo
62 this.versionCode = resolveInfo.getVersionCode();
69 int versionCode,
74 this.versionCode = versionCode;
67 AuxiliaryResolveInfo(@onNull String packageName, @Nullable String splitName, int versionCode, @Nullable Intent failureIntent) argument
H A DEphemeralResolveInfo.java65 this(digest, packageName, filters, -1 /*versionCode*/);
69 @Nullable List<EphemeralIntentFilter> filters, int versionCode) {
72 createInstantAppIntentFilterList(filters), versionCode);
68 EphemeralResolveInfo(@onNull EphemeralDigest digest, @Nullable String packageName, @Nullable List<EphemeralIntentFilter> filters, int versionCode) argument
H A DIPackageManager.aidl236 void deletePackageAsUser(in String packageName, int versionCode,
H A DInstantAppResolveInfo.java50 @Nullable List<InstantAppIntentFilter> filters, int versionCode) {
64 mVersionCode = versionCode;
69 this(new InstantAppDigest(hostName), packageName, filters, -1 /*versionCode*/);
49 InstantAppResolveInfo(@onNull InstantAppDigest digest, @Nullable String packageName, @Nullable List<InstantAppIntentFilter> filters, int versionCode) argument
H A DPackageInfo.java40 * tag's {@link android.R.styleable#AndroidManifest_versionCode versionCode}
43 public int versionCode; field in class:PackageInfo
299 dest.writeInt(versionCode);
352 versionCode = source.readInt();
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 DPackageParser.java379 public final int versionCode; field in class:PackageParser.PackageLite
421 this.versionCode = baseApk.versionCode;
461 public final int versionCode; field in class:PackageParser.ApkLite
475 String configForSplit, String usesSplitName, int versionCode, int revisionCode,
486 this.versionCode = versionCode;
634 pi.versionCode = p.mVersionCode;
863 int versionCode = 0;
875 versionCode
474 ApkLite(String codePath, String packageName, String splitName, boolean isFeatureSplit, String configForSplit, String usesSplitName, int versionCode, int revisionCode, int installLocation, List<VerifierInfo> verifiers, Signature[] signatures, Certificate[][] certificates, boolean coreApp, boolean debuggable, boolean multiArch, boolean use32bitAbi, boolean extractNativeLibs, boolean isolatedSplits) argument
[all...]
H A DRegisteredServicesCache.java364 int versionCode = service.componentInfo.applicationInfo.versionCode;
373 if ((newAppInfo == null) || (newAppInfo.versionCode != versionCode)) {
H A DVersionedPackage.java42 * @param versionCode The version code.
45 @VersionCode int versionCode) {
47 mVersionCode = versionCode;
44 VersionedPackage(@onNull String packageName, @VersionCode int versionCode) argument
/frameworks/base/core/java/android/webkit/
H A DWebViewFactory.java268 if (chosen.versionCode > toUse.versionCode) {
270 + "version code is lower than expected: " + chosen.versionCode
271 + " actual: " + toUse.versionCode);
403 sPackageInfo.versionName + " (code " + sPackageInfo.versionCode + ")");
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java4330 public void notePackageInstalledLocked(String pkgName, int versionCode) { argument
4334 pkgName, versionCode);
4338 pc.mVersionCode = versionCode;
H A DSamplingProfilerIntegration.java220 out.println("Package-Version: " + packageInfo.versionCode);
/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp45 const std::string& package, int versionCode, int64_t startTime, int64_t endTime,
85 int versionCode, int64_t startTime, int64_t endTime, const ProfileData* data) {
93 proto->set_version_code(versionCode);
187 int versionCode, int64_t startTime, int64_t endTime, const ProfileData* data) {
192 mergeProfileDataIntoProto(&statsProto, package, versionCode, startTime, endTime, data);
245 int versionCode, int64_t startTime, int64_t endTime, const ProfileData* data) {
251 mergeProfileDataIntoProto(&statsProto, package, versionCode, startTime, endTime, data);
84 mergeProfileDataIntoProto(service::GraphicsStatsProto* proto, const std::string& package, int versionCode, int64_t startTime, int64_t endTime, const ProfileData* data) argument
186 saveBuffer(const std::string& path, const std::string& package, int versionCode, int64_t startTime, int64_t endTime, const ProfileData* data) argument
244 addToDump(Dump* dump, const std::string& path, const std::string& package, int versionCode, int64_t startTime, int64_t endTime, const ProfileData* data) argument
H A DGraphicsStatsService.h47 int versionCode, int64_t startTime, int64_t endTime, const ProfileData* data);
51 int versionCode, int64_t startTime, int64_t endTime, const ProfileData* data);
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java194 ret.versionCode = pkg.versionCode;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DHelpUtils.java230 sCachedVersionCode = Integer.toString(info.versionCode);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java590 .putExtra(Intent.EXTRA_VERSION_CODE, appInfo.versionCode)
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java4105 // package's versionCode
4106 // platform versionCode
4116 printer.println(Integer.toString(pkg.versionCode));
6581 } else if (pkgInfo.versionCode >= version) {
6596 + pkgInfo.versionCode
8100 } else if (pkgInfo.versionCode >= version) {
8109 + pkgInfo.versionCode + " - requiring apk");
8952 if (metaInfo.versionCode > mCurrentPackage.versionCode) {
8958 String message = "Source version " + metaInfo.versionCode
[all...]
H A DKeyValueAdbRestoreEngine.java85 int versionCode) throws IOException {
96 + versionCode);
98 agent.doRestore(backupData, versionCode, newState, mToken,
84 invokeAgentForAdbRestore(IBackupAgent agent, FileMetadata info, File restoreData, int versionCode) argument
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/services/core/java/com/android/server/
H A DGraphicsStatsService.java178 pfd = requestBufferForProcessLocked(token, uid, pid, packageName, info.versionCode);
200 int uid, int pid, String packageName, int versionCode) throws RemoteException {
201 ActiveBuffer buffer = fetchActiveBuffersLocked(token, uid, pid, packageName, versionCode);
218 normalizeDate(info.startTime).getTimeInMillis(), info.packageName, info.versionCode);
234 nSaveBuffer(path.getAbsolutePath(), buffer.mInfo.packageName, buffer.mInfo.versionCode,
295 String packageName, int versionCode) throws RemoteException {
313 ActiveBuffer buffers = new ActiveBuffer(token, uid, pid, packageName, versionCode);
328 buffer.mInfo.versionCode, buffer.mInfo.startTime, buffer.mInfo.endTime,
384 int versionCode, long startTime, long endTime, byte[] data);
387 private static native void nSaveBuffer(String path, String packageName, int versionCode, argument
199 requestBufferForProcessLocked(IGraphicsStatsCallback token, int uid, int pid, String packageName, int versionCode) argument
294 fetchActiveBuffersLocked(IGraphicsStatsCallback token, int uid, int pid, String packageName, int versionCode) argument
383 nAddToDump(long dump, String path, String packageName, int versionCode, long startTime, long endTime, byte[] data) argument
392 final int versionCode; field in class:GraphicsStatsService.BufferInfo
396 BufferInfo(String packageName, int versionCode, long startTime) argument
411 ActiveBuffer(IGraphicsStatsCallback token, int uid, int pid, String packageName, int versionCode) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java2118 app.addPackage(r.appInfo.packageName, r.appInfo.versionCode, mAm.mProcessStats);
2827 proc.addPackage(sr.appInfo.packageName, sr.appInfo.versionCode,
H A DActivityManagerService.java3703 app.addPackage(info.packageName, info.versionCode, mProcessStats);
3732 app.addPackage(info.packageName, info.versionCode, mProcessStats);
11007 app.addPackage(cpi.applicationInfo.packageName, cpi.applicationInfo.versionCode,
14547 sb.append(" v").append(pi.versionCode);
19262 ai != null ? ai.versionCode : 0);
[all...]
H A DActivityStackSupervisor.java1568 app.addPackage(r.info.packageName, r.info.applicationInfo.versionCode,

Completed in 482 milliseconds

123