OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kidentifier2
(Results
1 - 1
of
1
) sorted by null
/system/connectivity/shill/
profile_unittest.cc
184
static const char
kIdentifier2
[] = "something";
185
EXPECT_TRUE(Profile::ParseIdentifier(
kIdentifier2
, &identifier));
187
EXPECT_EQ(
kIdentifier2
, identifier.identifier);
388
const char
kIdentifier2
[] = "id2";
389
Profile::Identifier id2("",
kIdentifier2
);
Completed in 55 milliseconds