Searched defs:ACTION_SCORE_NETWORKS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkScoreManager.java43 * <li>Includes a receiver for {@link #ACTION_SCORE_NETWORKS} guarded by the
51 * will receive {@link #ACTION_SCORE_NETWORKS} broadcasts and will be permitted to call
85 public static final String ACTION_SCORE_NETWORKS = "android.net.scoring.SCORE_NETWORKS"; field in class:NetworkScoreManager
88 * Extra used with {@link #ACTION_SCORE_NETWORKS} to specify the networks to be scored, as an
138 * <p>At any time, only one scorer application will receive {@link #ACTION_SCORE_NETWORKS}
239 Intent intent = new Intent(ACTION_SCORE_NETWORKS);

Completed in 33 milliseconds