Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/integrity/model/
H A DIntegrityCheckResult.java37 ALLOW, enumConstant
63 return new IntegrityCheckResult(Effect.ALLOW, Collections.emptyList()); in allow()
72 return new IntegrityCheckResult(Effect.ALLOW, ruleList); in allow()
91 } else if (getEffect() == Effect.ALLOW && getMatchedRules().isEmpty()) { in getLoggingResponse()
93 } else if (getEffect() == Effect.ALLOW && !getMatchedRules().isEmpty()) { in getLoggingResponse()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/engine/
H A DRuleEvaluationEngineTest.java89 .isEqualTo(IntegrityCheckResult.Effect.ALLOW); in testAllowedInstallers_empty()
91 .isEqualTo(IntegrityCheckResult.Effect.ALLOW); in testAllowedInstallers_empty()
93 .isEqualTo(IntegrityCheckResult.Effect.ALLOW); in testAllowedInstallers_empty()
108 .isEqualTo(IntegrityCheckResult.Effect.ALLOW); in testAllowedInstallers_oneElement()
151 .isEqualTo(IntegrityCheckResult.Effect.ALLOW); in testAllowedInstallers_multipleElement()
160 .isEqualTo(IntegrityCheckResult.Effect.ALLOW); in testAllowedInstallers_multipleElement()
H A DRuleEvaluatorTest.java19 import static com.android.server.integrity.model.IntegrityCheckResult.Effect.ALLOW;
62 assertThat(result.getEffect()).isEqualTo(ALLOW); in testEvaluateRules_noRules_allow()
78 assertThat(result.getEffect()).isEqualTo(ALLOW); in testEvaluateRules_noMatchedRules_allow()
266 assertThat(result.getEffect()).isEqualTo(ALLOW); in testEvaluateRules_forceAllow()
296 assertThat(result.getEffect()).isEqualTo(ALLOW); in testEvaluateRules_multipleMatches_forceAllow()
/aosp14/frameworks/base/core/tests/bugreports/src/com/android/os/bugreports/tests/
H A DBugreportManagerTest.java162 shareConsentDialog(ConsentReply.ALLOW); in normalFlow_wifi()
180 shareConsentDialog(ConsentReply.ALLOW); in normalFlow_interactive()
196 shareConsentDialog(ConsentReply.ALLOW); in normalFlow_full()
218 shareConsentDialog(ConsentReply.ALLOW); in preDumpUiData_then_fullWithUsePreDumpFlag()
250 shareConsentDialog(ConsentReply.ALLOW); in preDumpData_then_fullWithoutUsePreDumpFlag_ignoresPreDump()
272 shareConsentDialog(ConsentReply.ALLOW); in simultaneousBugreportsNotAllowed()
739 ALLOW, enumConstant
764 if (consentReply.equals(ConsentReply.ALLOW)) { in shareConsentDialog()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/model/
H A DIntegrityCheckResultTest.java41 assertThat(allowResult.getEffect()).isEqualTo(IntegrityCheckResult.Effect.ALLOW); in createAllowResult()
59 assertThat(allowResult.getEffect()).isEqualTo(IntegrityCheckResult.Effect.ALLOW); in createAllowResultWithRule()
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/
H A DAppIntegrityManagerServiceImpl.java359 result.getEffect() == IntegrityCheckResult.Effect.ALLOW in handleIntegrityVerification()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...