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;
309 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()
/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.java5415 public static final String EXTRA_LONG_VERSION_CODE = "android.intent.extra.LONG_VERSION_CODE"; field in Intent
/frameworks/base/non-updatable-api/
Dsystem-current.txt1757 …field public static final String EXTRA_LONG_VERSION_CODE = "android.intent.extra.LONG_VERSION_CODE…
/frameworks/base/api/
Dsystem-current.txt1809 …field public static final String EXTRA_LONG_VERSION_CODE = "android.intent.extra.LONG_VERSION_CODE…