Searched refs:NETWORK_TYPE (Results 1 – 1 of 1) sorted by relevance
49 private static final String NETWORK_TYPE = "Bluetooth Tethering"; field in BluetoothTetheringNetworkFactory63 super(looper, context, NETWORK_TYPE, new NetworkCapabilities()); in BluetoothTetheringNetworkFactory()68 mNetworkInfo = new NetworkInfo(ConnectivityManager.TYPE_BLUETOOTH, 0, NETWORK_TYPE, ""); in BluetoothTetheringNetworkFactory()115 mNetworkAgent = new NetworkAgent(getLooper(), mContext, NETWORK_TYPE, in startNetwork()