HomeSort by relevance Sort by last modified time
    Searched refs:GetSecondFactorAuthenticationMode (Results 1 - 5 of 5) sorted by null

  /external/libbrillo/policy/
mock_device_policy.h 104 MOCK_CONST_METHOD1(GetSecondFactorAuthenticationMode, bool(int*));
device_policy.h 206 virtual bool GetSecondFactorAuthenticationMode(int* mode_out) const = 0;
device_policy_impl.h 81 bool GetSecondFactorAuthenticationMode(int* mode_out) const override;
device_policy_impl.cc 602 bool DevicePolicyImpl::GetSecondFactorAuthenticationMode(int* mode_out) const {
  /external/libbrillo/policy/tests/
libpolicy_unittest.cc 178 ASSERT_TRUE(policy.GetSecondFactorAuthenticationMode(&int_value));
256 EXPECT_FALSE(policy.GetSecondFactorAuthenticationMode(&int_value));

Completed in 46 milliseconds