Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DFeatures.java98 assert(isDebugPolicyEnabled()); in isCommandInterceptorEnabled()
116 private boolean isDebugPolicyEnabled() { in isDebugPolicyEnabled() method in Features.RuntimeFeatures
122 return isDebugPolicyEnabled() && isFunPolicyEnabled(); in isDebugSupportEnabled()