Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DFeatures.java98 assert(isDebugPolicyEnabled()); in isCommandInterceptorEnabled()
116 private boolean isDebugPolicyEnabled() { in isDebugPolicyEnabled() method in Features.RuntimeFeatures
122 return isDebugPolicyEnabled() && isFunPolicyEnabled(); in isDebugSupportEnabled()
/packages/modules/Virtualization/tests/pvmfw/java/com/android/pvmfw/test/
DDebugPolicyHostTests.java167 private boolean isDebugPolicyEnabled(@NonNull String dtPropertyPath) in isDebugPolicyEnabled() method in DebugPolicyHostTests