Home
last modified time | relevance | path

Searched refs:mDebuggableOnly (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
DDevelopmentAppPicker.java49 private boolean mDebuggableOnly; field in DevelopmentAppPicker
60 mDebuggableOnly = arguments.getBoolean(EXTRA_DEBUGGABLE); in onAttach()
89 if (mDebuggableOnly) { in getCandidates()
DAppPicker.java54 private boolean mDebuggableOnly; field in AppPicker
68 mDebuggableOnly = getIntent().getBooleanExtra(EXTRA_DEBUGGABLE, false); in onCreate()
128 if (mDebuggableOnly) { in AppListAdapter()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DAppPicker.java64 private boolean mDebuggableOnly; field in AppPicker.AppPickerFragment
78 mDebuggableOnly = getArguments().getBoolean(EXTRA_DEBUGGABLE); in onCreate()
106 if (mDebuggableOnly) { in onCreateActions()