OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:carrier_id
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_tamper_detection.cc
25
// |http_histogram| by |
carrier_id
|; then reports the total counts to
29
scheme_is_https, https_histogram, http_histogram,
carrier_id
) \
32
UMA_HISTOGRAM_SPARSE_SLOWLY(https_histogram,
carrier_id
); \
35
UMA_HISTOGRAM_SPARSE_SLOWLY(http_histogram,
carrier_id
); \
56
unsigned
carrier_id
= 0;
local
58
base::StringToUint(net::android::GetTelephonyNetworkOperator(), &
carrier_id
);
local
62
headers, scheme_is_https,
carrier_id
);
77
carrier_id
);
113
carrier_id
);
123
const unsigned
carrier_id
)
[
all
...]
data_reduction_proxy_tamper_detection.h
74
// by |
carrier_id
|; |scheme_is_https| determines which histogram to report
79
unsigned
carrier_id
);
/external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.cc
89
std::string
carrier_id
= device ? device->home_provider_id() : "";
local
90
if (
carrier_id
.empty()) {
100
return config->GetCarrier(
carrier_id
);
/external/chromium_org/chrome/browser/chromeos/
mobile_config.h
147
const MobileConfig::Carrier* GetCarrier(const std::string&
carrier_id
) const;
mobile_config.cc
221
const std::string&
carrier_id
) const {
222
CarrierIdMap::const_iterator id_iter = carrier_id_map_.find(
carrier_id
);
Completed in 91 milliseconds