Searched refs:CANCEL_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance
48 private static final int CANCEL_TIMEOUT_MS = 60 * 1000; field in ContentResolverSyncTestCase144 final long timeout = SystemClock.uptimeMillis() + CANCEL_TIMEOUT_MS; in cancelSync()
226 mCallback.waitForProgramInfoChangeCallback(CANCEL_TIMEOUT_MS); in cancel_afterNoOperations()247 mCallback.waitForProgramInfoChangeCallback(CANCEL_TIMEOUT_MS); in cancel_afterStepCompletes()
54 protected static final int CANCEL_TIMEOUT_MS = 2_000; field in AbstractRadioTestCase