Searched refs:EXTRA_LONG_VERSION_CODE (Results 1 – 7 of 7) sorted by relevance
20 import static android.content.Intent.EXTRA_LONG_VERSION_CODE;309 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()
561 intent.putExtra(Intent.EXTRA_LONG_VERSION_CODE, VERSION_CODE); in makeVerificationIntent()
5415 public static final String EXTRA_LONG_VERSION_CODE = "android.intent.extra.LONG_VERSION_CODE"; field in Intent
1757 …field public static final String EXTRA_LONG_VERSION_CODE = "android.intent.extra.LONG_VERSION_CODE…
1809 …field public static final String EXTRA_LONG_VERSION_CODE = "android.intent.extra.LONG_VERSION_CODE…