Home
last modified time | relevance | path

Searched refs:EXTRA_LONG_VERSION_CODE (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/integrity/
DAppIntegrityManagerServiceImpl.java20 import static android.content.Intent.EXTRA_LONG_VERSION_CODE;
314 builder.setVersionCode(intent.getLongExtra(EXTRA_LONG_VERSION_CODE, -1)); in handleIntegrityVerification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java331 .putExtra(Intent.EXTRA_LONG_VERSION_CODE, appInfo.longVersionCode) in postInstantAppNotif()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java361 resolvableFilter.putLong(Intent.EXTRA_LONG_VERSION_CODE, filter.versionCode); in buildEphemeralInstallerIntent()
DPackageManagerService.java29 import static android.content.Intent.EXTRA_LONG_VERSION_CODE;
18252 integrityVerification.putExtra(EXTRA_LONG_VERSION_CODE, pkgLite.getLongVersionCode()); in sendIntegrityVerificationRequest()
/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/
DAppIntegrityManagerServiceImplTest.java561 intent.putExtra(Intent.EXTRA_LONG_VERSION_CODE, VERSION_CODE); in makeVerificationIntent()
/frameworks/base/core/java/android/content/
DIntent.java5589 public static final String EXTRA_LONG_VERSION_CODE = "android.intent.extra.LONG_VERSION_CODE"; field in Intent
/frameworks/base/core/api/
Dsystem-current.txt2416 …field public static final String EXTRA_LONG_VERSION_CODE = "android.intent.extra.LONG_VERSION_CODE…