Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/
H A DAppIntegrityManagerServiceImplTest.java317 Intent intent = makeVerificationIntent(); in handleBroadcast_correctArgs()
354 Intent intent = makeVerificationIntent(); in handleBroadcast_correctArgs_multipleCerts()
377 Intent intent = makeVerificationIntent(); in handleBroadcast_correctArgs_sourceStamp()
402 Intent intent = makeVerificationIntent(); in handleBroadcast_allow()
429 Intent intent = makeVerificationIntent(); in handleBroadcast_reject()
448 Intent intent = makeVerificationIntent(); in handleBroadcast_notInitialized()
469 Intent intent = makeVerificationIntent(TEST_FRAMEWORK_PACKAGE); in verifierAsInstaller_skipIntegrityVerification()
539 private Intent makeVerificationIntent() throws Exception { in makeVerificationIntent() method in AppIntegrityManagerServiceImplTest
548 return makeVerificationIntent(INSTALLER); in makeVerificationIntent()
551 private Intent makeVerificationIntent(String installer) throws Exception { in makeVerificationIntent() method in AppIntegrityManagerServiceImplTest