Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DFeatures.java38 boolean isCommandInterceptorEnabled(); in isCommandInterceptorEnabled() method
97 public boolean isCommandInterceptorEnabled() { in isCommandInterceptorEnabled() method in Features.RuntimeFeatures
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestFeatures.java46 public boolean isCommandInterceptorEnabled() { in isCommandInterceptorEnabled() method in TestFeatures
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/queries/
H A DCommandInterceptor.java65 if (!mFeatures.isCommandInterceptorEnabled()) { in accept()