OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRA_DEBUGGABLE
(Results
1 - 4
of
4
) sorted by null
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
AppPicker.java
46
public static final String
EXTRA_DEBUGGABLE
= "com.android.settings.extra.DEBUGGABLE";
53
final Boolean debuggableOnly = getIntent().getBooleanExtra(
EXTRA_DEBUGGABLE
, false);
70
b.putBoolean(
EXTRA_DEBUGGABLE
, debuggableOnly);
78
mDebuggableOnly = getArguments().getBoolean(
EXTRA_DEBUGGABLE
);
DevelopmentFragment.java
[
all
...]
/packages/apps/Settings/src/com/android/settings/
AppPicker.java
47
public static final String
EXTRA_DEBUGGABLE
= "com.android.settings.extra.DEBUGGABLE";
57
mDebuggableOnly = getIntent().getBooleanExtra(
EXTRA_DEBUGGABLE
, false);
DevelopmentSettings.java
[
all
...]
Completed in 753 milliseconds