Searched refs:ERROR_CLASS_RECOVERABLE (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | VpnManager.java | 272 public static final int ERROR_CLASS_RECOVERABLE = 2; field in VpnManager
|
/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/ |
D | VpnTest.java | 1837 } else if (errorType == VpnManager.ERROR_CLASS_RECOVERABLE in doTestPlatformVpnWithException() 1908 VpnManager.CATEGORY_EVENT_IKE_ERROR, VpnManager.ERROR_CLASS_RECOVERABLE, errorCode); in testStartPlatformVpnFailedWithRecoverableError() 1918 VpnManager.CATEGORY_EVENT_NETWORK_ERROR, VpnManager.ERROR_CLASS_RECOVERABLE, in testStartPlatformVpnFailedWithUnknownHostException() 1930 VpnManager.CATEGORY_EVENT_NETWORK_ERROR, VpnManager.ERROR_CLASS_RECOVERABLE, in testStartPlatformVpnFailedWithIkeTimeoutException() 1939 VpnManager.CATEGORY_EVENT_NETWORK_ERROR, VpnManager.ERROR_CLASS_RECOVERABLE, in testStartPlatformVpnFailedWithIkeNetworkLostException() 1950 VpnManager.CATEGORY_EVENT_NETWORK_ERROR, VpnManager.ERROR_CLASS_RECOVERABLE, in testStartPlatformVpnFailedWithIOException()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Vpn.java | 3843 errorClass = VpnManager.ERROR_CLASS_RECOVERABLE; in handleSessionLost() 3847 errorClass = VpnManager.ERROR_CLASS_RECOVERABLE; in handleSessionLost() 3851 errorClass = VpnManager.ERROR_CLASS_RECOVERABLE; in handleSessionLost() 4581 case VpnManager.ERROR_CLASS_RECOVERABLE: in getVpnManagerEventClassName()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 29018 field public static final int ERROR_CLASS_RECOVERABLE = 2; // 0x2
|