Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DFeatures.java63 void forceFeature(@BoolRes int feature, boolean enabled); in forceFeature() method
83 public void forceFeature(@BoolRes int feature, boolean enabled) { in forceFeature() method in Features.RuntimeFeatures
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/queries/
H A DCommandInterceptor.java105 mFeatures.forceFeature(R.bool.feature_gesture_scale, enabled); in gestureScale()
118 mFeatures.forceFeature(R.bool.feature_job_progress_dialog, enabled); in jobProgressDialog()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestFeatures.java116 public void forceFeature(@BoolRes int feature, boolean enabled) { in forceFeature() method in TestFeatures
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DAbstractActionHandler.java647 mInjector.features.forceFeature(R.bool.feature_command_interceptor, enabled); in setDebugMode()
648 mInjector.features.forceFeature(R.bool.feature_inspector, enabled); in setDebugMode()