Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DBluetoothTetheringNetworkFactory.java45 public class BluetoothTetheringNetworkFactory extends NetworkFactory { class
61 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()
DPanService.java83 private BluetoothTetheringNetworkFactory mNetworkFactory;
620 mNetworkFactory = new BluetoothTetheringNetworkFactory( in handlePanDeviceStateChange()