Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/android/net/
DVpnTransportInfoTest.java50 String session1 = "12345"; in testEqualsAndHashCode() local
52 VpnTransportInfo v11 = new VpnTransportInfo(VpnManager.TYPE_VPN_PLATFORM, session1); in testEqualsAndHashCode()
53 VpnTransportInfo v12 = new VpnTransportInfo(VpnManager.TYPE_VPN_SERVICE, session1); in testEqualsAndHashCode()
54 VpnTransportInfo v13 = new VpnTransportInfo(VpnManager.TYPE_VPN_PLATFORM, session1); in testEqualsAndHashCode()
55 VpnTransportInfo v14 = new VpnTransportInfo(VpnManager.TYPE_VPN_LEGACY, session1); in testEqualsAndHashCode()
56 VpnTransportInfo v15 = new VpnTransportInfo(VpnManager.TYPE_VPN_OEM, session1); in testEqualsAndHashCode()
71 assertEquals(session1, v15.makeCopy(REDACT_NONE).getSessionId()); in testEqualsAndHashCode()