Searched refs:mEnterpriseId (Results 1 – 1 of 1) sorted by relevance
279 private int mEnterpriseId; field in NetworkCapabilities291 return mEnterpriseId; in getEnterpriseIdsInternal()304 if (hasCapability(NET_CAPABILITY_ENTERPRISE) && mEnterpriseId == 0) { in getEnterpriseIds()307 return BitUtils.unpackBits(mEnterpriseId); in getEnterpriseIds()321 if (hasCapability(NET_CAPABILITY_ENTERPRISE) && mEnterpriseId == 0) { in hasEnterpriseId()326 && ((mEnterpriseId & (1L << enterpriseId)) != 0); in hasEnterpriseId()376 mEnterpriseId = 0; in clearAll()410 mEnterpriseId = nc.mEnterpriseId; in set()1040 mEnterpriseId |= 1 << enterpriseId; in addEnterpriseId()1056 mEnterpriseId &= mask; in removeEnterpriseId()[all …]