HomeSort by relevance Sort by last modified time
    Searched refs:NetworkFactory (Results 1 - 6 of 6) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
BluetoothTetheringNetworkFactory.java 26 import android.net.NetworkFactory;
49 public class BluetoothTetheringNetworkFactory extends NetworkFactory {
76 // Called by NetworkFactory when PanService and NetworkFactory both desire a Bluetooth
78 // assumed to be available because we only register our NetworkFactory when it is so.
128 // Called from NetworkFactory to indicate ConnectivityService no longer desires a Bluetooth
135 // Called by the NetworkFactory, NetworkAgent or PanService to tear down network.
152 // becomes available. We register our NetworkFactory at this point.
  /frameworks/base/core/java/android/net/
NetworkFactory.java 33 * A NetworkFactory is an entity that creates NetworkAgent objects.
47 public class NetworkFactory extends Handler {
69 * NetworkFactory through additional CMD_REQUEST_NETWORK msgs
107 public NetworkFactory(Looper looper, Context context, String logTag,
116 if (DBG) log("Registering NetworkFactory");
124 if (DBG) log("Unregistering NetworkFactory");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DctController.java 23 import android.net.NetworkFactory;
75 private NetworkFactory[] mNetworkFactory;
210 mNetworkFactory = new NetworkFactory[mPhoneNum];
604 private class TelephonyNetworkFactory extends NetworkFactory {
706 for (NetworkFactory tnf : mNetworkFactory) {
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 31 import android.net.NetworkFactory;
111 private class LocalNetworkFactory extends NetworkFactory {
259 /* Called by the NetworkFactory on the handler thread. */
358 // Create and register our NetworkFactory.
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java 53 import android.net.NetworkFactory;
    [all...]

Completed in 1432 milliseconds