Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldPreferencesTest.java36 private static final boolean ENCOURAGE_RACES = false; field in OldPreferencesTest
898 … if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { } in childAdded()
907 … if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { } in childRemoved()
946 … if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { } in preferenceChange()