Searched refs:NETWORK_TYPE (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
H A D | BluetoothTetheringNetworkFactory.java | 47 private static final String NETWORK_TYPE = "Bluetooth Tethering"; field in BluetoothTetheringNetworkFactory 63 super(looper, context, NETWORK_TYPE, new NetworkCapabilities()); in BluetoothTetheringNetworkFactory() 165 .setLegacyTypeName(NETWORK_TYPE) in startNetwork() 174 new NetworkAgent(mContext, getLooper(), NETWORK_TYPE, in startNetwork()
|
/aosp12/frameworks/opt/net/ethernet/java/com/android/server/ethernet/ |
H A D | EthernetNetworkFactory.java | 66 private static final String NETWORK_TYPE = "Ethernet"; field in EthernetNetworkFactory 80 super(handler.getLooper(), context, NETWORK_TYPE, filter); in EthernetNetworkFactory() local 474 .setLegacyTypeName(NETWORK_TYPE) in onIpLayerStarted() 478 NETWORK_TYPE, mCapabilities, mLinkProperties, in onIpLayerStarted()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | DataConnection.java | 141 private static final String NETWORK_TYPE = "MOBILE"; field in DataConnection 2825 configBuilder.setLegacyTypeName(NETWORK_TYPE); in enter()
|