Searched refs:NET_ENTERPRISE_ID_5 (Results 1 – 7 of 7) sorted by relevance
22 import static android.net.NetworkCapabilities.NET_ENTERPRISE_ID_5;224 && (identifier <= NET_ENTERPRISE_ID_5)) { in isEnterpriseIdentifierValid()
232 public static final int NET_ENTERPRISE_ID_5 = 5; field in NetworkCapabilities241 NET_ENTERPRISE_ID_5,249 for (int i = NET_ENTERPRISE_ID_1; i <= NET_ENTERPRISE_ID_5; ++i) {2534 && enterpriseId <= NET_ENTERPRISE_ID_5; in isValidEnterpriseId()
49 import static android.net.NetworkCapabilities.NET_ENTERPRISE_ID_5;913 .addEnterpriseId(NET_ENTERPRISE_ID_5) in testEnterpriseId()924 assertEquals(NET_ENTERPRISE_ID_5, in testEnterpriseId()
357 field public static final int NET_ENTERPRISE_ID_5 = 5; // 0x5
82 import static android.net.NetworkCapabilities.NET_ENTERPRISE_ID_5;11565 if ((identifier >= NET_ENTERPRISE_ID_1) && (identifier <= NET_ENTERPRISE_ID_5)) {
125 import static android.net.NetworkCapabilities.NET_ENTERPRISE_ID_5;16266 final TestNetworkAgentWrapper workAgent5 = makeEnterpriseNetworkAgent(NET_ENTERPRISE_ID_5);16328 profileNetworkPreferenceBuilder5.setPreferenceEnterpriseId(NET_ENTERPRISE_ID_5);