Home
last modified time | relevance | path

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

/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc331 EXPECT_FALSE(provider.IsConsumerDevice()); in TEST()
339 EXPECT_TRUE(provider.IsConsumerDevice()); in TEST()
348 EXPECT_FALSE(provider.IsConsumerDevice()); in TEST()
357 EXPECT_FALSE(provider.IsConsumerDevice()); in TEST()
/external/libbrillo/policy/
Dmock_libpolicy.h26 MOCK_CONST_METHOD0(IsConsumerDevice, bool(void));
Dlibpolicy.h46 virtual bool IsConsumerDevice() const;
Dlibpolicy.cc58 bool PolicyProvider::IsConsumerDevice() const { in IsConsumerDevice() function in policy::PolicyProvider