Home | History | Annotate | Download | only in connectivity

Lines Matching refs:ConnectivityService

37 import com.android.server.ConnectivityService;
48 * A bag class used by ConnectivityService for holding a collection of most recent
61 // ConnectivityService will tell netd to create the network early in order to add extra UID
66 // ConnectivityService will tell netd to create the network if it was not already created, and
101 // ConnectivityService also tells netd to destroy the network.
103 // When ConnectivityService disconnects a network:
106 // and enter state #5), ConnectivityService will disconnect the NetworkAgent's AsyncChannel.
113 // ConnectivityService will cancel the future disconnection of the NetworkAgent's AsyncChannel, and
116 // not, ConnectivityService disconnects the NetworkAgent's AsyncChannel.
125 // This should only be modified via ConnectivityService.updateCapabilities().
191 * Inform ConnectivityService that the network LINGER period has
217 // it depends on the state of other networks and requests, which only ConnectivityService knows.
245 // Used by ConnectivityService to keep track of 464xlat.
248 private static final String TAG = ConnectivityService.class.getSimpleName();
250 private final ConnectivityService mConnService;
256 NetworkMisc misc, NetworkRequest defaultRequest, ConnectivityService connService) {
273 // These functions must only called on ConnectivityService's main thread.
466 * ConnectivityService when the request is moved to another network with a higher score.
483 * Cancel lingering. Called by ConnectivityService when a request is added to this network.