OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_USER
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chromeos/network/
network_profile.h
17
TYPE_USER
// Not visible to other users.
30
return userhash.empty() ? TYPE_SHARED :
TYPE_USER
;
network_profile.cc
16
} else if (type() == NetworkProfile::
TYPE_USER
) {
policy_util.cc
145
} else if (profile.type() == NetworkProfile::
TYPE_USER
) {
managed_network_configuration_handler_impl.cc
157
else if (profile->type() == NetworkProfile::
TYPE_USER
)
190
else if (profile->type() == NetworkProfile::
TYPE_USER
)
policy_applicator.cc
252
profile_.type() == NetworkProfile::
TYPE_USER
) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java
57
public static final String
TYPE_USER
= "user";
DictionaryFacilitator.java
74
Dictionary.
TYPE_USER
,
85
DICT_TYPE_TO_CLASS.put(Dictionary.
TYPE_USER
, UserBinaryDictionary.class);
231
subDictTypesToUse.add(Dictionary.
TYPE_USER
);
UserBinaryDictionary.java
72
super(context, getDictName(name, locale, dictFile), locale, Dictionary.
TYPE_USER
, dictFile);
/external/chromium_org/chrome/browser/chromeos/net/
proxy_config_handler.cc
74
if (!profile_prefs && profile->type() == NetworkProfile::
TYPE_USER
) {
/frameworks/base/telephony/java/com/android/ims/
ImsReasonInfo.java
45
public static final int
TYPE_USER
= 5;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver4DictEncoder.java
69
Dictionary.
TYPE_USER
/* Dictionary type. Does not matter for us */,
/external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl.cc
139
if (profile->type() == NetworkProfile::
TYPE_USER
) {
Completed in 1003 milliseconds