Searched refs:ALLOW (Results 1 – 15 of 15) 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()
187 const int ALLOW = 1; variable216 return ALLOW;226 return ALLOW;232 return ALLOW;285 return ALLOW;
46 ALLOW, enumConstant47 ftl_last=ALLOW,
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()
158 shareConsentDialog(ConsentReply.ALLOW); in normalFlow_wifi()176 shareConsentDialog(ConsentReply.ALLOW); in normalFlow_interactive()192 shareConsentDialog(ConsentReply.ALLOW); in normalFlow_full()214 shareConsentDialog(ConsentReply.ALLOW); in preDumpUiData_then_fullWithUsePreDumpFlag()245 shareConsentDialog(ConsentReply.ALLOW); in preDumpData_then_fullWithoutUsePreDumpFlag_ignoresPreDump()280 shareConsentDialog(ConsentReply.ALLOW); in noPreDumpData_then_fullWithUsePreDumpFlag_ignoresFlag()298 shareConsentDialog(ConsentReply.ALLOW); in simultaneousBugreportsNotAllowed()803 ALLOW, enumConstant828 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()
3 #EXT-X-ALLOW-CACHE:YES
62 i.touchOcclusionMode = TouchOcclusionMode::ALLOW; in TEST()
848 nonTouchableSurface->mInputInfo.touchOcclusionMode = TouchOcclusionMode::ALLOW; in TEST_F()
360 result.getEffect() == IntegrityCheckResult.Effect.ALLOW in handleIntegrityVerification()
11201 const sp<FakeWindowHandle>& w = getOccludingWindow(APP_B_UID, "B", TouchOcclusionMode::ALLOW); in TEST_F()
12865 ALLOW = 1; enumerator
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...