OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allow_roaming_
(Results
1 - 5
of
5
) sorted by null
/system/connectivity/shill/cellular/
cellular.h
220
bool allow_roaming_property() const { return
allow_roaming_
; }
456
bool GetAllowRoaming(Error* /*error*/) { return
allow_roaming_
; }
553
bool
allow_roaming_
;
member in class:shill::Cellular
cellular.cc
120
allow_roaming_
(false),
164
storage->GetBool(id, kAllowRoaming, &
allow_roaming_
);
170
storage->SetBool(id, kAllowRoaming,
allow_roaming_
);
962
<< "(" <<
allow_roaming_
<< "->" << value << ")";
963
if (
allow_roaming_
== value) {
966
allow_roaming_
= value;
969
// Use AllowRoaming() instead of
allow_roaming_
in order to
[
all
...]
cellular_capability_gsm_unittest.cc
615
EXPECT_FALSE(cellular_->
allow_roaming_
);
621
cellular_->
allow_roaming_
= true;
cellular_unittest.cc
[
all
...]
cellular_capability_universal_unittest.cc
[
all
...]
Completed in 890 milliseconds