am 64d9be56: Fix OEMCrypto Tests

* commit '64d9be561502416914040c89912bdb4e6ce34d1e':
  Fix OEMCrypto Tests
This commit is contained in:
John "Juce" Bruce
2015-06-20 01:00:57 +00:00
committed by Android Git Automerger

View File

@@ -59,7 +59,7 @@ const int kShortSleep = 1 * kSpeedMultiplier;
const int kLongSleep = 2 * kSpeedMultiplier;
const uint32_t kDuration = 2 * kSpeedMultiplier;
const uint32_t kLongDuration = 5 * kSpeedMultiplier;
const uint32_t kAlmostRange = 3 * kSpeedMultiplier;
const int32_t kAlmostRange = 3 * kSpeedMultiplier;
} // namespace
namespace wvoec {