OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProductionFlags
(Results
1 - 9
of
9
) sorted by null
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/define/
ProductionFlags.java
19
public final class
ProductionFlags
{
20
private
ProductionFlags
() {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
AppearanceSettingsFragment.java
23
import com.android.inputmethod.latin.define.
ProductionFlags
;
33
if (!
ProductionFlags
.IS_SPLIT_KEYBOARD_SUPPORTED ||
SettingsFragment.java
31
import com.android.inputmethod.latin.define.
ProductionFlags
;
54
if (!
ProductionFlags
.ENABLE_ACCOUNT_SIGN_IN) {
AccountsSettingsFragment.java
43
import com.android.inputmethod.latin.define.
ProductionFlags
;
123
if (
ProductionFlags
.IS_METRICS_LOGGING_SUPPORTED) {
136
if (!
ProductionFlags
.ENABLE_USER_HISTORY_DICTIONARY_SYNC) {
175
if (!
ProductionFlags
.ENABLE_USER_HISTORY_DICTIONARY_SYNC) {
208
if (!
ProductionFlags
.ENABLE_USER_HISTORY_DICTIONARY_SYNC) {
256
if (!
ProductionFlags
.ENABLE_USER_HISTORY_DICTIONARY_SYNC) {
291
if (!
ProductionFlags
.ENABLE_USER_HISTORY_DICTIONARY_SYNC) {
AdvancedSettingsFragment.java
30
import com.android.inputmethod.latin.define.
ProductionFlags
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SuggestionResults.java
20
import com.android.inputmethod.latin.define.
ProductionFlags
;
50
if (
ProductionFlags
.INCLUDE_RAW_SUGGESTIONS) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
UserHistoryDictionary.java
28
import com.android.inputmethod.latin.define.
ProductionFlags
;
61
if (!
ProductionFlags
.ENABLE_PER_ACCOUNT_USER_HISTORY_DICTIONARY) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java
38
import com.android.inputmethod.latin.define.
ProductionFlags
;
121
builder.setSplitLayoutEnabledByUser(
ProductionFlags
.IS_SPLIT_KEYBOARD_SUPPORTED
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
80
import com.android.inputmethod.latin.define.
ProductionFlags
;
[
all
...]
Completed in 5695 milliseconds