Searched refs:EXTRA_DEBUGGABLE (Results 1 – 5 of 5) sorted by relevance
46 public static final String EXTRA_DEBUGGABLE = "com.android.settings.extra.DEBUGGABLE"; field in AppPicker53 final Boolean debuggableOnly = getIntent().getBooleanExtra(EXTRA_DEBUGGABLE, false); in onCreate()70 b.putBoolean(EXTRA_DEBUGGABLE, debuggableOnly); in newInstance()78 mDebuggableOnly = getArguments().getBoolean(EXTRA_DEBUGGABLE); in onCreate()
1704 intent.putExtra(AppPicker.EXTRA_DEBUGGABLE, true); in onPreferenceTreeClick()
45 public static final String EXTRA_DEBUGGABLE = "DEBUGGABLE"; field in DevelopmentAppPicker60 mDebuggableOnly = arguments.getBoolean(EXTRA_DEBUGGABLE); in onAttach()
67 args.putBoolean(DevelopmentAppPicker.EXTRA_DEBUGGABLE, true /* value */); in handlePreferenceTreeClick()80 intent.putExtra(AppPicker.EXTRA_DEBUGGABLE, true /* value */); in handlePreferenceTreeClick()
47 public static final String EXTRA_DEBUGGABLE = "com.android.settings.extra.DEBUGGABLE"; field in AppPicker68 mDebuggableOnly = getIntent().getBooleanExtra(EXTRA_DEBUGGABLE, false); in onCreate()