Searched refs:mDebuggableOnly (Results 1 – 3 of 3) sorted by relevance
49 private boolean mDebuggableOnly; field in DevelopmentAppPicker60 mDebuggableOnly = arguments.getBoolean(EXTRA_DEBUGGABLE); in onAttach()89 if (mDebuggableOnly) { in getCandidates()
54 private boolean mDebuggableOnly; field in AppPicker68 mDebuggableOnly = getIntent().getBooleanExtra(EXTRA_DEBUGGABLE, false); in onCreate()128 if (mDebuggableOnly) { in AppListAdapter()
64 private boolean mDebuggableOnly; field in AppPicker.AppPickerFragment78 mDebuggableOnly = getArguments().getBoolean(EXTRA_DEBUGGABLE); in onCreate()106 if (mDebuggableOnly) { in onCreateActions()