OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:carrier_id
(Results
1 - 2
of
2
) sorted by null
/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/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
...]
Completed in 68 milliseconds