Searched refs:EXTRA_SHOW_DEBUG (Results 1 – 4 of 4) sorted by relevance
651 assertHasExtra(intent, Shared.EXTRA_SHOW_DEBUG); in testShowInspector_DebugDisabled()652 assertFalse(intent.getExtras().getBoolean(Shared.EXTRA_SHOW_DEBUG)); in testShowInspector_DebugDisabled()663 assertHasExtra(intent, Shared.EXTRA_SHOW_DEBUG); in testShowInspector_DebugEnabled()664 assertTrue(intent.getExtras().getBoolean(Shared.EXTRA_SHOW_DEBUG)); in testShowInspector_DebugEnabled()
63 getIntent().getBooleanExtra(Shared.EXTRA_SHOW_DEBUG, false)); in onCreate()
123 public static final String EXTRA_SHOW_DEBUG = "com.android.documentsui.SHOW_DEBUG"; field in Shared
747 Shared.EXTRA_SHOW_DEBUG, in showInspector()