Searched refs:POLICY_IS_INVINCIBLE (Results 1 – 2 of 2) sorted by relevance
92 public static final int POLICY_IS_INVINCIBLE = 58; field in FullScore126 case POLICY_IS_INVINCIBLE: return "INVINCIBLE"; in policyNameOf()257 | (invincible ? 1L << POLICY_IS_INVINCIBLE : 0), in withPolicies()
31 import static com.android.server.connectivity.FullScore.POLICY_IS_INVINCIBLE;183 partitionInto(candidates, nai -> nai.getScore().hasPolicy(POLICY_IS_INVINCIBLE), in getBestNetworkByPolicy()