Searched refs:EXTRA_LONG_VERSION_CODE (Results 1 – 7 of 7) sorted by relevance
20 import static android.content.Intent.EXTRA_LONG_VERSION_CODE;320 builder.setVersionCode(intent.getLongExtra(EXTRA_LONG_VERSION_CODE, -1)); in handleIntegrityVerification()
302 .putExtra(Intent.EXTRA_LONG_VERSION_CODE, appInfo.longVersionCode) in postInstantAppNotif()
19 import static android.content.Intent.EXTRA_LONG_VERSION_CODE;301 integrityVerification.putExtra(EXTRA_LONG_VERSION_CODE, pkgLite.getLongVersionCode()); in sendIntegrityVerificationRequest()
368 resolvableFilter.putLong(Intent.EXTRA_LONG_VERSION_CODE, filter.versionCode); in buildEphemeralInstallerIntent()
561 intent.putExtra(Intent.EXTRA_LONG_VERSION_CODE, VERSION_CODE); in makeVerificationIntent()
6341 public static final String EXTRA_LONG_VERSION_CODE = "android.intent.extra.LONG_VERSION_CODE"; field in Intent
3902 …field public static final String EXTRA_LONG_VERSION_CODE = "android.intent.extra.LONG_VERSION_CODE…