Searched refs:IsEnterpriseManaged (Results 1 – 5 of 5) sorted by relevance
73 EXPECT_TRUE(device_policy_.IsEnterpriseManaged()); in TEST_F()82 EXPECT_TRUE(device_policy_.IsEnterpriseManaged()); in TEST_F()92 EXPECT_FALSE(device_policy_.IsEnterpriseManaged()); in TEST_F()100 EXPECT_FALSE(device_policy_.IsEnterpriseManaged()); in TEST_F()
103 MOCK_CONST_METHOD0(IsEnterpriseManaged, bool());
200 virtual bool IsEnterpriseManaged() const = 0;
80 bool IsEnterpriseManaged() const override;
453 if (IsEnterpriseManaged()) { in GetOwner()594 bool DevicePolicyImpl::IsEnterpriseManaged() const { in IsEnterpriseManaged() function in policy::DevicePolicyImpl