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

  /system/iot/attestation/at-factory-tool/
atft_unittest.py 382 mock_atft.atft_manager.GetATFAKeysLeft = MagicMock()
383 mock_atft.atft_manager.GetATFAKeysLeft.side_effect = (
394 mock_atft.atft_manager.GetATFAKeysLeft = MagicMock()
395 mock_atft.atft_manager.GetATFAKeysLeft.side_effect = (
405 mock_atft.atft_manager.GetATFAKeysLeft = MagicMock()
406 mock_atft.atft_manager.GetATFAKeysLeft.side_effect = (
    [all...]
atft.py     [all...]
atftman.py 293 def GetATFAKeysLeft(self):
    [all...]
atftman_unittest.py 670 self.assertEqual(100, atft_manager.GetATFAKeysLeft())
683 self.assertEqual(100, atft_manager.GetATFAKeysLeft())
    [all...]

Completed in 198 milliseconds