OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_ever_connected
(Results
1 - 12
of
12
) sorted by null
/system/connectivity/shill/ethernet/
ethernet_eap_service_unittest.cc
74
EXPECT_TRUE(service_->
has_ever_connected
());
78
EXPECT_FALSE(service_->
has_ever_connected
());
/system/connectivity/shill/wimax/
wimax_service_unittest.cc
215
EXPECT_TRUE(service_->
has_ever_connected
());
217
EXPECT_FALSE(service_->
has_ever_connected
());
/system/connectivity/shill/
service.cc
556
// resetting the
has_ever_connected
value.
[
all
...]
service.h
401
bool
has_ever_connected
() const { return has_ever_connected_; }
function in class:shill::Service
404
void SetHasEverConnected(bool
has_ever_connected
);
[
all
...]
manager.cc
[
all
...]
service_unittest.cc
258
EXPECT_FALSE(service_->
has_ever_connected
());
[
all
...]
/system/connectivity/shill/wifi/
wifi_service.h
320
// from Load, the
has_ever_connected
flag will not be reset. If the method
321
// was called from SetPassphrase,
has_ever_connected
will be set to false.
wifi_service_unittest.cc
765
EXPECT_TRUE(wifi_service->
has_ever_connected
());
767
EXPECT_FALSE(wifi_service->
has_ever_connected
());
[
all
...]
wifi_service.cc
459
if (!
has_ever_connected
()) {
[
all
...]
/system/connectivity/shill/vpn/
vpn_service.cc
188
if (!
has_ever_connected
()) {
vpn_service_unittest.cc
281
EXPECT_FALSE(service_->
has_ever_connected
());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkHistory.java
106
private static final String HAS_EVER_CONNECTED_KEY = "
HAS_EVER_CONNECTED
";
Completed in 636 milliseconds