Home
last modified time | relevance | path

Searched refs:services16 (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpsys/tests/
Ddumpsys_test.cpp129 Vector<String16> services16; in ExpectListServices() local
131 services16.add(String16(service.c_str())); in ExpectListServices()
133 EXPECT_CALL(sm_, listServices()).WillRepeatedly(Return(services16)); in ExpectListServices()