Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/integrity/model/
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()
/frameworks/native/services/gpuservice/gpuwork/bpfprogs/
DgpuWork.c187 const int ALLOW = 1; variable
216 return ALLOW;
226 return ALLOW;
232 return ALLOW;
285 return ALLOW;
/frameworks/native/libs/gui/android/gui/
DTouchOcclusionMode.aidl46 ALLOW, enumConstant
47 ftl_last=ALLOW,
/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/engine/
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()
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()
/frameworks/base/core/tests/bugreports/src/com/android/os/bugreports/tests/
DBugreportManagerTest.java158 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, enumConstant
828 if (consentReply.equals(ConsentReply.ALLOW)) { in shareConsentDialog()
/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/model/
DIntegrityCheckResultTest.java41 assertThat(allowResult.getEffect()).isEqualTo(IntegrityCheckResult.Effect.ALLOW); in createAllowResult()
59 assertThat(allowResult.getEffect()).isEqualTo(IntegrityCheckResult.Effect.ALLOW); in createAllowResultWithRule()
/frameworks/av/media/libstagefright/httplive/fuzzer/corpus/
Dencrypted3 #EXT-X-ALLOW-CACHE:YES
Dindex173 #EXT-X-ALLOW-CACHE:YES
/frameworks/native/libs/gui/tests/
DWindowInfo_test.cpp62 i.touchOcclusionMode = TouchOcclusionMode::ALLOW; in TEST()
DEndToEndNativeInputTest.cpp848 nonTouchableSurface->mInputInfo.touchOcclusionMode = TouchOcclusionMode::ALLOW; in TEST_F()
/frameworks/base/services/core/java/com/android/server/integrity/
DAppIntegrityManagerServiceImpl.java360 result.getEffect() == IntegrityCheckResult.Effect.ALLOW in handleIntegrityVerification()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp11201 const sp<FakeWindowHandle>& w = getOccludingWindow(APP_B_UID, "B", TouchOcclusionMode::ALLOW); in TEST_F()
/frameworks/proto_logging/stats/
Datoms.proto12865 ALLOW = 1; enumerator
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...