Home
last modified time | relevance | path

Searched refs:BluetoothTetheringNetworkFactory (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DBluetoothTetheringNetworkFactory.java46 public class BluetoothTetheringNetworkFactory extends NetworkFactory { class
62 public BluetoothTetheringNetworkFactory(Context context, Looper looper, PanService panService) { in BluetoothTetheringNetworkFactory() method in BluetoothTetheringNetworkFactory
81 synchronized (BluetoothTetheringNetworkFactory.this) { in onIpClientCreated()
102 synchronized (BluetoothTetheringNetworkFactory.this) { in onLinkPropertiesChange()
144 synchronized (BluetoothTetheringNetworkFactory.this) { in startNetwork()
157 synchronized (BluetoothTetheringNetworkFactory.this) { in startNetwork()
168 synchronized (BluetoothTetheringNetworkFactory.this) { in startNetwork()
179 BluetoothTetheringNetworkFactory.this.onCancelRequest(); in startNetwork()
H A DPanService.java92 private BluetoothTetheringNetworkFactory mNetworkFactory;
621 mNetworkFactory = new BluetoothTetheringNetworkFactory( in handlePanDeviceStateChange()