Home
last modified time | relevance | path

Searched refs:ACTION_PACKAGE_NEEDS_INTEGRITY_VERIFICATION (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/integrity/
DAppIntegrityManagerServiceImpl.java19 import static android.content.Intent.ACTION_PACKAGE_NEEDS_INTEGRITY_VERIFICATION;
167 integrityVerificationFilter.addAction(ACTION_PACKAGE_NEEDS_INTEGRITY_VERIFICATION); in AppIntegrityManagerServiceImpl()
178 if (!ACTION_PACKAGE_NEEDS_INTEGRITY_VERIFICATION.equals( in AppIntegrityManagerServiceImpl()
/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/
DAppIntegrityManagerServiceImplTest.java303 Intent.ACTION_PACKAGE_NEEDS_INTEGRITY_VERIFICATION, in broadcastReceiverRegistration()
554 intent.setAction(Intent.ACTION_PACKAGE_NEEDS_INTEGRITY_VERIFICATION); in makeVerificationIntent()
/frameworks/base/services/core/java/com/android/server/pm/
DVerifyingSession.java288 new Intent(Intent.ACTION_PACKAGE_NEEDS_INTEGRITY_VERIFICATION); in sendIntegrityVerificationRequest()
/frameworks/base/core/java/android/content/
DIntent.java5367 public static final String ACTION_PACKAGE_NEEDS_INTEGRITY_VERIFICATION = field in Intent
12518 case ACTION_PACKAGE_NEEDS_INTEGRITY_VERIFICATION: in prepareToLeaveProcess()
/frameworks/base/core/api/
Dmodule-lib-lint-baseline.txt126 BroadcastBehavior: android.content.Intent#ACTION_PACKAGE_NEEDS_INTEGRITY_VERIFICATION:
127 Field 'ACTION_PACKAGE_NEEDS_INTEGRITY_VERIFICATION' is missing @BroadcastBehavior
Dtest-lint-baseline.txt130 BroadcastBehavior: android.content.Intent#ACTION_PACKAGE_NEEDS_INTEGRITY_VERIFICATION:
131 Field 'ACTION_PACKAGE_NEEDS_INTEGRITY_VERIFICATION' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt130 BroadcastBehavior: android.content.Intent#ACTION_PACKAGE_NEEDS_INTEGRITY_VERIFICATION:
131 Field 'ACTION_PACKAGE_NEEDS_INTEGRITY_VERIFICATION' is missing @BroadcastBehavior
Dsystem-current.txt3868 …field public static final String ACTION_PACKAGE_NEEDS_INTEGRITY_VERIFICATION = "android.intent.act…