Searched refs:ALLOW (Results 1 – 7 of 7) sorted by relevance
37 ALLOW, enumConstant63 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()
89 .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()
19 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()
162 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, enumConstant764 if (consentReply.equals(ConsentReply.ALLOW)) { in shareConsentDialog()
41 assertThat(allowResult.getEffect()).isEqualTo(IntegrityCheckResult.Effect.ALLOW); in createAllowResult()59 assertThat(allowResult.getEffect()).isEqualTo(IntegrityCheckResult.Effect.ALLOW); in createAllowResultWithRule()
359 result.getEffect() == IntegrityCheckResult.Effect.ALLOW in handleIntegrityVerification()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...