Searched refs:kTTLValue (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/google_apis/gcm/engine/
H A Dmcs_client_unittest.cc38 const int kTTLValue = 5 * 60; // 5 minutes. member in namespace:gcm::__anon8383
335 "from", "category", "X", 1, "1", kTTLValue, 1, 0, "", 0));
349 "from", "category", "X", 1, "1", kTTLValue, 1, 0, "", 0));
361 "from", "category", "X", 1, "1", kTTLValue, 1, kTTLValue - 1, "", 0));
369 clock()->Advance(base::TimeDelta::FromSeconds(kTTLValue - 1));
395 "from", "category", "X", 1, "1", kTTLValue, 1, 0, "", 0));
409 clock()->Advance(base::TimeDelta::FromSeconds(kTTLValue - 1));
411 "from", "category", "X", 1, "1", kTTLValue, 1, kTTLValue
[all...]

Completed in 1483 milliseconds