Searched refs:POLICY_IS_INVINCIBLE (Results 1 – 2 of 2) sorted by relevance
89 public static final int POLICY_IS_INVINCIBLE = 56; field in FullScore284 | (invincible ? 1L << POLICY_IS_INVINCIBLE : 0) in withPolicies()
35 import static com.android.server.connectivity.FullScore.POLICY_IS_INVINCIBLE;250 partitionInto(candidates, nai -> nai.getScore().hasPolicy(POLICY_IS_INVINCIBLE), in getBestNetworkByPolicy()