Searched defs:showDebug (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
H A DInspectorController.java67 ProvidersAccess providers, boolean showDebug, Consumer<DocumentInfo> header,
87 mShowDebug = showDebug;
98 public InspectorController(Activity activity, Loader loader, View layout, boolean showDebug) { argument
104 showDebug,
116 if (showDebug) {
66 InspectorController(Context context, Loader loader, PackageManager pm, ProvidersAccess providers, boolean showDebug, Consumer<DocumentInfo> header, DetailsDisplay details, ActionDisplay showProvider, ActionDisplay appDefaults, Consumer<DocumentInfo> debugView, Lookup<String, Executor> executors, Runnable showSnackbar) argument

Completed in 50 milliseconds