Searched refs:EXTRA_LONG_VERSION_CODE (Results 1 – 7 of 7) sorted by relevance
20 import static android.content.Intent.EXTRA_LONG_VERSION_CODE;314 builder.setVersionCode(intent.getLongExtra(EXTRA_LONG_VERSION_CODE, -1)); in handleIntegrityVerification()
331 .putExtra(Intent.EXTRA_LONG_VERSION_CODE, appInfo.longVersionCode) in postInstantAppNotif()
361 resolvableFilter.putLong(Intent.EXTRA_LONG_VERSION_CODE, filter.versionCode); in buildEphemeralInstallerIntent()
29 import static android.content.Intent.EXTRA_LONG_VERSION_CODE;18252 integrityVerification.putExtra(EXTRA_LONG_VERSION_CODE, pkgLite.getLongVersionCode()); in sendIntegrityVerificationRequest()
561 intent.putExtra(Intent.EXTRA_LONG_VERSION_CODE, VERSION_CODE); in makeVerificationIntent()
5589 public static final String EXTRA_LONG_VERSION_CODE = "android.intent.extra.LONG_VERSION_CODE"; field in Intent
2416 …field public static final String EXTRA_LONG_VERSION_CODE = "android.intent.extra.LONG_VERSION_CODE…