OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPinBlocked
(Results
1 - 5
of
5
) sorted by null
/system/connectivity/shill/cellular/
cellular_error.cc
59
type = Error::
kPinBlocked
;
cellular_error_mm1.cc
72
type = Error::
kPinBlocked
;
cellular_error_unittest.cc
93
EXPECT_EQ(Error::
kPinBlocked
, shill_error.type());
155
EXPECT_EQ(Error::
kPinBlocked
, shill_error.type());
/system/connectivity/shill/
error.h
64
kPinBlocked
,
error_unittest.cc
147
EXPECT_EQ(kErrorResultPinBlocked, Error::GetDBusResult(Error::
kPinBlocked
));
Completed in 67 milliseconds