Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityTestBase.java97 private static final int TEST_SERVICE_SETUP_TIMEOUT_MS = 2000; field in BackgroundActivityTestBase
468 return new TestServiceClient(futureConnection.get(TEST_SERVICE_SETUP_TIMEOUT_MS)); in getTestService()