Home
last modified time | relevance | path

Searched refs:kTooLongMs (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp637 constexpr size_t kTooLongMs = 1000; in TEST_P() local
652 while (iface->sleepMsAsync(kTooLongMs).isOk()) { in TEST_P()
658 Status status = iface->sleepMsAsync(kTooLongMs); in TEST_P()