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

/packages/apps/Settings/tests/src/com/android/settings/vpn2/
H A DVpnTests.java93 private static final int MAX_DISCONNECTION_TRIES = 3; field in class:VpnTests
140 while (tries < MAX_DISCONNECTION_TRIES && mService.getLegacyVpnInfo() != null) {

Completed in 8 milliseconds