Searched refs:MAX_CONNECTION_TIME (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/tests/src/com/android/settings/vpn2/
H A DVpnTests.java91 private static final long MAX_CONNECTION_TIME = 5 * 60 * 1000; field in class:VpnTests
266 while (((System.currentTimeMillis() - start) < MAX_CONNECTION_TIME) &&

Completed in 143 milliseconds