Searched refs:getEnterpriseIds (Results 1 – 7 of 7) sorted by relevance
934 assertEquals(1, nc1.getEnterpriseIds().length); in testEnterpriseId()936 nc1.getEnterpriseIds()[0]); in testEnterpriseId()942 assertEquals(2, nc2.getEnterpriseIds().length); in testEnterpriseId()944 nc2.getEnterpriseIds()[0]); in testEnterpriseId()946 nc2.getEnterpriseIds()[1]); in testEnterpriseId()955 assertEquals(5, nc3.getEnterpriseIds().length); in testEnterpriseId()957 nc3.getEnterpriseIds()[0]); in testEnterpriseId()959 nc3.getEnterpriseIds()[1]); in testEnterpriseId()961 nc3.getEnterpriseIds()[2]); in testEnterpriseId()963 nc3.getEnterpriseIds()[3]); in testEnterpriseId()[all …]
830 public @NonNull @NetworkCapabilities.EnterpriseId int[] getEnterpriseIds() { in getEnterpriseIds() method in NetworkRequest833 return networkCapabilities.getEnterpriseIds(); in getEnterpriseIds()
303 public @NonNull @EnterpriseId int[] getEnterpriseIds() { in getEnterpriseIds() method in NetworkCapabilities3397 if ((mCaps.getEnterpriseIds().length != 0) in build()
178 method @NonNull public int[] getEnterpriseIds();
312 method @NonNull public int[] getEnterpriseIds();
16120 && c.getEnterpriseIds().length == 1);16229 && c.getEnterpriseIds().length == 1);
10466 final int prefId = pref.capabilities.getEnterpriseIds()[0];