OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREF_DEBUG_MODE
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DebugSettings.java
28
public static final String
PREF_DEBUG_MODE
= "debug_mode";
LocalSettingsConstants.java
47
DebugSettings.
PREF_DEBUG_MODE
,
DebugSettingsFragment.java
88
mDebugMode = (TwoStatePreference) findPreference(DebugSettings.
PREF_DEBUG_MODE
);
128
if (key.equals(DebugSettings.
PREF_DEBUG_MODE
) && mDebugMode != null) {
129
mDebugMode.setChecked(prefs.getBoolean(DebugSettings.
PREF_DEBUG_MODE
, false));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java
185
setBooleanPreference(DebugSettings.
PREF_DEBUG_MODE
, value, false);
Completed in 270 milliseconds